PropertyInfo Class
(QmlJS::PropertyInfo)Public Types
enum | PropertyFlag { Readable, Writeable, ListType, PointerType, ..., Default } |
Public Functions
PropertyInfo(uint flags = Default) | |
bool | canBePointer() const |
bool | canBeValue() const |
bool | isList() const |
bool | isPointer() const |
bool | isReadable() const |
bool | isValue() const |
bool | isWriteable() const |
QString | toString() const |
Member Function Documentation
PropertyInfo::PropertyInfo(uint flags = Default)
Default constructs an instance of PropertyInfo.