|
OpenStructure
|
#include <tool_option.hh>
Inherited by ToolOptionButton, ToolOptionEnum, and ToolOptionNum< T, C >.
Public Types | |
| enum | Type { INT, FLOAT, ENUM, BUTTON } |
Public Member Functions | |
| const String & | GetKey () const |
| const String & | GetVerboseName () const |
| Type | GetType () const |
Protected Member Functions | |
| ToolOption (const String &key, const String &verbose_name, Type type) | |
Definition at line 37 of file tool_option.hh.
| enum Type |
Definition at line 40 of file tool_option.hh.
|
protected |
| const String& GetKey | ( | ) | const |
| Type GetType | ( | ) | const |
| const String& GetVerboseName | ( | ) | const |
1.8.1.1