fw4spl
|
Gives access to the qt application part. More...
#include <Application.hpp>
Public Member Functions | |
Application (::fwGui::GuiBaseObject::Key key) | |
virtual FWGUIQT_API void | exit (int returncode=0) |
Tells the application to exit with a returncode. | |
Public Member Functions inherited from fwGui::Application | |
virtual bool | isA (const std::string &type) const override |
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 | |
Public Member Functions inherited from fwGui::IApplication | |
FWGUI_API | IApplication () |
Constructor. Do nothing. | |
virtual FWGUI_API | ~IApplication () |
Destructor. Do nothing. | |
void | setConfirm (bool confirm) |
Sets if confirmation is required when exiting application. | |
Public Member Functions inherited from fwGui::GuiBaseObject | |
Public Member Functions inherited from fwCore::BaseObject |
Additional Inherited Members | |
Public Types inherited from fwGui::IApplication | |
typedef std::string | FactoryRegistryKeyType |
Public Types inherited from fwGui::GuiBaseObject | |
typedef ::fwGui::factory::Key | Key |
Static Public Member Functions inherited from fwGui::Application | |
static bool | isTypeOf (const std::string &type) |
static FWGUI_API Application::sptr | getDefault () |
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 | |
Static Public Member Functions inherited from fwGui::IApplication | |
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 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 | |
Static Public Attributes inherited from fwGui::IApplication | |
static FWGUI_API const FactoryRegistryKeyType | REGISTRY_KEY = "::fwGui::Application" |
Protected Member Functions inherited from fwGui::GuiBaseObject | |
GuiBaseObject () | |
virtual | ~GuiBaseObject () |
Static Protected Member Functions inherited from fwGui::Application | |
static FWGUI_API Application::sptr | factory () |
Application factory, returning the registered instance of Application. Manage a Singleton. | |
Protected Attributes inherited from fwGui::IApplication | |
bool | m_confirm |
Asks confirmation before exiting application. | |
Gives access to the qt application part.
Definition at line 26 of file t/include/fwGuiQt/Application.hpp.