KDECore
#include <ktraderparsetree_p.h>
Public Types | |
enum | Type { T_STRING = 1, T_DOUBLE = 2, T_NUM = 3, T_BOOL = 4, T_STR_SEQ = 5, T_SEQ = 6 } |
Public Member Functions | |
ParseContext (const ParseContext *_ctx) | |
ParseContext (const KService::Ptr &_service, const KService::List &_offers, QMap< QString, PreferencesMaxima > &_m) | |
bool | initMaxima (const QString &_prop) |
Public Attributes | |
bool | b |
double | f |
int | i |
QMap< QString, PreferencesMaxima > & | maxima |
const KService::List & | offers |
QList< QVariant > | seq |
KService::Ptr | service |
QString | str |
QStringList | strSeq |
Type | type |
Detailed Description
Definition at line 64 of file ktraderparsetree_p.h.
Member Enumeration Documentation
Enumerator | |
---|---|
T_STRING | |
T_DOUBLE | |
T_NUM | |
T_BOOL | |
T_STR_SEQ | |
T_SEQ |
Definition at line 78 of file ktraderparsetree_p.h.
Constructor & Destructor Documentation
|
inlineexplicit |
This is NOT a copy constructor.
Definition at line 70 of file ktraderparsetree_p.h.
|
inline |
Definition at line 72 of file ktraderparsetree_p.h.
Member Function Documentation
Definition at line 632 of file ktraderparsetree.cpp.
Member Data Documentation
bool KTraderParse::ParseContext::b |
Definition at line 84 of file ktraderparsetree_p.h.
double KTraderParse::ParseContext::f |
Definition at line 83 of file ktraderparsetree_p.h.
int KTraderParse::ParseContext::i |
Definition at line 82 of file ktraderparsetree_p.h.
QMap<QString,PreferencesMaxima>& KTraderParse::ParseContext::maxima |
Definition at line 91 of file ktraderparsetree_p.h.
const KService::List& KTraderParse::ParseContext::offers |
Definition at line 92 of file ktraderparsetree_p.h.
Definition at line 85 of file ktraderparsetree_p.h.
KService::Ptr KTraderParse::ParseContext::service |
Definition at line 89 of file ktraderparsetree_p.h.
QString KTraderParse::ParseContext::str |
Definition at line 81 of file ktraderparsetree_p.h.
QStringList KTraderParse::ParseContext::strSeq |
Definition at line 86 of file ktraderparsetree_p.h.
Type KTraderParse::ParseContext::type |
Definition at line 87 of file ktraderparsetree_p.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.