VR-Forces 4.3.1 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
vrfGuiCore
vrfCopyPasteManager.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/vrfCopyPasteHandler.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 Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)