12 #ifndef CTKEVENTDISPATCHERREMOTE_H
13 #define CTKEVENTDISPATCHERREMOTE_H
21 class ctkNetworkConnector;
void notifyEvent(ctkBusEvent &event_dictionary, ctkEventArgumentsList *argList=NULL, QGenericReturnArgument *returnArg=NULL) const
Emit event corresponding to the given id (present into the event_dictionary) locally to the applicati...
ctkEventDispatcherRemote()
object constructor.
~ctkEventDispatcherRemote()
object destructor.
ctkNetworkConnector * networkConnectorClient()
return the current instantiated client side network connector.
void setNetworkConnectorServer(ctkNetworkConnector *connector)
Set the active server side network connector type.
void initializeGlobalEvents()
Register MAF global events.
ctkNetworkConnector * networkConnectorServer()
return the current instantiated server side network connector.
void setNetworkConnectorClient(ctkNetworkConnector *connector)
Set the active client side network connector type.
#define ctkGenericReturnArgument
Q_DECLARE_METATYPE(QVariantList)