Defines the menu item callback.
More...
#include <ActionCallback.hpp>
|
void | executeQt (bool checked=false) |
| Qt slot.
|
|
void | checkQt (bool checked) |
|
|
virtual bool | isA (const std::string &type) const override |
|
FWGUIQT_API | ActionCallback (::fwGui::GuiBaseObject::Key key) |
|
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.
|
|
|
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 & | 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
|
|
|
template<class , class , class > |
class | ::fwTools::ClassFactory |
|
class | ::fwTools::Factory |
|
|
virtual const std::string & | getLeafClassname () const override |
| return object's classname without its namespace, i.e. BaseObject
|
|
virtual const std::string & | getClassname () const override |
| return full object's classname with its namespace, i.e. fwCore::BaseObject
|
|
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
|
|
|
typedef std::string | RegistryKeyType |
|
typedef ::fwGui::factory::Key | Key |
|
static FWGUI_API const RegistryKeyType | REGISTRY_KEY = "::fwGui::ActionCallback" |
|
FWGUI_API | ActionCallbackBase () |
| Constructor.
|
|
virtual FWGUI_API | ~ActionCallbackBase () |
| Destructor. Do nothing.
|
|
| GuiBaseObject () |
|
virtual | ~GuiBaseObject () |
|
Defines the menu item callback.
- Date
- 2009-2010.
Definition at line 28 of file ActionCallback.hpp.
The documentation for this class was generated from the following files: