|
fw4spl
|
Defines the generic layout manager for IHM. More...
#include <ContainerBuilder.hpp>
Inheritance diagram for fwGui::builder::ContainerBuilder:
Collaboration diagram for fwGui::builder::ContainerBuilder:Public Member Functions | |
| virtual bool | isA (const std::string &type) const override |
| FWGUIQT_API | ContainerBuilder (::fwGui::GuiBaseObject::Key key) |
| virtual FWGUIQT_API void | createContainer (::fwGui::container::fwContainer::sptr parent) override |
| Instantiate layout with parent container. More... | |
| virtual FWGUIQT_API void | destroyContainer () override |
| Destroy local layout with sub containers. More... | |
| virtual FWGUIQT_API void | setParent (::fwGui::container::fwContainer::sptr parent) override |
| Replace parent container. | |
Public Member Functions inherited from fwGui::builder::IContainerBuilder | |
| 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. | |
Public Member Functions inherited from fwGui::GuiBaseObject | |
Public Member Functions inherited from fwCore::BaseObject | |
Static Public Member Functions | |
| static bool | isTypeOf (const std::string &type) |
Static Public Member Functions inherited from fwGui::builder::IContainerBuilder | |
| 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 | |
Protected Attributes | |
| ::fwGuiQt::container::QtContainer::sptr | m_parent |
Protected Attributes inherited from fwGui::builder::IContainerBuilder | |
| ::fwGui::container::fwContainer::sptr | m_container |
| Container. | |
Friends | |
| template<class , class , class > | |
| class | ::fwTools::ClassFactory |
| class | ::fwTools::Factory |
Demangling methods | |
| 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 | |
Additional Inherited Members | |
Public Types inherited from fwGui::builder::IContainerBuilder | |
| typedef std::string | RegistryKeyType |
Public Types inherited from fwGui::GuiBaseObject | |
| typedef ::fwGui::factory::Key | Key |
Static Public Attributes inherited from fwGui::builder::IContainerBuilder | |
| FWGUI_API static const RegistryKeyType | REGISTRY_KEY = "::fwGui::ContainerBuilder" |
Protected Member Functions inherited from fwGui::GuiBaseObject | |
| GuiBaseObject () | |
| virtual | ~GuiBaseObject () |
Defines the generic layout manager for IHM.
Definition at line 29 of file ContainerBuilder.hpp.
|
overridevirtual |
Instantiate layout with parent container.
Implements fwGui::builder::IContainerBuilder.
Definition at line 38 of file ContainerBuilder.cpp.
References fwGui::builder::IContainerBuilder::m_container, and SLM_ASSERT.
|
overridevirtual |
Destroy local layout with sub containers.
Implements fwGui::builder::IContainerBuilder.
Definition at line 58 of file ContainerBuilder.cpp.
References fwGui::builder::IContainerBuilder::m_container, and SLM_ASSERT.