omgui::PanelInitializer Class Reference

#include <omgui/initializer/panel.h>

Inherits omgui::initializer::Panel< T >< omgui::PanelInitializer >.

List of all members.


Detailed Description

A concrete initializer class for Panel creation.

Public Types

typedef PanelData data_type

Public Member Functions

T & activate (bool a=true)
T & disable ()
T & enable (bool s=true)
bool get_activate () const
bool get_enable () const
omgui::Size get_max_size () const
omgui::Size get_min_size () const
omgui::Size get_natural_size () const
Pointer< omgui::Panelget_parent () const
bool get_show () const
T & hide ()
T & max_size (const omgui::Size &s)
T & min_size (const omgui::Size &s)
T & natural_size (const omgui::Size &s)
 PanelInitializer ()
T & parent (const Pointer< omgui::Panel > &p)
T & show (bool s=true)

Protected Attributes

data_typem_data

Private Member Functions

data_type get_data () const

Friends

class omgui::Panel

Member Typedef Documentation

template<class T>
typedef PanelData omgui::initializer::Panel< T >::data_type [inherited]


Constructor & Destructor Documentation

omgui::PanelInitializer::PanelInitializer (  ) 


Member Function Documentation

template<class T>
T& omgui::initializer::Widget< T >::activate ( bool  a = true  )  [inline, inherited]

template<class T>
T& omgui::initializer::Widget< T >::disable (  )  [inline, inherited]

template<class T>
T& omgui::initializer::Widget< T >::enable ( bool  s = true  )  [inline, inherited]

template<class T>
bool omgui::initializer::Widget< T >::get_activate (  )  const [inline, inherited]

PanelInitializer::data_type omgui::PanelInitializer::get_data (  )  const [private]

template<class T>
bool omgui::initializer::Widget< T >::get_enable (  )  const [inline, inherited]

template<class T>
omgui::Size omgui::initializer::Widget< T >::get_max_size (  )  const [inline, inherited]

template<class T>
omgui::Size omgui::initializer::Widget< T >::get_min_size (  )  const [inline, inherited]

template<class T>
omgui::Size omgui::initializer::Widget< T >::get_natural_size (  )  const [inline, inherited]

template<class T>
Pointer<omgui::Panel> omgui::initializer::Widget< T >::get_parent (  )  const [inline, inherited]

template<class T>
bool omgui::initializer::Widget< T >::get_show (  )  const [inline, inherited]

template<class T>
T& omgui::initializer::Widget< T >::hide (  )  [inline, inherited]

template<class T>
T& omgui::initializer::Widget< T >::max_size ( const omgui::Size s  )  [inline, inherited]

template<class T>
T& omgui::initializer::Widget< T >::min_size ( const omgui::Size s  )  [inline, inherited]

template<class T>
T& omgui::initializer::Widget< T >::natural_size ( const omgui::Size s  )  [inline, inherited]

template<class T>
T& omgui::initializer::Widget< T >::parent ( const Pointer< omgui::Panel > &  p  )  [inline, inherited]

template<class T>
T& omgui::initializer::Widget< T >::show ( bool  s = true  )  [inline, inherited]


Friends And Related Function Documentation

friend class omgui::Panel [friend]


Member Data Documentation

template<class T>
data_type* omgui::initializer::Panel< T >::m_data [protected, inherited]


doxygen SourceForge.net Logo