QCAD Application Framework
CAD Application Development and Automation.
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
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
14
class
RModifyObjectsOperation
:
public
RAddObjectsOperation
{
15
public
:
16
RModifyObjectsOperation
(
bool
undoable
=
true
) :
17
RAddObjectsOperation
(
undoable
) {
18
}
19
20
RModifyObjectsOperation
(QList<QSharedPointer<RObject> >&
list
,
21
bool
undoable
=
true
) :
22
RAddObjectsOperation
(
list
, false,
undoable
) {
23
}
24
25
virtual
~RModifyObjectsOperation
() {
26
}
27
28
void
transformSelection
(
RTransformation
* transformation,
RDocumentInterface
* di,
int
copies,
bool
preview,
bool
selectResult,
bool
useCurrentAttributes);
29
};
30
31
Q_DECLARE_METATYPE
(
RModifyObjectsOperation
*);
32
33
#endif
src
operations
RModifyObjectsOperation.h
Generated on Tue Jun 26 2012 18:41:08 for QCAD Application Framework by
1.8.1.1