 |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Go to the documentation of this file.
12 #ifndef CTKEVENTDISPATCHERREMOTE_H
13 #define CTKEVENTDISPATCHERREMOTE_H
21 class ctkNetworkConnector;
66 #endif // CTKEVENTDISPATCHERREMOTE_H
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 destructor.
Q_DECLARE_METATYPE(QVariantList)
void initializeGlobalEvents()
Register MAF global events.
#define ctkGenericReturnArgument
ctkNetworkConnector * networkConnectorClient()
return the current instantiated client side network connector.
ctkNetworkConnector * networkConnectorServer()
return the current instantiated server side network connector.
void setNetworkConnectorServer(ctkNetworkConnector *connector)
Set the active server side network connector type.
ctkEventDispatcherRemote()
object constructor.
void setNetworkConnectorClient(ctkNetworkConnector *connector)
Set the active client side network connector type.