#include <omgui/initializer/tablelayout.h>
Inherits omgui::initializer::TableLayout< T >< omgui::TableLayoutInitializer >.
Public Types | |
typedef TableLayoutData | data_type |
Public Member Functions | |
T & | activate (bool a=true) |
T & | bottom_margin (int f) |
T & | column_gap (int f) |
T & | disable () |
T & | enable (bool s=true) |
T & | gap (int f) |
bool | get_activate () const |
int | get_bottom_margin () const |
int | get_column_gap () const |
bool | get_enable () const |
int | get_left_margin () 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 |
int | get_right_margin () const |
int | get_row_gap () const |
bool | get_show () const |
int | get_top_margin () const |
T & | hide () |
T & | left_margin (int f) |
T & | margins (int left, int top, int right, int bottom) |
T & | margins (int f) |
T & | max_size (const omgui::Size &s) |
T & | min_size (const omgui::Size &s) |
T & | natural_size (const omgui::Size &s) |
T & | parent (const Pointer< omgui::Panel > &p) |
T & | right_margin (int f) |
T & | row_gap (int f) |
T & | show (bool s=true) |
TableLayoutInitializer () | |
T & | top_margin (int f) |
Protected Attributes | |
data_type * | m_data |
Private Member Functions | |
data_type | get_data () const |
Friends | |
class | omgui::TableLayout |
typedef TableLayoutData omgui::initializer::TableLayout< T >::data_type [inherited] |
Reimplemented from omgui::initializer::Panel< T >.
omgui::TableLayoutInitializer::TableLayoutInitializer | ( | ) |
T& omgui::initializer::Widget< T >::activate | ( | bool | a = true |
) | [inline, inherited] |
T& omgui::initializer::TableLayout< T >::bottom_margin | ( | int | f | ) | [inline, inherited] |
T& omgui::initializer::TableLayout< T >::column_gap | ( | int | f | ) | [inline, inherited] |
T& omgui::initializer::Widget< T >::disable | ( | ) | [inline, inherited] |
T& omgui::initializer::Widget< T >::enable | ( | bool | s = true |
) | [inline, inherited] |
T& omgui::initializer::TableLayout< T >::gap | ( | int | f | ) | [inline, inherited] |
bool omgui::initializer::Widget< T >::get_activate | ( | ) | const [inline, inherited] |
int omgui::initializer::TableLayout< T >::get_bottom_margin | ( | ) | const [inline, inherited] |
int omgui::initializer::TableLayout< T >::get_column_gap | ( | ) | const [inline, inherited] |
TableLayoutInitializer::data_type omgui::TableLayoutInitializer::get_data | ( | ) | const [private] |
bool omgui::initializer::Widget< T >::get_enable | ( | ) | const [inline, inherited] |
int omgui::initializer::TableLayout< T >::get_left_margin | ( | ) | 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] |
int omgui::initializer::TableLayout< T >::get_right_margin | ( | ) | const [inline, inherited] |
int omgui::initializer::TableLayout< T >::get_row_gap | ( | ) | const [inline, inherited] |
bool omgui::initializer::Widget< T >::get_show | ( | ) | const [inline, inherited] |
int omgui::initializer::TableLayout< T >::get_top_margin | ( | ) | const [inline, inherited] |
T& omgui::initializer::Widget< T >::hide | ( | ) | [inline, inherited] |
T& omgui::initializer::TableLayout< T >::left_margin | ( | int | f | ) | [inline, inherited] |
T& omgui::initializer::TableLayout< T >::margins | ( | int | left, | |
int | top, | |||
int | right, | |||
int | bottom | |||
) | [inline, inherited] |
T& omgui::initializer::TableLayout< T >::margins | ( | int | f | ) | [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::TableLayout< T >::right_margin | ( | int | f | ) | [inline, inherited] |
T& omgui::initializer::TableLayout< T >::row_gap | ( | int | f | ) | [inline, inherited] |
T& omgui::initializer::Widget< T >::show | ( | bool | s = true |
) | [inline, inherited] |
T& omgui::initializer::TableLayout< T >::top_margin | ( | int | f | ) | [inline, inherited] |
friend class omgui::TableLayout [friend] |
data_type* omgui::initializer::TableLayout< T >::m_data [protected, inherited] |
Reimplemented from omgui::initializer::Panel< T >.