Qt 4.8
Public Functions | Public Variables | List of all members
QDeclarativePropertyCache::ValueTypeData Struct Reference

#include <qdeclarativepropertycache_p.h>

Public Functions

bool operator== (const ValueTypeData &)
 
 ValueTypeData ()
 

Public Variables

Data::Flags flags
 
int valueTypeCoreIdx
 
int valueTypePropType
 

Detailed Description

Definition at line 125 of file qdeclarativepropertycache_p.h.

Constructors and Destructors

◆ ValueTypeData()

QDeclarativePropertyCache::ValueTypeData::ValueTypeData ( )
inline

Functions

◆ operator==()

bool QDeclarativePropertyCache::ValueTypeData::operator== ( const ValueTypeData o)
inline

Definition at line 220 of file qdeclarativepropertycache_p.h.

221 {
222  return flags == o.flags &&
223  valueTypeCoreIdx == o.valueTypeCoreIdx &&
224  valueTypePropType == o.valueTypePropType;
225 }

Properties

◆ flags

Data::Flags QDeclarativePropertyCache::ValueTypeData::flags

◆ valueTypeCoreIdx

int QDeclarativePropertyCache::ValueTypeData::valueTypeCoreIdx

◆ valueTypePropType

int QDeclarativePropertyCache::ValueTypeData::valueTypePropType

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