lib

Kross::Api::InterpreterInfo::Option Class Reference

#include <interpreter.h>

List of all members.


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
 

Map of options.

Definition at line 57 of file interpreter.h.


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

QString Kross::Api::InterpreterInfo::Option::comment
 

A description of the option.

Definition at line 74 of file interpreter.h.

QString Kross::Api::InterpreterInfo::Option::name
 

The short name of the option.

Definition at line 71 of file interpreter.h.

QVariant Kross::Api::InterpreterInfo::Option::value
 

The value the option has.

Definition at line 77 of file interpreter.h.


The documentation for this class was generated from the following file:
KDE Home | KDE Accessibility Home | Description of Access Keys