Qt 4.8
|
#include <qdeclarativecustomparser_p.h>
Public Functions | |
QList< QVariant > | assignedValues () const |
bool | isList () const |
QDeclarativeParser::Location | location () const |
QByteArray | name () const |
QDeclarativeCustomParserProperty & | operator= (const QDeclarativeCustomParserProperty &) |
QDeclarativeCustomParserProperty () | |
QDeclarativeCustomParserProperty (const QDeclarativeCustomParserProperty &) | |
~QDeclarativeCustomParserProperty () | |
Properties | |
QDeclarativeCustomParserPropertyPrivate * | d |
Friends | |
class | QDeclarativeCustomParserNodePrivate |
class | QDeclarativeCustomParserPropertyPrivate |
Definition at line 73 of file qdeclarativecustomparser_p.h.
QDeclarativeCustomParserProperty::QDeclarativeCustomParserProperty | ( | ) |
Definition at line 192 of file qdeclarativecustomparser.cpp.
QDeclarativeCustomParserProperty::QDeclarativeCustomParserProperty | ( | const QDeclarativeCustomParserProperty & | other | ) |
Definition at line 197 of file qdeclarativecustomparser.cpp.
QDeclarativeCustomParserProperty::~QDeclarativeCustomParserProperty | ( | ) |
Definition at line 212 of file qdeclarativecustomparser.cpp.
Definition at line 232 of file qdeclarativecustomparser.cpp.
Referenced by QDeclarativeGestureAreaParser::compile(), QDeclarativeConnectionsParser::compile(), QDeclarativePropertyChangesParser::compileList(), and QDeclarativeListModelParser::compileProperty().
bool QDeclarativeCustomParserProperty::isList | ( | ) | const |
Definition at line 222 of file qdeclarativecustomparser.cpp.
QDeclarativeParser::Location QDeclarativeCustomParserProperty::location | ( | ) | const |
Definition at line 227 of file qdeclarativecustomparser.cpp.
Referenced by QDeclarativeCustomParser::error().
QByteArray QDeclarativeCustomParserProperty::name | ( | ) | const |
Definition at line 217 of file qdeclarativecustomparser.cpp.
Referenced by QDeclarativeGestureAreaParser::compile(), QDeclarativeConnectionsParser::compile(), QDeclarativeListModelParser::compile(), QDeclarativePropertyChangesParser::compileList(), and QDeclarativeListModelParser::compileProperty().
QDeclarativeCustomParserProperty & QDeclarativeCustomParserProperty::operator= | ( | const QDeclarativeCustomParserProperty & | other | ) |
Definition at line 203 of file qdeclarativecustomparser.cpp.
|
friend |
Definition at line 90 of file qdeclarativecustomparser_p.h.
|
friend |
Definition at line 91 of file qdeclarativecustomparser_p.h.
|
private |
Definition at line 92 of file qdeclarativecustomparser_p.h.
Referenced by assignedValues(), QDeclarativeCustomParserNodePrivate::fromProperty(), isList(), location(), name(), operator=(), and ~QDeclarativeCustomParserProperty().