lib
Kross::Api::InterpreterInfo::Option Class Reference
#include <interpreter.h>
Detailed Description
Each interpreter is able to define options we could use to manipulate the interpreter behaviour.
Definition at line 50 of file interpreter.h.
Public Types | |
typedef QMap< QString, Option * > | Map |
Public Member Functions | |
Option (const QString &name, const QString &comment, const QVariant &value) | |
Public Attributes | |
QString | name |
QString | comment |
QVariant | value |
Member Typedef Documentation
|
Map of options.
Definition at line 57 of file interpreter.h. |
Constructor & Destructor Documentation
|
Constructor.
Definition at line 67 of file interpreter.h. |
Member Data Documentation
|
A description of the option.
Definition at line 74 of file interpreter.h. |
|
The short name of the option.
Definition at line 71 of file interpreter.h. |
|
The value the option has.
Definition at line 77 of file interpreter.h. |
The documentation for this class was generated from the following file: