VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
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 Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)