#include <libmythbase/http/serialisers/mythxmlplistserialiser.h>
|
void | AddObject (const QString &Name, const QVariant &Value) |
|
void | AddValue (const QString &Name, const QVariant &Value, bool NeedKey=true) |
|
void | AddQObject (const QString &Name, const QObject *Object) |
|
void | AddStringList (const QString &Name, const QVariant &Values) |
|
void | AddList (const QString &Name, const QVariantList &Values) |
|
void | AddMap (const QString &Name, const QVariantMap &Map) |
|
void | AddProperty (const QString &Name, const QVariant &Value, const QMetaObject *MetaObject, const QMetaProperty *MetaProperty) |
|
Definition at line 12 of file mythxmlplistserialiser.h.
◆ MythXMLPListSerialiser()
MythXMLPListSerialiser::MythXMLPListSerialiser |
( |
const QString & |
Name, |
|
|
const QVariant & |
Value |
|
) |
| |
◆ AddObject()
void MythXMLPListSerialiser::AddObject |
( |
const QString & |
Name, |
|
|
const QVariant & |
Value |
|
) |
| |
|
protected |
◆ AddValue()
void MythXMLPListSerialiser::AddValue |
( |
const QString & |
Name, |
|
|
const QVariant & |
Value, |
|
|
bool |
NeedKey = true |
|
) |
| |
|
protected |
◆ AddQObject()
void MythXMLPListSerialiser::AddQObject |
( |
const QString & |
Name, |
|
|
const QObject * |
Object |
|
) |
| |
|
protected |
◆ AddStringList()
void MythXMLPListSerialiser::AddStringList |
( |
const QString & |
Name, |
|
|
const QVariant & |
Values |
|
) |
| |
|
protected |
◆ AddList()
void MythXMLPListSerialiser::AddList |
( |
const QString & |
Name, |
|
|
const QVariantList & |
Values |
|
) |
| |
|
protected |
◆ AddMap()
void MythXMLPListSerialiser::AddMap |
( |
const QString & |
Name, |
|
|
const QVariantMap & |
Map |
|
) |
| |
|
protected |
◆ AddProperty()
void MythXMLPListSerialiser::AddProperty |
( |
const QString & |
Name, |
|
|
const QVariant & |
Value, |
|
|
const QMetaObject * |
MetaObject, |
|
|
const QMetaProperty * |
MetaProperty |
|
) |
| |
|
protected |
◆ GetItemName()
QString MythXMLPListSerialiser::GetItemName |
( |
const QString & |
Name | ) |
|
|
staticprivate |
◆ GetContentName()
QString MythXMLPListSerialiser::GetContentName |
( |
const QString & |
Name, |
|
|
const QMetaObject * |
MetaObject |
|
) |
| |
|
staticprivate |
◆ m_writer
QXmlStreamWriter MythXMLPListSerialiser::m_writer |
|
private |
The documentation for this class was generated from the following files: