Qt 4.8
|
#include <qdeclarativegesturearea_p.h>
Public Functions | |
virtual QByteArray | compile (const QList< QDeclarativeCustomParserProperty > &) |
virtual void | setCustomData (QObject *, const QByteArray &) |
Public Functions inherited from QDeclarativeCustomParser | |
void | clearErrors () |
QList< QDeclarativeError > | errors () const |
Flags | flags () const |
QDeclarativeCustomParser () | |
QDeclarativeCustomParser (Flags f) | |
virtual | ~QDeclarativeCustomParser () |
Additional Inherited Members | |
Public Types inherited from QDeclarativeCustomParser | |
enum | Flag { NoFlag = 0x00000000, AcceptsAttachedProperties = 0x00000001 } |
Protected Functions inherited from QDeclarativeCustomParser | |
void | error (const QString &description) |
Reports an error with the given description. More... | |
void | error (const QDeclarativeCustomParserProperty &, const QString &description) |
Reports an error in parsing prop, with the given description. More... | |
void | error (const QDeclarativeCustomParserNode &, const QString &description) |
Reports an error in parsing node, with the given description. More... | |
int | evaluateEnum (const QByteArray &) const |
If script is a simply enum expression (eg. More... | |
const QMetaObject * | resolveType (const QByteArray &) const |
Resolves name to a type, or 0 if it is not a type. More... | |
QDeclarativeBinding::Identifier | rewriteBinding (const QString &, const QByteArray &) |
Rewrites expression and returns an identifier that can be used to construct the binding later. More... | |
Definition at line 88 of file qdeclarativegesturearea_p.h.
|
virtual |
Implements QDeclarativeCustomParser.
Definition at line 163 of file qdeclarativegesturearea.cpp.
|
virtual |
Implements QDeclarativeCustomParser.
Definition at line 218 of file qdeclarativegesturearea.cpp.