Defines the generic layout manager for IHM.
More...
#include <IViewLayoutManager.hpp>
|
typedef ::fwRuntime::ConfigurationElement::sptr | ConfigurationType |
|
typedef ::fwGui::factory::Key | Key |
|
|
virtual bool | isA (const std::string &type) const override |
|
FWGUI_API | IViewLayoutManager () |
| Constructor. Do nothing.
|
|
virtual FWGUI_API | ~IViewLayoutManager () |
| Destructor. Do nothing.
|
|
virtual FWGUI_API void | initialize (ConfigurationType configuration)=0 |
| Configure the layout before creation.
|
|
virtual FWGUI_API void | createLayout (::fwGui::container::fwContainer::sptr parent)=0 |
| Instantiate layout with parent container. More...
|
|
virtual FWGUI_API void | destroyLayout ()=0 |
| Destroy local layout with sub containers. More...
|
|
virtual FWGUI_API std::vector< ::fwGui::container::fwContainer::sptr > | getSubViews () |
| Returns all sub containers managed by this layout.
|
|
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
|
|
|
virtual FWGUI_API void | destroySubViews () |
| Helper to destroy local sub views.
|
|
| GuiBaseObject () |
|
virtual | ~GuiBaseObject () |
|
|
std::vector< ::fwGui::container::fwContainer::sptr > | m_subViews |
| All sub containers managed by this layout.
|
|
Defines the generic layout manager for IHM.
- Date
- 2009-2010.
Definition at line 36 of file IViewLayoutManager.hpp.
virtual FWGUI_API void fwGui::layoutManager::IViewLayoutManager::createLayout |
( |
::fwGui::container::fwContainer::sptr |
parent | ) |
|
|
pure virtual |
virtual FWGUI_API void fwGui::layoutManager::IViewLayoutManager::destroyLayout |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: