Qt 4.8
|
The QDeclarativeDomValueValueInterceptor class represents a value interceptor assignment value. More...
#include <qdeclarativedom_p.h>
Public Functions | |
QDeclarativeDomObject | object () const |
Return the value interceptor object. More... | |
QDeclarativeDomValueValueInterceptor & | operator= (const QDeclarativeDomValueValueInterceptor &) |
Assign other to this QDeclarativeDomValueValueInterceptor. More... | |
QDeclarativeDomValueValueInterceptor () | |
Construct an empty QDeclarativeDomValueValueInterceptor. More... | |
QDeclarativeDomValueValueInterceptor (const QDeclarativeDomValueValueInterceptor &) | |
Create a copy of other QDeclarativeDomValueValueInterceptor. More... | |
~QDeclarativeDomValueValueInterceptor () | |
Destroy the QDeclarativeDomValueValueInterceptor. More... | |
Properties | |
QSharedDataPointer< QDeclarativeDomBasicValuePrivate > | d |
Friends | |
class | QDeclarativeDomValue |
The QDeclarativeDomValueValueInterceptor class represents a value interceptor assignment value.
In QML, value interceptor are special write-intercepting types that may be assigned to properties. Value interceptor inherit the QDeclarativePropertyValueInterceptor class. In the example below, the "x" property is being assigned the Behavior value interceptor.
Definition at line 246 of file qdeclarativedom_p.h.
QDeclarativeDomValueValueInterceptor::QDeclarativeDomValueValueInterceptor | ( | ) |
Construct an empty QDeclarativeDomValueValueInterceptor.
Definition at line 1205 of file qdeclarativedom.cpp.
QDeclarativeDomValueValueInterceptor::QDeclarativeDomValueValueInterceptor | ( | const QDeclarativeDomValueValueInterceptor & | other | ) |
Create a copy of other QDeclarativeDomValueValueInterceptor.
Definition at line 1213 of file qdeclarativedom.cpp.
QDeclarativeDomValueValueInterceptor::~QDeclarativeDomValueValueInterceptor | ( | ) |
Destroy the QDeclarativeDomValueValueInterceptor.
Definition at line 1221 of file qdeclarativedom.cpp.
QDeclarativeDomObject QDeclarativeDomValueValueInterceptor::object | ( | ) | const |
Return the value interceptor object.
In the example below, an object representing the Behavior will be returned.
Definition at line 1245 of file qdeclarativedom.cpp.
QDeclarativeDomValueValueInterceptor & QDeclarativeDomValueValueInterceptor::operator= | ( | const QDeclarativeDomValueValueInterceptor & | other | ) |
Assign other to this QDeclarativeDomValueValueInterceptor.
Definition at line 1228 of file qdeclarativedom.cpp.
|
friend |
Definition at line 257 of file qdeclarativedom_p.h.
|
private |
Definition at line 258 of file qdeclarativedom_p.h.
Referenced by object(), operator=(), and QDeclarativeDomValue::toValueInterceptor().