X2 Standard  Version 1.24
Public Member Functions | List of all members
X2GUIEventInterface Class Referenceabstract

The X2UIEventsInterface notifies X2 implementors when user interface events happen. More...

#include <x2guiinterface.h>

Inheritance diagram for X2GUIEventInterface:
X2Camera X2FilterWheel

Public Member Functions

virtual void uiEvent (X2GUIExchangeInterface *uiex, const char *pszEvent)=0
 

Detailed Description

The X2UIEventsInterface notifies X2 implementors when user interface events happen.

X2 implementors can implement this interface to be notified when user interface events happen.

Member Function Documentation

◆ uiEvent()

virtual void X2GUIEventInterface::uiEvent ( X2GUIExchangeInterface uiex,
const char *  pszEvent 
)
pure virtual

Take what ever action is necessary when a user interface event happens, for example, the user pressed a button.

Parameters
pszEventThe name of the event that occured following the convention "on_<object name>_<signal name>".

Implemented in X2FilterWheel, and X2Camera.


The documentation for this class was generated from the following file:
X2 Examples
(C) Software Bisque, Inc. All rights reserved.