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 49 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 56 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 66 of file interpreter.h.


Member Data Documentation

The short name of the option.

Definition at line 70 of file interpreter.h.

A description of the option.

Definition at line 73 of file interpreter.h.

The value the option has.

Definition at line 76 of file interpreter.h.


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