#include <omgui/initializer/panel.h>
Inherits omgui::initializer::Panel< T >< omgui::PanelInitializer >.
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::Panel > | get_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_type * | m_data |
Private Member Functions | |
| data_type | get_data () const |
Friends | |
| class | omgui::Panel |
typedef PanelData omgui::initializer::Panel< T >::data_type [inherited] |
| omgui::PanelInitializer::PanelInitializer | ( | ) |
| T& omgui::initializer::Widget< T >::activate | ( | bool | a = true |
) | [inline, inherited] |
| T& omgui::initializer::Widget< T >::disable | ( | ) | [inline, inherited] |
| T& omgui::initializer::Widget< T >::enable | ( | bool | s = true |
) | [inline, inherited] |
| bool omgui::initializer::Widget< T >::get_activate | ( | ) | const [inline, inherited] |
| PanelInitializer::data_type omgui::PanelInitializer::get_data | ( | ) | const [private] |
| bool omgui::initializer::Widget< T >::get_enable | ( | ) | const [inline, inherited] |
| omgui::Size omgui::initializer::Widget< T >::get_max_size | ( | ) | const [inline, inherited] |
| omgui::Size omgui::initializer::Widget< T >::get_min_size | ( | ) | const [inline, inherited] |
| omgui::Size omgui::initializer::Widget< T >::get_natural_size | ( | ) | const [inline, inherited] |
| Pointer<omgui::Panel> omgui::initializer::Widget< T >::get_parent | ( | ) | const [inline, inherited] |
| bool omgui::initializer::Widget< T >::get_show | ( | ) | const [inline, inherited] |
| T& omgui::initializer::Widget< T >::hide | ( | ) | [inline, inherited] |
| T& omgui::initializer::Widget< T >::max_size | ( | const omgui::Size & | s | ) | [inline, inherited] |
| T& omgui::initializer::Widget< T >::min_size | ( | const omgui::Size & | s | ) | [inline, inherited] |
| T& omgui::initializer::Widget< T >::natural_size | ( | const omgui::Size & | s | ) | [inline, inherited] |
| T& omgui::initializer::Widget< T >::parent | ( | const Pointer< omgui::Panel > & | p | ) | [inline, inherited] |
| T& omgui::initializer::Widget< T >::show | ( | bool | s = true |
) | [inline, inherited] |
friend class omgui::Panel [friend] |
data_type* omgui::initializer::Panel< T >::m_data [protected, inherited] |