|
QCAD Application Framework
CAD Application Development and Automation.
|
Implementation of an operation that changes a given property to a given value for the selection in a document. More...
#include <RChangePropertyOperation.h>
Public Member Functions | |
| virtual RTransaction | apply (RDocument &document, bool preview=false) const |
| Applies this operation to selection in the given document. | |
| virtual void | preview (RDocument &document, RExporter &exporter) const |
| RChangePropertyOperation (const RPropertyTypeId &propertyTypeId, const QVariant &value, RS::EntityType entityTypeFilter=RS::EntityAll, bool undoable=true) | |
| RChangePropertyOperation (const RPropertyEvent &event, bool undoable=true) | |
| virtual | ~RChangePropertyOperation () |
Public Member Functions inherited from ROperation | |
| RS::EntityType | getEntityTypeFilter () const |
| ROperation (bool undoable=true, RS::EntityType entityTypeFilter=RS::EntityAll) | |
| virtual | ~ROperation () |
Private Attributes | |
| RPropertyTypeId | propertyTypeId |
| QVariant | value |
Additional Inherited Members | |
Protected Attributes inherited from ROperation | |
| RS::EntityType | entityTypeFilter |
| bool | undoable |
Implementation of an operation that changes a given property to a given value for the selection in a document.
| RChangePropertyOperation::RChangePropertyOperation | ( | const RPropertyTypeId & | propertyTypeId, |
| const QVariant & | value, | ||
| RS::EntityType | entityTypeFilter = RS::EntityAll, |
||
| bool | undoable = true |
||
| ) |
| RChangePropertyOperation::RChangePropertyOperation | ( | const RPropertyEvent & | event, |
| bool | undoable = true |
||
| ) |
|
inlinevirtual |
|
virtual |
Applies this operation to selection in the given document.
This is used for both previews and the actual apply. In case of a preview, the given document is a temporary document with a storage that is linked to the real document for realistic condiditions for the preview.
Implements ROperation.
|
private |
|
private |