Kross::InterpreterInfo::Option Class Reference
#include <interpreter.h>
Public Types | |
| typedef QMap< QString, Option * > | Map |
Public Member Functions | |
| Option (const QString &comment, const QVariant &value) | |
Public Attributes | |
| QString | comment |
| QVariant | value |
Detailed Description
Each interpreter is able to define options we could use to manipulate the interpreter behaviour.
Member Typedef Documentation
| typedef QMap< QString, Option* > Kross::InterpreterInfo::Option::Map |
Map of options.
Definition at line 58 of file core/interpreter.h.
Constructor & Destructor Documentation
| Kross::InterpreterInfo::Option::Option | ( | const QString & | comment, |
| const QVariant & | value | ||
| ) | [inline] |
Constructor.
- Parameters:
-
comment A localized comment that describes the option. value The QVariant value this option has.
Definition at line 67 of file core/interpreter.h.
Member Data Documentation
A description of the option.
Definition at line 71 of file core/interpreter.h.
The value the option has.
Definition at line 74 of file core/interpreter.h.
The documentation for this class was generated from the following file:
KDE 4.7 API Reference