Qt 4.8
Public Functions | Public Variables | List of all members
QDeclarativeBindingCompilerPrivate::Result Struct Reference

Public Functions

bool operator!= (const Result &o) const
 
bool operator== (const Result &o) const
 
 Result ()
 

Public Variables

const QMetaObjectmetaObject
 
int reg
 
QSet< QStringsubscriptionSet
 
int type
 
bool unknownType
 

Detailed Description

Definition at line 612 of file qdeclarativecompiledbindings.cpp.

Constructors and Destructors

◆ Result()

QDeclarativeBindingCompilerPrivate::Result::Result ( )
inline

Functions

◆ operator!=()

bool QDeclarativeBindingCompilerPrivate::Result::operator!= ( const Result o) const
inline

Definition at line 620 of file qdeclarativecompiledbindings.cpp.

620  {
621  return !(*this == o);
622  }

◆ operator==()

bool QDeclarativeBindingCompilerPrivate::Result::operator== ( const Result o) const
inline

Properties

◆ metaObject

const QMetaObject* QDeclarativeBindingCompilerPrivate::Result::metaObject

◆ reg

int QDeclarativeBindingCompilerPrivate::Result::reg

◆ subscriptionSet

QSet<QString> QDeclarativeBindingCompilerPrivate::Result::subscriptionSet

◆ type

int QDeclarativeBindingCompilerPrivate::Result::type

◆ unknownType

bool QDeclarativeBindingCompilerPrivate::Result::unknownType

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