Defines the menu item callback.
More...
#include <IMenuItemCallback.hpp>
|
|
virtual bool | isA (const std::string &type) const override |
| |
|
virtual FWGUI_API void | execute ()=0 |
| | Called method when callback is executed.
|
| |
|
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
|
| |
Defines the menu item callback.
- Date
- 2009-2010.
Definition at line 23 of file IMenuItemCallback.hpp.
The documentation for this class was generated from the following file: