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
typedef QMap<QString, Option*> Kross::Api::InterpreterInfo::Option::Map |
Constructor & Destructor Documentation
Kross::Api::InterpreterInfo::Option::Option | ( | const QString & | name, | |
const QString & | comment, | |||
const QVariant & | value | |||
) | [inline] |
Constructor.
- Parameters:
-
name The name the option has. This is the displayed title and isn't used internaly. comment A comment that describes the option. value The QVariant value this option has.
Definition at line 67 of file interpreter.h.
Member Data Documentation
The documentation for this class was generated from the following file: