#include <tool_option.hh>
Inherits PyQt4::QtCore::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 |
Definition at line 40 of file tool_option.hh.
ToolOption | ( | const String & | key, | |
const String & | verbose_name, | |||
Type | type | |||
) | [protected] |
const String& GetKey | ( | ) | const |
Type GetType | ( | ) | const |
const String& GetVerboseName | ( | ) | const |