Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QDBusCustomTypeInfo Class Reference
Collaboration diagram for QDBusCustomTypeInfo:

Public Member Functions

 QDBusCustomTypeInfo ()
 QDBusCustomTypeInfo ()

Public Attributes

QByteArray signature
QDBusMetaType::MarshallFunction marshall
QDBusMetaType::DemarshallFunction demarshall

Detailed Description

Definition at line 37 of file qdbusmetatype.cpp.

Constructor & Destructor Documentation

◆ QDBusCustomTypeInfo() [1/2]

QDBusCustomTypeInfo::QDBusCustomTypeInfo ( )
inline

Definition at line 40 of file qdbusmetatype.cpp.

◆ QDBusCustomTypeInfo() [2/2]

QDBusCustomTypeInfo::QDBusCustomTypeInfo ( )
inline

Definition at line 40 of file qdbusmetatype.cpp.

Member Data Documentation

◆ demarshall

QDBusMetaType::DemarshallFunction QDBusCustomTypeInfo::demarshall

Definition at line 47 of file qdbusmetatype.cpp.

◆ marshall

QDBusMetaType::MarshallFunction QDBusCustomTypeInfo::marshall

Definition at line 46 of file qdbusmetatype.cpp.

◆ signature

QByteArray QDBusCustomTypeInfo::signature

Definition at line 45 of file qdbusmetatype.cpp.


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