|
fw4spl
|
Defines the qt implementation of the slide view builder. More...
#include <SlideViewBuilder.hpp>
Inheritance diagram for fwGui::builder::SlideViewBuilder:
Collaboration diagram for fwGui::builder::SlideViewBuilder:Public Member Functions | |
| virtual bool | isA (const std::string &type) const override |
| FWGUIQT_API | SlideViewBuilder (::fwGui::GuiBaseObject::Key key) |
| virtual FWGUIQT_API void | createContainer (::fwGui::container::fwContainer::sptr parent) override |
| Create the slide view container. | |
| virtual FWGUIQT_API void | destroyContainer () override |
| Destroy local layout with sub containers. More... | |
Public Member Functions inherited from fwGui::builder::ISlideViewBuilder | |
| FWGUI_API | ISlideViewBuilder () |
| Constructor. Do nothing. | |
| virtual FWGUI_API | ~ISlideViewBuilder () |
| Destructor. Do nothing. | |
| virtual FWGUI_API::fwGui::container::fwContainer::sptr | getContainer () const |
| Returns the builded tool bar. | |
| virtual FWGUI_API void | initialize (::fwRuntime::ConfigurationElement::sptr configuration) |
| Initialize the tool bar. | |
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::ISlideViewBuilder | |
| 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::ISlideViewBuilder | |
| ::fwGui::container::fwContainer::sptr | m_container |
| int | m_size |
| double | m_opacity |
| Aligment | m_aligment |
| std::string | m_styleSheet |
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::ISlideViewBuilder | |
| enum | Aligment { TOP, BOTTOM, RIGHT, LEFT } |
| typedef std::string | RegistryKeyType |
Public Types inherited from fwGui::GuiBaseObject | |
| typedef ::fwGui::factory::Key | Key |
Static Public Attributes inherited from fwGui::builder::ISlideViewBuilder | |
| FWGUI_API static const RegistryKeyType | REGISTRY_KEY = "::fwGui::SlideViewBuilder" |
Protected Member Functions inherited from fwGui::GuiBaseObject | |
| GuiBaseObject () | |
| virtual | ~GuiBaseObject () |
Defines the qt implementation of the slide view builder.
Definition at line 28 of file SlideViewBuilder.hpp.
|
overridevirtual |
Destroy local layout with sub containers.
Implements fwGui::builder::ISlideViewBuilder.
Definition at line 78 of file SlideViewBuilder.cpp.
References SLM_ASSERT.