UiEventExecutor — Execution of User Interface (UI) commands.
class UiEventExecutor : public SernaApiBaseSernaApiBase { public: // construct/copy/destruct UiEventExecutor(const UiAction &); ~UiEventExecutor(); // public member functions UiAction uiAction() const; void 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.