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
RModifyObjectOperation.h
Go to the documentation of this file.
1
#ifndef RMODIFYOBJECTOPERATION_H_
2
#define RMODIFYOBJECTOPERATION_H_
3
4
#include "
RAddObjectOperation.h
"
5
12
class
RModifyObjectOperation
:
public
RAddObjectOperation
{
13
public
:
14
RModifyObjectOperation
(QSharedPointer<RObject>
object
,
bool
undoable
=
true
) :
15
RAddObjectOperation
(object, false,
undoable
) {
16
}
17
virtual
~RModifyObjectOperation
() {
18
}
19
};
20
21
Q_DECLARE_METATYPE
(
RModifyObjectOperation
*);
22
23
#endif
/* RMODIFYOBJECTOPERATION_H_ */
src
operations
RModifyObjectOperation.h
Generated on Tue Jun 26 2012 18:41:08 for QCAD Application Framework by
1.8.1.1