VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCore
DtVrfCopyPasteManager.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtVrfCopyPasteManager.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
11
16
17
#pragma once
18
19
#include <
vrvUtil/DtVirtualBaseClass.h
>
20
#include <
vrvUtil/signalslib.h
>
21
22
#include <
vrfGuiCore/vrfGuiCore.h
>
23
#include <
vrfGuiCore/DtVrfCopyPasteHandler.h
>
24
25
#include <
vrvCore/DtSelectionManager.h
>
26
namespace
makVrf
27
{
28
class
DtCopyObjectCreator;
29
class
DtCopyObject;
30
class
DtVrfCreateAndEditEventProcessor;
31
33
class
DT_DLL_VRFGUICORE
DtVrfCopyPasteManager
:
public
DtVrfCopyPasteHandler
,
public
makVrv::DtVirtualBaseClass
34
{
35
typedef
std::map<int, DtCopyObjectCreator*>
DtCopyObjectMap
;
36
37
public
:
38
DtVrfCopyPasteManager
(
makVrv::DtDe
&);
39
virtual
~
DtVrfCopyPasteManager
();
40
42
static
DtVrfCopyPasteManager
& instance(
makVrv::DtDe
& de);
43
44
public
:
48
virtual
void
addCopyObject(
int
,
DtCopyObjectCreator
*);
49
50
public
:
53
virtual
void
copy(
const
makVrv::DtSelectionManager::IdSet
&);
54
56
virtual
DtCopyObject
* createCopyObject(
int
)
const
;
57
58
protected
:
59
DtCopyObjectMap
myCopyObjects
;
60
61
};
62
}
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
)