Qt 4.8
Public Functions | Public Variables | List of all members
MetaObjectGenerator::Property Struct Reference

Public Functions

 Property ()
 

Public Variables

QByteArray realType
 
QByteArray type
 
uint typeId
 

Detailed Description

Definition at line 1666 of file qaxbase.cpp.

Constructors and Destructors

◆ Property()

MetaObjectGenerator::Property::Property ( )
inline

Definition at line 1667 of file qaxbase.cpp.

1667  : typeId(0)
1668  {}

Properties

◆ realType

QByteArray MetaObjectGenerator::Property::realType

Definition at line 1671 of file qaxbase.cpp.

Referenced by MetaObjectGenerator::addProperty().

◆ type

QByteArray MetaObjectGenerator::Property::type

Definition at line 1669 of file qaxbase.cpp.

Referenced by MetaObjectGenerator::addProperty().

◆ typeId

uint MetaObjectGenerator::Property::typeId

Definition at line 1670 of file qaxbase.cpp.

Referenced by MetaObjectGenerator::addProperty().


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