fw4spl
|
Defines the action registrar for IHM. More...
#include <ActionRegistrar.hpp>
Public Member Functions | |
virtual bool | isA (const std::string &type) const override |
FWGUI_API | ActionRegistrar (const std::string &sid) |
Constructor. | |
virtual FWGUI_API | ~ActionRegistrar () |
Destructor. Do nothing. | |
FWGUI_API void | actionServiceStopping () |
Method called when the action service is stopping. | |
FWGUI_API void | actionServiceStarting () |
Method called when the action service is starting. | |
FWGUI_API void | actionServiceSetActive (bool isActive) |
Method called when the action service is activated or not. | |
FWGUI_API void | actionServiceSetExecutable (bool isExecutable) |
Method called when the action service is executable or not. | |
FWGUI_API void | actionServiceSetVisible (bool isVisible) |
Method called when the action service is visible or not. | |
Public Member Functions inherited from fwGui::GuiBaseObject | |
Public Member Functions inherited from fwCore::BaseObject |
Static Public Member Functions | |
static bool | isTypeOf (const std::string &type) |
Static Public Member Functions inherited from fwGui::GuiBaseObject | |
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 Public Member Functions inherited from 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 | |
Protected Attributes | |
std::string | m_sid |
Main service ID associate with this ActionRegistrar. | |
Friends | |
template<class , class , class > | |
class | ::fwTools::ClassFactory |
class | ::fwTools::Factory |
Demangling methods | |
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 | |
Additional Inherited Members | |
Public Types inherited from fwGui::GuiBaseObject | |
typedef ::fwGui::factory::Key | Key |
Protected Member Functions inherited from fwGui::GuiBaseObject | |
GuiBaseObject () | |
virtual | ~GuiBaseObject () |
Defines the action registrar for IHM.
Definition at line 22 of file ActionRegistrar.hpp.