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
RCopyOperation.h
Go to the documentation of this file.
1
#ifndef RCOPYOPERATION_H
2
#define RCOPYOPERATION_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
RCopyOperation
:
public
RClipboardOperation
{
19
public
:
20
RCopyOperation
(
const
RVector
&
offset
,
RDocument
&
src
);
21
virtual
~RCopyOperation
() {}
22
23
virtual
RTransaction
apply
(
RDocument
& document,
bool
preview
=
false
)
const
;
24
virtual
void
preview
(
RDocument
& document,
RExporter
& exporter)
const
;
25
26
private
:
27
RVector
offset
;
28
RDocument
&
src
;
29
};
30
31
Q_DECLARE_METATYPE
(
RCopyOperation
*)
32
33
#endif
src
operations
RCopyOperation.h
Generated on Tue Jun 26 2012 18:41:08 for QCAD Application Framework by
1.8.1.1