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 Function Documentation
PropertyInfo::PropertyInfo(int flags = Default)
Default constructs an instance of PropertyInfo.