Defines the menu item callback.
More...
#include <ActionCallbackBase.hpp>
|
virtual bool | isA (const std::string &type) const override |
|
virtual FWGUI_API void | setSID (std::string sid) |
| Sets service ID updated in executed method.
|
|
virtual FWGUI_API void | execute () override |
| Called method when callback is executed.
|
|
virtual FWGUI_API void | check (bool checked) |
| Called method when callback is checked.
|
|
virtual const std::string & | getLeafClassname () const |
| return object's classname without its namespace, i.e. BaseObject
|
|
|
static bool | isTypeOf (const std::string &type) |
|
static bool | isTypeOf (const std::string &type) |
|
static const std::string & | classname () |
| return full object's classname with its namespace, i.e. fwCore::BaseObject
|
|
static bool | isTypeOf (const std::string &type) |
|
static const std::string & | leafClassname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
static const std::string & | classname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
|
static FWGUI_API const RegistryKeyType | REGISTRY_KEY = "::fwGui::ActionCallback" |
|
Defines the menu item callback.
Definition at line 21 of file ActionCallbackBase.hpp.
The documentation for this class was generated from the following files: