VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
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
#if !defined(Q_MOC_RUN)
20
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
21
#include <
vrfGuiCoreQt/vrfCopyPasteStatusDialog.h
>
22
#include <
vrfGuiCore/copyObject.h
>
23
#endif
24
25
namespace
makVrf
26
{
27
class
DT_DLL_VRFGUICOREQT
DtVrfPasteDialog
:
public
DtVrfCopyPasteStatusDialog
28
{
29
Q_OBJECT
30
public
:
31
//CTOR
32
DtVrfPasteDialog
(
makVrv::DtDe
& de, QWidget* parent,
const
Qt::WindowFlags& flags = 0);
33
34
//DTOR
35
virtual
~
DtVrfPasteDialog
();
36
37
public
:
41
virtual
void
paste(
int
flags =
DtCopyObject::DtAllPasteFlags
);
42
44
virtual
void
pasteSpecial();
45
46
protected
:
48
virtual
void
setupConnections();
49
};
50
}
DT_DLL_VRFGUICOREQT
#define DT_DLL_VRFGUICOREQT
Definition:
vrfGuiCoreQt.h:26
makVrf::DtVrfPasteDialog
Definition:
vrfPasteDialog.h:27
copyObject.h
makVrf::DtCopyObject::DtAllPasteFlags
Definition:
copyObject.h:145
vrfCopyPasteStatusDialog.h
vrfGuiCoreQt.h
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition:
DtDe.h:72
makVrf::DtVrfCopyPasteStatusDialog
Definition:
vrfCopyPasteStatusDialog.h:33
Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)