QCAD Application Framework
CAD Application Development and Automation.
 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 
13 public:
14  RModifyObjectOperation(QSharedPointer<RObject> object, bool undoable = true) :
15  RAddObjectOperation(object, false, undoable) {
16  }
18  }
19 };
20 
22 
23 #endif /* RMODIFYOBJECTOPERATION_H_ */