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
QMetaPropertyBuilderPrivate Class Reference
+ Collaboration diagram for QMetaPropertyBuilderPrivate:

Public Member Functions

 QMetaPropertyBuilderPrivate (const QByteArray &_name, const QByteArray &_type, QMetaType _metaType, int notifierIdx=-1, int _revision=0)
 
bool flag (int f) const
 
void setFlag (int f, bool value)
 

Public Attributes

QByteArray name
 
QByteArray type
 
QMetaType metaType
 
int flags
 
int notifySignal
 
int revision
 

Detailed Description

Definition at line 115 of file qmetaobjectbuilder.cpp.

Constructor & Destructor Documentation

◆ QMetaPropertyBuilderPrivate()

QMetaPropertyBuilderPrivate::QMetaPropertyBuilderPrivate ( const QByteArray & _name,
const QByteArray & _type,
QMetaType _metaType,
int notifierIdx = -1,
int _revision = 0 )
inline

Definition at line 118 of file qmetaobjectbuilder.cpp.

Member Function Documentation

◆ flag()

bool QMetaPropertyBuilderPrivate::flag ( int f) const
inline

Definition at line 137 of file qmetaobjectbuilder.cpp.

◆ setFlag()

void QMetaPropertyBuilderPrivate::setFlag ( int f,
bool value )
inline

Definition at line 142 of file qmetaobjectbuilder.cpp.

Member Data Documentation

◆ flags

int QMetaPropertyBuilderPrivate::flags

Definition at line 133 of file qmetaobjectbuilder.cpp.

◆ metaType

QMetaType QMetaPropertyBuilderPrivate::metaType

Definition at line 132 of file qmetaobjectbuilder.cpp.

◆ name

QByteArray QMetaPropertyBuilderPrivate::name

Definition at line 130 of file qmetaobjectbuilder.cpp.

◆ notifySignal

int QMetaPropertyBuilderPrivate::notifySignal

Definition at line 134 of file qmetaobjectbuilder.cpp.

◆ revision

int QMetaPropertyBuilderPrivate::revision

Definition at line 135 of file qmetaobjectbuilder.cpp.

◆ type

QByteArray QMetaPropertyBuilderPrivate::type

Definition at line 131 of file qmetaobjectbuilder.cpp.


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