fw4spl
fwGui::CardinalLayoutManager Class Reference

Defines the cardinal layout manager. More...

#include <CardinalLayoutManager.hpp>

+ Inheritance diagram for fwGui::CardinalLayoutManager:
+ Collaboration diagram for fwGui::CardinalLayoutManager:

Public Member Functions

virtual bool isA (const std::string &type) const override
 
FWGUIQT_API CardinalLayoutManager (::fwGui::GuiBaseObject::Key key)
 
virtual FWGUIQT_API void createLayout (::fwGui::container::fwContainer::sptr parent) override
 Instantiate layout with parent container. More...
 
virtual FWGUIQT_API void destroyLayout () override
 Destroy local layout with sub containers. More...
 
- Public Member Functions inherited from fwGui::layoutManager::CardinalLayoutManagerBase
FWGUI_API CardinalLayoutManagerBase ()
 Constructor. Do nothing.
 
virtual FWGUI_API ~CardinalLayoutManagerBase ()
 Destructor. Do nothing.
 
virtual FWGUI_API void initialize (ConfigurationType configuration) override
 Initialize cardinal layout manager before the creation of layout. More...
 
- Public Member Functions inherited from fwGui::layoutManager::IViewLayoutManager
FWGUI_API IViewLayoutManager ()
 Constructor. Do nothing.
 
virtual FWGUI_API ~IViewLayoutManager ()
 Destructor. Do nothing.
 
virtual FWGUI_API std::vector< ::fwGui::container::fwContainer::sptr > getSubViews ()
 Returns all sub containers managed by this layout.
 
- 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::layoutManager::CardinalLayoutManagerBase
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::layoutManager::IViewLayoutManager
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
 

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::layoutManager::CardinalLayoutManagerBase
enum  Align {
  CENTER, RIGHT, LEFT, BOTTOM,
  TOP
}
 Defines all possible position for a CardinalLayout.
 
typedef std::string RegistryKeyType
 
- Public Types inherited from fwGui::layoutManager::IViewLayoutManager
typedef ::fwRuntime::ConfigurationElement::sptr ConfigurationType
 
- Public Types inherited from fwGui::GuiBaseObject
typedef ::fwGui::factory::Key Key
 
- Static Public Attributes inherited from fwGui::layoutManager::CardinalLayoutManagerBase
static FWGUI_API const RegistryKeyType REGISTRY_KEY
 
- Protected Member Functions inherited from fwGui::layoutManager::CardinalLayoutManagerBase
std::list< ViewInfogetViewsInfo ()
 
- Protected Member Functions inherited from fwGui::layoutManager::IViewLayoutManager
virtual FWGUI_API void destroySubViews ()
 Helper to destroy local sub views.
 
- Protected Member Functions inherited from fwGui::GuiBaseObject
 GuiBaseObject ()
 
virtual ~GuiBaseObject ()
 
- Protected Attributes inherited from fwGui::layoutManager::IViewLayoutManager
std::vector< ::fwGui::container::fwContainer::sptr > m_subViews
 All sub containers managed by this layout.
 

Detailed Description

Defines the cardinal layout manager.

Definition at line 29 of file CardinalLayoutManager.hpp.

Member Function Documentation

void fwGui::CardinalLayoutManager::createLayout ( ::fwGui::container::fwContainer::sptr  parent)
overridevirtual

Instantiate layout with parent container.

Precondition
LayoutManager must be initialized before.
parent containers must be instanced.

Implements fwGui::layoutManager::IViewLayoutManager.

Definition at line 39 of file CardinalLayoutManager.cpp.

References fwGui::layoutManager::IViewLayoutManager::m_subViews, SLM_ASSERT, and SLM_TRACE_FUNC.

void fwGui::CardinalLayoutManager::destroyLayout ( )
overridevirtual

Destroy local layout with sub containers.

Precondition
services using this sub containers must be stopped before.

Implements fwGui::layoutManager::IViewLayoutManager.

Definition at line 195 of file CardinalLayoutManager.cpp.

References fwGui::layoutManager::IViewLayoutManager::destroySubViews().

+ Here is the call graph for this function:


The documentation for this class was generated from the following files: