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
QIBusPropTypeContentType Class Reference

#include <qibustypes.h>

+ Collaboration diagram for QIBusPropTypeContentType:

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
 

Detailed Description

Definition at line 153 of file qibustypes.h.

Constructor & Destructor Documentation

◆ QIBusPropTypeContentType() [1/2]

QIBusPropTypeContentType::QIBusPropTypeContentType ( )
inline

Definition at line 156 of file qibustypes.h.

◆ QIBusPropTypeContentType() [2/2]

QIBusPropTypeContentType::QIBusPropTypeContentType ( unsigned int inPurpose,
unsigned int inHint )

Definition at line 344 of file qibustypes.cpp.

Member Function Documentation

◆ deserializeFrom()

void QIBusPropTypeContentType::deserializeFrom ( const QDBusArgument & argument)

Definition at line 357 of file qibustypes.cpp.

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

+ Here is the call graph for this function:

◆ serializeTo()

void QIBusPropTypeContentType::serializeTo ( QDBusArgument & argument) const

Definition at line 350 of file qibustypes.cpp.

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

+ Here is the call graph for this function:

Member Data Documentation

◆ hints

unsigned int QIBusPropTypeContentType::hints

Definition at line 164 of file qibustypes.h.

Referenced by deserializeFrom(), and serializeTo().

◆ purpose

unsigned int QIBusPropTypeContentType::purpose

Definition at line 163 of file qibustypes.h.

Referenced by deserializeFrom(), and serializeTo().


The documentation for this class was generated from the following files: