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
RDeleteSelectionOperation.h
Go to the documentation of this file.
1
#ifndef RDELETESELECTIONOPERATION_H
2
#define RDELETESELECTIONOPERATION_H
3
4
#include "
RDocument.h
"
5
#include "
REntity.h
"
6
#include "
RExporter.h
"
7
#include "
RClipboardOperation.h
"
8
#include "
RVector.h
"
9
10
18
class
RDeleteSelectionOperation
:
public
RClipboardOperation
{
19
public
:
20
RDeleteSelectionOperation
();
21
virtual
~RDeleteSelectionOperation
() {}
22
23
virtual
RTransaction
apply
(
RDocument
& document,
bool
preview
=
false
)
const
;
24
virtual
void
preview
(
RDocument
& document,
RExporter
& exporter)
const
;
25
};
26
27
Q_DECLARE_METATYPE
(
RDeleteSelectionOperation
*)
28
29
#endif
src
operations
RDeleteSelectionOperation.h
Generated on Tue Jun 26 2012 18:41:08 for QCAD Application Framework by
1.8.1.1