KIO::ParseContext Class Reference
List of all members.Detailed Description
Definition at line 89 of file ktraderparsetree.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 KServiceTypeProfile::OfferList &_offers, QMap< QString, PreferencesMaxima > &_m) | |
| bool | initMaxima (const QString &_prop) |
Public Attributes | |
| QString | str |
| int | i |
| double | f |
| bool | b |
| QValueList< QVariant > | seq |
| QStringList | strSeq |
| Type | type |
| KService::Ptr | service |
| QMap< QString, PreferencesMaxima > & | maxima |
| const KServiceTypeProfile::OfferList & | offers |
Constructor & Destructor Documentation
| KIO::ParseContext::ParseContext | ( | const ParseContext * | _ctx | ) | [inline] |
The documentation for this class was generated from the following files:

