VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
DtVrfPasteDialog.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/DtVrfCopyPasteStatusDialog.h
>
21
#include <
vrfGuiCore/DtCopyObject.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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)