Gives access to the underlayed application part.
More...
#include <Application.hpp>
|
virtual bool | isA (const std::string &type) const override |
|
FWGUI_API | IApplication () |
| Constructor. Do nothing.
|
|
virtual FWGUI_API | ~IApplication () |
| Destructor. Do nothing.
|
|
virtual FWGUI_API void | exit (int returncode)=0 |
| Tells the application to exit with a returncode.
|
|
void | setConfirm (bool confirm) |
| Sets if confirmation is required when exiting application.
|
|
|
static bool | isTypeOf (const std::string &type) |
|
static FWGUI_API Application::sptr | getDefault () |
|
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 | FactoryRegistryKeyType |
|
typedef ::fwGui::factory::Key | Key |
|
static FWGUI_API const FactoryRegistryKeyType | REGISTRY_KEY = "::fwGui::Application" |
|
| GuiBaseObject () |
|
virtual | ~GuiBaseObject () |
|
bool | m_confirm |
| Asks confirmation before exiting application.
|
|
Gives access to the underlayed application part.
- Date
- 2009-2010.
Definition at line 25 of file include/fwGui/Application.hpp.
The documentation for this class was generated from the following files: