PropertyInfo Class

(QmlJS::PropertyInfo)

Public Types

enum PropertyFlag { Readable, Writeable, ListType, PointerType, ..., Default }

Public Functions

PropertyInfo(int flags = Default)
bool canBePointer() const
bool canBeValue() const
bool isList() const
bool isPointer() const
bool isReadable() const
bool isValue() const
bool isWriteable() const
int toString() const

Member Type Documentation

enum PropertyInfo::PropertyFlag

Member Function Documentation

PropertyInfo::PropertyInfo(int flags = Default)

Default constructs an instance of PropertyInfo.

bool PropertyInfo::canBePointer() const

bool PropertyInfo::canBeValue() const

bool PropertyInfo::isList() const

bool PropertyInfo::isPointer() const

bool PropertyInfo::isReadable() const

bool PropertyInfo::isValue() const

bool PropertyInfo::isWriteable() const

int PropertyInfo::toString() const