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

Implementation of an operation that adds entities. More...

#include <RModifyObjectsOperation.h>

Inheritance diagram for RModifyObjectsOperation:
RAddObjectsOperation ROperation

List of all members.

Public Member Functions

 RModifyObjectsOperation (bool undoable=true)
 RModifyObjectsOperation (QList< QSharedPointer< RObject > > &list, bool undoable=true)
void transformSelection (RTransformation *transformation, RDocumentInterface *di, int copies, bool preview, bool selectResult, bool useCurrentAttributes)
virtual ~RModifyObjectsOperation ()
- Public Member Functions inherited from RAddObjectsOperation
void addObject (const QSharedPointer< RObject > &object, bool useCurrentAttributes=true)
virtual RTransaction apply (RDocument &document, bool preview=false) const
 Applies this operation to selection in the given document.
int getPreviewCounter () const
 RAddObjectsOperation (bool undoable=true)
 RAddObjectsOperation (QList< QSharedPointer< RObject > > &list, bool useCurrentAttributes=true, bool undoable=true)
void setLimitPreview (bool on)
virtual ~RAddObjectsOperation ()
- Public Member Functions inherited from ROperation
RS::EntityType getEntityTypeFilter () const
 ROperation (bool undoable=true, RS::EntityType entityTypeFilter=RS::EntityAll)
virtual ~ROperation ()

Detailed Description

Implementation of an operation that adds entities.

Scriptable:
This class is wrapped for script environments.

Constructor & Destructor Documentation

RModifyObjectsOperation::RModifyObjectsOperation ( bool  undoable = true)
inline
RModifyObjectsOperation::RModifyObjectsOperation ( QList< QSharedPointer< RObject > > &  list,
bool  undoable = true 
)
inline
virtual RModifyObjectsOperation::~RModifyObjectsOperation ( )
inlinevirtual

Member Function Documentation

void RModifyObjectsOperation::transformSelection ( RTransformation transformation,
RDocumentInterface di,
int  copies,
bool  preview,
bool  selectResult,
bool  useCurrentAttributes 
)

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