Defines the interface class for the container builder.
More...
#include <IContainerBuilder.hpp>
|
virtual bool | isA (const std::string &type) const override |
|
FWGUI_API | IContainerBuilder () |
| Constructor. Do nothing.
|
|
virtual FWGUI_API | ~IContainerBuilder () |
| Destructor. Do nothing.
|
|
virtual FWGUI_API::fwGui::container::fwContainer::sptr | getContainer () |
| Returns the builded menu bar.
|
|
virtual FWGUI_API void | initialize (::fwRuntime::ConfigurationElement::sptr configuration) |
| Configure the layout before creation. Does nothing.
|
|
virtual FWGUI_API void | createContainer (::fwGui::container::fwContainer::sptr parent)=0 |
| Instantiate layout with parent container. More...
|
|
virtual FWGUI_API void | destroyContainer ()=0 |
| Destroy local layout with sub containers. More...
|
|
virtual FWGUI_API void | setParent (::fwGui::container::fwContainer::sptr parent)=0 |
| Replace parent container.
|
|
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
|
|
|
FWGUI_API static const RegistryKeyType | REGISTRY_KEY = "::fwGui::ContainerBuilder" |
|
|
::fwGui::container::fwContainer::sptr | m_container |
| Container.
|
|
|
| GuiBaseObject () |
|
virtual | ~GuiBaseObject () |
|
Defines the interface class for the container builder.
- Date
- 2009-2010.
Definition at line 28 of file IContainerBuilder.hpp.
virtual FWGUI_API void fwGui::builder::IContainerBuilder::createContainer |
( |
::fwGui::container::fwContainer::sptr |
parent | ) |
|
|
pure virtual |
Instantiate layout with parent container.
- Precondition
- LayoutManager must be initialized before.
-
parent container must be instanced.
Implemented in fwGui::builder::ContainerBuilder.
virtual FWGUI_API void fwGui::builder::IContainerBuilder::destroyContainer |
( |
| ) |
|
|
pure virtual |
Destroy local layout with sub containers.
- Precondition
- services using this sub containers must be stopped before.
Implemented in fwGui::builder::ContainerBuilder.
The documentation for this class was generated from the following files: