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
vrfCopyDialog.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/vrfCopyPasteStatusDialog.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 Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)