VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
vrfPasteDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Pasteright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtVrfPasteDialog.h,v $ $Revision: 1.4 $ $State: Exp $
7
******************************************************************************/
8
11
16
17
#pragma once
18
19
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
20
#include <
vrfGuiCoreQt/vrfCopyPasteStatusDialog.h
>
21
#include <
vrfGuiCore/copyObject.h
>
22
23
namespace
makVrf
24
{
25
class
DT_DLL_VRFGUICOREQT
DtVrfPasteDialog
:
public
DtVrfCopyPasteStatusDialog
26
{
27
Q_OBJECT
28
public
:
29
//CTOR
30
DtVrfPasteDialog
(
makVrv::DtDe
& de,
QWidget
* parent,
const
Qt::WindowFlags& flags = 0);
31
32
//DTOR
33
virtual
~
DtVrfPasteDialog
();
34
35
public
:
39
virtual
void
paste(
int
flags =
DtCopyObject::DtAllPasteFlags
);
40
42
virtual
void
pasteSpecial();
43
44
protected
:
46
virtual
void
setupConnections();
47
};
48
}
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)