#include <tool_option.hh>
Inherits ost::gui::ToolOption.
Data Structures | |
| struct | Tuple |
Public Types | |
| typedef std::vector< Tuple > ::const_iterator | ConstIterator |
Public Member Functions | |
| ToolOptionEnum (const String &key, const String &verbose_name) | |
| void | Add (const String &text, int tag) |
| void | SetIndex (int index) |
| int | GetIndex () const |
| int | GetValue () const |
| ConstIterator | Begin () const |
| ConstIterator | End () const |
| size_t | Size () |
Definition at line 100 of file tool_option.hh.
| typedef std::vector<Tuple>::const_iterator ConstIterator |
Definition at line 106 of file tool_option.hh.
| ToolOptionEnum | ( | const String & | key, | |
| const String & | verbose_name | |||
| ) |
| void Add | ( | const String & | text, | |
| int | tag | |||
| ) |
| ConstIterator Begin | ( | ) | const [inline] |
Definition at line 117 of file tool_option.hh.
| ConstIterator End | ( | ) | const [inline] |
Definition at line 118 of file tool_option.hh.
| int GetIndex | ( | ) | const [inline] |
Definition at line 114 of file tool_option.hh.
| int GetValue | ( | ) | const [inline] |
Definition at line 115 of file tool_option.hh.
| void SetIndex | ( | int | index | ) | [inline] |
Definition at line 112 of file tool_option.hh.
| size_t Size | ( | ) | [inline] |
Definition at line 119 of file tool_option.hh.
1.6.1