QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RModifyObjectsOperation.h
Go to the documentation of this file.
1 #ifndef RMODIFYOBJECTSOPERATION_H_
2 #define RMODIFYOBJECTSOPERATION_H_
3 
4 #include "RAddObjectsOperation.h"
5 #include "RDocumentInterface.h"
6 #include "RTransformation.h"
7 
15 public:
18  }
19 
20  RModifyObjectsOperation(QList<QSharedPointer<RObject> >& list,
21  bool undoable = true) :
23  }
24 
26  }
27 
28  void transformSelection(RTransformation* transformation, RDocumentInterface* di, int copies, bool preview, bool selectResult, bool useCurrentAttributes);
29 };
30 
32 
33 #endif