UiEventExecutor — Execution of User Interface (UI) commands.
class UiEventExecutor (SernaApiBaseSernaApiBase) : # construct/copy/destruct __init__(const UiAction &) __del__() # public member functions UiAction uiAction() const None execute()
UiEventExecutor is responsible for execution of User Interface (UI) commands, like menu, buttons and so on.
UiEventExecutor
public member functionsUiAction uiAction() const
Returns UI command, emited by buttons, menu items and widgets.
implement this method in subclass to control execution process.