fw4spl
fwGui::GuiBaseObject Class Reference

Base class for all fwGui's classes. More...

#include <GuiBaseObject.hpp>

+ Inheritance diagram for fwGui::GuiBaseObject:
+ Collaboration diagram for fwGui::GuiBaseObject:

Classes

class  Registrar
 Class used to register a class factory in factory registry. This class defines also the object factory ( 'create' ) More...
 

Public Types

typedef ::fwGui::factory::Key Key
 

Public Member Functions

virtual bool isA (const std::string &type) const override
 
- Public Member Functions inherited from fwCore::BaseObject
virtual const std::string & getLeafClassname () const
 return object's classname without its namespace, i.e. BaseObject
 

Static Public Member Functions

static bool isTypeOf (const std::string &type)
 
- 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 Member Functions

Constructor/Destructor
 GuiBaseObject ()
 
virtual ~GuiBaseObject ()
 

Demangling methods

virtual const std::string & getClassname () const override
 return full object's classname with its namespace, i.e. fwCore::BaseObject
 
static const std::string & classname ()
 return full object's classname with its namespace, i.e. fwCore::BaseObject
 

Detailed Description

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: