#include <interpreter.h>
Collaboration diagram for Kross::Api::InterpreterInfo::Option:

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 |
| The short name of the option. | |
| QString | comment |
| A description of the option. | |
| QVariant | value |
| The value the option has. | |
|
|
Map of options. Definition at line 57 of file interpreter.h. |
|
||||||||||||||||
|
Constructor.
Definition at line 67 of file interpreter.h.
|
1.4.6