Qt 4.8
|
The QDynamicPropertyChangeEvent class contains event parameters for dynamic property change events. More...
#include <qcoreevent.h>
Public Functions | |
QByteArray | propertyName () const |
Returns the name of the dynamic property that was added, changed or removed. More... | |
QDynamicPropertyChangeEvent (const QByteArray &name) | |
Constructs a dynamic property change event object with the property name set to name. More... | |
~QDynamicPropertyChangeEvent () | |
Public Functions inherited from QEvent | |
void | accept () |
Sets the accept flag of the event object, the equivalent of calling setAccepted(true). More... | |
void | ignore () |
Clears the accept flag parameter of the event object, the equivalent of calling setAccepted(false). More... | |
bool | isAccepted () const |
QEvent (Type type) | |
Contructs an event object of type type. More... | |
void | setAccepted (bool accepted) |
bool | spontaneous () const |
Returns true if the event originated outside the application (a system event); otherwise returns false. More... | |
Type | type () const |
Returns the event type. More... | |
virtual | ~QEvent () |
Destroys the event. More... | |
Properties | |
QByteArray | n |
The QDynamicPropertyChangeEvent class contains event parameters for dynamic property change events.
Dynamic property change events are sent to objects when properties are dynamically added, changed or removed using QObject::setProperty().
Definition at line 380 of file qcoreevent.h.
QDynamicPropertyChangeEvent::QDynamicPropertyChangeEvent | ( | const QByteArray & | name | ) |
Constructs a dynamic property change event object with the property name set to name.
Definition at line 641 of file qcoreevent.cpp.
QDynamicPropertyChangeEvent::~QDynamicPropertyChangeEvent | ( | ) |
Definition at line 649 of file qcoreevent.cpp.
|
inline |
Returns the name of the dynamic property that was added, changed or removed.
Definition at line 386 of file qcoreevent.h.
|
private |
Definition at line 389 of file qcoreevent.h.