Base class for all fwGui's classes.
More...
#include <GuiBaseObject.hpp>
|
class | Registrar |
| Class used to register a class factory in factory registry. This class defines also the object factory ( 'create' ) More...
|
|
|
virtual bool | isA (const std::string &type) const override |
|
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 & | 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
|
|
|
|
| GuiBaseObject () |
|
virtual | ~GuiBaseObject () |
|
Base class for all fwGui's classes.
Definition at line 22 of file GuiBaseObject.hpp.
The documentation for this class was generated from the following file: