omgui::initializer::ComboBoxData Class Reference

#include <omgui/initializer/combobox.h>

Inherits omgui::initializer::WidgetData.

List of all members.


Detailed Description

initialization data for ComboBox creation.

Public Member Functions

 ComboBoxData ()
bool get_activate () const
bool get_editable () 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
bool get_sorted () const
void set_activate (bool b)
void set_editable (bool editable)
void set_enable (bool b)
void set_max_size (const omgui::Size &s)
void set_min_size (const omgui::Size &s)
void set_natural_size (const omgui::Size &s)
void set_parent (const Pointer< omgui::Panel > &p)
void set_show (bool b)
void set_sorted (bool sorted)

Protected Attributes

bool m_activate
 Specifies if the widget should recieve input focus upon creation.
bool m_enable
 Specifies if the widget is enabled or disabled.
omgui::Size m_max_size
omgui::Size m_min_size
omgui::Size m_natural_size
 The natural size of the widget.
Pointer< omgui::Panelm_parent
 The parent of this widget.
bool m_show
 Specifies if the widget should be initially visible.

Private Attributes

bool m_editable
 When true, displays an editable text field instead of a label for the current selection.
bool m_sorted
 Whether the contents of the combobox will be automatically sorted.

Constructor & Destructor Documentation

omgui::initializer::ComboBoxData::ComboBoxData (  ) 


Member Function Documentation

bool omgui::initializer::WidgetData::get_activate (  )  const [inherited]

bool omgui::initializer::ComboBoxData::get_editable (  )  const

bool omgui::initializer::WidgetData::get_enable (  )  const [inherited]

Size omgui::initializer::WidgetData::get_max_size (  )  const [inherited]

Size omgui::initializer::WidgetData::get_min_size (  )  const [inherited]

Size omgui::initializer::WidgetData::get_natural_size (  )  const [inherited]

Pointer< omgui::Panel > omgui::initializer::WidgetData::get_parent (  )  const [inherited]

bool omgui::initializer::WidgetData::get_show (  )  const [inherited]

bool omgui::initializer::ComboBoxData::get_sorted (  )  const

void omgui::initializer::WidgetData::set_activate ( bool  b  )  [inherited]

void omgui::initializer::ComboBoxData::set_editable ( bool  editable  ) 

void omgui::initializer::WidgetData::set_enable ( bool  b  )  [inherited]

void omgui::initializer::WidgetData::set_max_size ( const omgui::Size s  )  [inherited]

void omgui::initializer::WidgetData::set_min_size ( const omgui::Size s  )  [inherited]

void omgui::initializer::WidgetData::set_natural_size ( const omgui::Size s  )  [inherited]

void omgui::initializer::WidgetData::set_parent ( const Pointer< omgui::Panel > &  p  )  [inherited]

void omgui::initializer::WidgetData::set_show ( bool  b  )  [inherited]

void omgui::initializer::ComboBoxData::set_sorted ( bool  sorted  ) 


Member Data Documentation

bool omgui::initializer::WidgetData::m_activate [protected, inherited]

Specifies if the widget should recieve input focus upon creation.

When true, displays an editable text field instead of a label for the current selection.

bool omgui::initializer::WidgetData::m_enable [protected, inherited]

Specifies if the widget is enabled or disabled.

The maximum allowable size of the widget. A value of 0 in for the width or height indicates no maximum size in that direction

The minimum allowable size of the widget. A value of 0 in for the width or height indicates no minimum size in that direction

The natural size of the widget.

The parent of this widget.

bool omgui::initializer::WidgetData::m_show [protected, inherited]

Specifies if the widget should be initially visible.

Whether the contents of the combobox will be automatically sorted.


doxygen SourceForge.net Logo