Kross::InterpreterInfo::Option

Search for usage in LXR

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.

Definition at line 69 of file core/interpreter.h.

Member Typedef Documentation

◆ Map

Map of options.

Definition at line 76 of file core/interpreter.h.

Constructor & Destructor Documentation

◆ Option()

Kross::InterpreterInfo::Option::Option ( const QString comment,
const QVariant value 
)
inline

Constructor.

Parameters
commentA localized comment that describes the option.
valueThe QVariant value this option has.

Definition at line 85 of file core/interpreter.h.

Member Data Documentation

◆ comment

QString Kross::InterpreterInfo::Option::comment

A description of the option.

Definition at line 89 of file core/interpreter.h.

◆ value

QVariant Kross::InterpreterInfo::Option::value

The value the option has.

Definition at line 92 of file core/interpreter.h.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:02:21 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.