Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QDBusSnippets Namespace Reference

Namespaces

namespace  Alt
 [4]
 

Functions

QDBusArgumentoperator<< (QDBusArgument &argument, const MyStructure &myStruct)
 [4]
 
QDBusArgumentoperator<< (QDBusArgument &argument, const MyArray &myArray)
 [6]
 
QDBusArgumentoperator<< (QDBusArgument &argument, const MyDictionary &myDict)
 [6]
 
const QDBusArgumentoperator>> (const QDBusArgument &argument, MyStructure &myStruct)
 [7]
 
const QDBusArgumentoperator>> (const QDBusArgument &argument, MyArray &myArray)
 [8]
 
const QDBusArgumentoperator>> (const QDBusArgument &argument, MyDictionary &myDict)
 [9]
 

Function Documentation

◆ operator<<() [1/3]

QDBusArgument & QDBusSnippets::operator<< ( QDBusArgument & argument,
const MyArray & myArray )

[6]

Definition at line 184 of file src_qdbus_qdbusargument.cpp.

References argument, QDBusArgument::beginArray(), and QDBusArgument::endArray().

+ Here is the call graph for this function:

◆ operator<<() [2/3]

QDBusArgument & QDBusSnippets::operator<< ( QDBusArgument & argument,
const MyDictionary & myDict )

[6]

[7]

Definition at line 196 of file src_qdbus_qdbusargument.cpp.

References argument, QDBusArgument::beginMap(), QDBusArgument::beginMapEntry(), QDBusArgument::endMap(), QDBusArgument::endMapEntry(), and i.

+ Here is the call graph for this function:

◆ operator<<() [3/3]

QDBusArgument & QDBusSnippets::operator<< ( QDBusArgument & argument,
const MyStructure & myStruct )

[4]

Definition at line 155 of file src_qdbus_qdbusargument.cpp.

References argument, QDBusArgument::beginStructure(), and QDBusArgument::endStructure().

+ Here is the call graph for this function:

◆ operator>>() [1/3]

const QDBusArgument & QDBusSnippets::operator>> ( const QDBusArgument & argument,
MyArray & myArray )

[8]

[9]

Definition at line 222 of file src_qdbus_qdbusargument.cpp.

References argument, QDBusArgument::atEnd(), QDBusArgument::beginArray(), and QDBusArgument::endArray().

+ Here is the call graph for this function:

◆ operator>>() [2/3]

const QDBusArgument & QDBusSnippets::operator>> ( const QDBusArgument & argument,
MyDictionary & myDict )

[9]

[10]

Definition at line 240 of file src_qdbus_qdbusargument.cpp.

References argument, QDBusArgument::atEnd(), QDBusArgument::beginMap(), QDBusArgument::beginMapEntry(), QDBusArgument::endMap(), and QDBusArgument::endMapEntry().

+ Here is the call graph for this function:

◆ operator>>() [3/3]

const QDBusArgument & QDBusSnippets::operator>> ( const QDBusArgument & argument,
MyStructure & myStruct )

[7]

[8]

Definition at line 211 of file src_qdbus_qdbusargument.cpp.

References argument, QDBusArgument::beginStructure(), and QDBusArgument::endStructure().

+ Here is the call graph for this function: