X2 Standard
Version 1.24
|
The X2UIEventsInterface notifies X2 implementors when user interface events happen. More...
#include <x2guiinterface.h>
Public Member Functions | |
virtual void | uiEvent (X2GUIExchangeInterface *uiex, const char *pszEvent)=0 |
The X2UIEventsInterface notifies X2 implementors when user interface events happen.
X2 implementors can implement this interface to be notified when user interface events happen.
|
pure virtual |
Take what ever action is necessary when a user interface event happens, for example, the user pressed a button.
pszEvent | The name of the event that occured following the convention "on_<object name>_<signal name>". |
Implemented in X2FilterWheel, and X2Camera.