|
QCAD Application Framework
CAD Application Development and Automation.
|
A property change event is fired whenever a user interface component was used to change the value of a property. More...
#include <RPropertyEvent.h>
Public Member Functions | |
| RS::EntityType | getEntityTypeFilter () const |
| RPropertyTypeId | getPropertyTypeId () const |
| QVariant | getValue () const |
| RPropertyEvent () | |
| RPropertyEvent (RPropertyTypeId propertyTypeId, const QVariant &value, RS::EntityType entityTypeFilter=RS::EntityAll) | |
Private Attributes | |
| RS::EntityType | entityTypeFilter |
| RPropertyTypeId | propertyTypeId |
| QVariant | value |
A property change event is fired whenever a user interface component was used to change the value of a property.
|
inline |
|
inline |
| propertyTypeId | ID of the property that was changed. |
| value | New value of the property. |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |