Qt 4.8
Public Functions | Public Variables | List of all members
QCustomTypeInfo Class Reference

Public Functions

 QCustomTypeInfo ()
 

Public Variables

int alias
 
QMetaType::Constructor constr
 
QMetaType::Destructor destr
 
QMetaType::LoadOperator loadOp
 
QMetaType::SaveOperator saveOp
 
QByteArray typeName
 

Detailed Description

Definition at line 348 of file qmetatype.cpp.

Constructors and Destructors

◆ QCustomTypeInfo()

QCustomTypeInfo::QCustomTypeInfo ( )
inline

Definition at line 351 of file qmetatype.cpp.

351  : typeName(), constr(0), destr(0)
352 #ifndef QT_NO_DATASTREAM
353  , saveOp(0), loadOp(0)
354 #endif
355  {}
QByteArray typeName
Definition: qmetatype.cpp:357
QMetaType::Destructor destr
Definition: qmetatype.cpp:359
QMetaType::LoadOperator loadOp
Definition: qmetatype.cpp:362
QMetaType::SaveOperator saveOp
Definition: qmetatype.cpp:361
QMetaType::Constructor constr
Definition: qmetatype.cpp:358

Properties

◆ alias

int QCustomTypeInfo::alias

◆ constr

QMetaType::Constructor QCustomTypeInfo::constr

◆ destr

QMetaType::Destructor QCustomTypeInfo::destr

◆ loadOp

QMetaType::LoadOperator QCustomTypeInfo::loadOp

Definition at line 362 of file qmetatype.cpp.

Referenced by QMetaType::load(), and QMetaType::registerStreamOperators().

◆ saveOp

QMetaType::SaveOperator QCustomTypeInfo::saveOp

Definition at line 361 of file qmetatype.cpp.

Referenced by QMetaType::registerStreamOperators(), and QMetaType::save().

◆ typeName

QByteArray QCustomTypeInfo::typeName

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