|
OpenStructure
|
#include <tool_option_group.hh>
Inherits QObject.
Public Member Functions | |
| ToolOptionGroup (const String &group_key, const String &verbose_name) | |
| void | AddOption (ToolOption *tool_option) |
| const String & | GetKey () const |
| const String & | GetVerboseName () const |
| const ToolOptionList & | GetOptions () const |
| ToolOption * | FindOptionByKey (const String &key) const |
Definition at line 34 of file tool_option_group.hh.
| ToolOptionGroup | ( | const String & | group_key, |
| const String & | verbose_name | ||
| ) |
| void AddOption | ( | ToolOption * | tool_option | ) |
Add int option to default option group.
| ToolOption * FindOptionByKey | ( | const String & | key | ) | const |
| const String & GetKey | ( | ) | const |
| const ToolOptionList & GetOptions | ( | ) | const |
| const String & GetVerboseName | ( | ) | const |