QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RMoveReferencePointOperation Class Reference

Implementation of an operation that moves a reference point by a given distance. More...

#include <RMoveReferencePointOperation.h>

Inheritance diagram for RMoveReferencePointOperation:
ROperation

List of all members.

Public Member Functions

virtual RTransaction apply (RDocument &document, bool preview=false) const
 Applies this operation to selection in the given document.
 RMoveReferencePointOperation (const RVector &referencePoint, const RVector &targetPoint)
virtual ~RMoveReferencePointOperation ()
- Public Member Functions inherited from ROperation
RS::EntityType getEntityTypeFilter () const
 ROperation (bool undoable=true, RS::EntityType entityTypeFilter=RS::EntityAll)
virtual ~ROperation ()

Private Attributes

RVector referencePoint
RVector targetPoint

Additional Inherited Members

- Protected Attributes inherited from ROperation
RS::EntityType entityTypeFilter
bool undoable

Detailed Description

Implementation of an operation that moves a reference point by a given distance.

Scriptable:
This class is wrapped for script environments.

Constructor & Destructor Documentation

RMoveReferencePointOperation::RMoveReferencePointOperation ( const RVector referencePoint,
const RVector targetPoint 
)
virtual RMoveReferencePointOperation::~RMoveReferencePointOperation ( )
inlinevirtual

Member Function Documentation

RTransaction RMoveReferencePointOperation::apply ( RDocument document,
bool  preview = false 
) const
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.


Member Data Documentation

RVector RMoveReferencePointOperation::referencePoint
private
RVector RMoveReferencePointOperation::targetPoint
private

The documentation for this class was generated from the following files: