VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
DtVrfCopyDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtVrfCopyDialog.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
22
#include <
vrvCore/DtSelectionManager.h
>
23
24
namespace
makVrf
25
{
26
class
DT_DLL_VRFGUICOREQT
DtVrfCopyDialog
:
public
DtVrfCopyPasteStatusDialog
27
{
28
Q_OBJECT
29
30
public
:
31
//CTOR
32
DtVrfCopyDialog
(
makVrv::DtDe
& de,
QWidget
* parent,
const
Qt::WindowFlags& flags = 0);
33
34
//DTOR
35
virtual
~
DtVrfCopyDialog
();
36
37
public
:
40
virtual
void
copy(
const
makVrv::DtSelectionManager::IdSet
&);
41
42
protected
:
44
virtual
void
setupConnections();
45
};
46
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)