omgui::initializer::Window< T > Class Template Reference

#include <omgui/initializer/window.h>

Inherits omgui::initializer::Widget< T >< T >.

Inherited by omgui::WindowInitializer.

List of all members.


Detailed Description

template<typename T>
class omgui::initializer::Window< T >

Initializer class for Window creation.

Public Types

typedef WindowData data_type

Public Member Functions

T & activate (bool a=true)
T & content_panel (const Pointer< omgui::Panel > &p)
T & content_size (const omgui::Size &s)
T & disable ()
T & enable (bool s=true)
bool get_activate () const
Pointer< omgui::Panelget_content_panel () const
omgui::Size get_content_size () const
bool get_enable () const
omgui::Size get_max_size () const
MenuBarget_menu_bar () const
omgui::Size get_min_size () const
omgui::Size get_natural_size () const
Pointer< omgui::Panelget_parent () const
omgui::Point get_position () const
bool get_show () const
string get_title () const
T & hide ()
T & max_size (const omgui::Size &s)
T & menu_bar (MenuBar *menubar)
T & min_size (const omgui::Size &s)
T & natural_size (const omgui::Size &s)
T & parent (const Pointer< omgui::Panel > &p)
T & position (const omgui::Point &p)
T & show (bool s=true)
T & title (const string &s)

Protected Member Functions

 Window (data_type *data)

Protected Attributes

data_typem_data

Member Typedef Documentation

template<typename T>
typedef WindowData omgui::initializer::Window< T >::data_type

Reimplemented from omgui::initializer::Widget< T >.


Constructor & Destructor Documentation

template<typename T>
omgui::initializer::Window< T >::Window ( data_type data  )  [inline, protected]


Member Function Documentation

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

template<typename T>
T& omgui::initializer::Window< T >::content_panel ( const Pointer< omgui::Panel > &  p  )  [inline]

template<typename T>
T& omgui::initializer::Window< T >::content_size ( const omgui::Size s  )  [inline]

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]

template<typename T>
Pointer<omgui::Panel> omgui::initializer::Window< T >::get_content_panel (  )  const [inline]

template<typename T>
omgui::Size omgui::initializer::Window< T >::get_content_size (  )  const [inline]

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<typename T>
MenuBar* omgui::initializer::Window< T >::get_menu_bar (  )  const [inline]

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<typename T>
omgui::Point omgui::initializer::Window< T >::get_position (  )  const [inline]

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

template<typename T>
string omgui::initializer::Window< T >::get_title (  )  const [inline]

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<typename T>
T& omgui::initializer::Window< T >::menu_bar ( MenuBar menubar  )  [inline]

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<typename T>
T& omgui::initializer::Window< T >::position ( const omgui::Point p  )  [inline]

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

template<typename T>
T& omgui::initializer::Window< T >::title ( const string s  )  [inline]


Member Data Documentation

template<typename T>
data_type* omgui::initializer::Window< T >::m_data [protected]

Reimplemented from omgui::initializer::Widget< T >.


doxygen SourceForge.net Logo