![]() |
Qt 6.x
The Qt SDK
|
Namespaces | |
| namespace | Alt |
| [4] | |
Functions | |
| QDBusArgument & | operator<< (QDBusArgument &argument, const MyStructure &myStruct) |
| [4] | |
| QDBusArgument & | operator<< (QDBusArgument &argument, const MyArray &myArray) |
| [6] | |
| QDBusArgument & | operator<< (QDBusArgument &argument, const MyDictionary &myDict) |
| [6] | |
| const QDBusArgument & | operator>> (const QDBusArgument &argument, MyStructure &myStruct) |
| [7] | |
| const QDBusArgument & | operator>> (const QDBusArgument &argument, MyArray &myArray) |
| [8] | |
| const QDBusArgument & | operator>> (const QDBusArgument &argument, MyDictionary &myDict) |
| [9] | |
| 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:| 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(), QHash< Key, T >::cbegin(), QHash< Key, T >::cend(), QDBusArgument::endMap(), QDBusArgument::endMapEntry(), and i.
Here is the call graph for this function:| QDBusArgument & QDBusSnippets::operator<< | ( | QDBusArgument & | argument, |
| const MyStructure & | myStruct | ||
| ) |
[4]
Definition at line 155 of file src_qdbus_qdbusargument.cpp.
References argument, QDBusArgument::beginStructure(), QDBusArgument::endStructure(), MyStructure::member1, and MyStructure::member2.
Here is the call graph for this function:| const QDBusArgument & QDBusSnippets::operator>> | ( | const QDBusArgument & | argument, |
| MyArray & | myArray | ||
| ) |
[8]
[9]
Definition at line 222 of file src_qdbus_qdbusargument.cpp.
References QList< T >::append(), argument, QDBusArgument::atEnd(), QDBusArgument::beginArray(), QList< T >::clear(), and QDBusArgument::endArray().
Here is the call graph for this function:| 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(), QHash< Key, T >::clear(), QDBusArgument::endMap(), QDBusArgument::endMapEntry(), and QHash< Key, T >::insert().
Here is the call graph for this function:| 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(), QDBusArgument::endStructure(), MyStructure::member1, MyStructure::member2, and MyStructure::member3.
Here is the call graph for this function: