![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qibustypes.h>
Public Member Functions | |
QIBusPropTypeContentType () | |
QIBusPropTypeContentType (unsigned int inPurpose, unsigned int inHint) | |
void | serializeTo (QDBusArgument &argument) const |
void | deserializeFrom (const QDBusArgument &argument) |
Public Attributes | |
unsigned int | purpose |
unsigned int | hints |
Definition at line 155 of file qibustypes.h.
|
inline |
Definition at line 158 of file qibustypes.h.
QIBusPropTypeContentType::QIBusPropTypeContentType | ( | unsigned int | inPurpose, |
unsigned int | inHint ) |
Definition at line 345 of file qibustypes.cpp.
void QIBusPropTypeContentType::deserializeFrom | ( | const QDBusArgument & | argument | ) |
Definition at line 358 of file qibustypes.cpp.
void QIBusPropTypeContentType::serializeTo | ( | QDBusArgument & | argument | ) | const |
Definition at line 351 of file qibustypes.cpp.
unsigned int QIBusPropTypeContentType::hints |
Definition at line 166 of file qibustypes.h.
unsigned int QIBusPropTypeContentType::purpose |
Definition at line 165 of file qibustypes.h.