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
RDeleteObjectOperation.h
Go to the documentation of this file.
1
#ifndef RDELETEOBJECTOPERATION_H
2
#define RDELETEOBJECTOPERATION_H
3
4
#include <QSharedPointer>
5
6
#include "
RDeleteObjectsOperation.h
"
7
#include "
ROperation.h
"
8
#include "
RVector.h
"
9
10
class
RDocument
;
11
class
RExporter
;
12
class
RObject
;
13
20
class
RDeleteObjectOperation
:
public
RDeleteObjectsOperation
{
21
public
:
22
RDeleteObjectOperation
(QSharedPointer<RObject>
object
,
bool
undoable
=
true
);
23
virtual
~RDeleteObjectOperation
() {
24
}
25
};
26
27
Q_DECLARE_METATYPE
(
RDeleteObjectOperation
*)
28
29
#endif
src
operations
RDeleteObjectOperation.h
Generated on Tue Jun 26 2012 18:41:08 for QCAD Application Framework by
1.8.1.1