|
OpenStructure
|
#include <tool_option.hh>
Inherits QObject.
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 |
| Enumerator | |
|---|---|
| INT | |
| FLOAT | |
| ENUM | |
| BUTTON | |
Definition at line 40 of file tool_option.hh.
|
protected |
| const String& GetKey | ( | ) | const |
| Type GetType | ( | ) | const |
| const String& GetVerboseName | ( | ) | const |