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
RDeleteAllEntitiesOperation.h
Go to the documentation of this file.
1
#ifndef RDELETEALLENTITIESOBJECTSOPERATION_H
2
#define RDELETEALLENTITIESOBJECTSOPERATION_H
3
4
#include <QList>
5
#include <QSharedPointer>
6
7
#include "
RDocument.h
"
8
#include "
RExporter.h
"
9
#include "
ROperation.h
"
10
#include "
RTransaction.h
"
11
#include "
RVector.h
"
12
13
class
RObject
;
14
21
class
RDeleteAllEntitiesOperation
:
public
ROperation
{
22
public
:
23
RDeleteAllEntitiesOperation
(
bool
undoable
=
true
);
24
virtual
~RDeleteAllEntitiesOperation
() {
25
}
26
27
virtual
RTransaction
apply
(
RDocument
& document,
bool
preview
=
false
)
const
;
28
virtual
void
preview
(
RDocument
& document,
RExporter
& exporter)
const
;
29
};
30
31
Q_DECLARE_METATYPE
(
RDeleteAllEntitiesOperation
*)
32
33
#endif
src
operations
RDeleteAllEntitiesOperation.h
Generated on Tue Jun 26 2012 18:41:08 for QCAD Application Framework by
1.8.1.1