VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfCopyPasteManager.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020ovrf MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
12 
14 
15 #include <vrfGuiCore/vrfGuiCore.h>
17 
19 namespace makVrf
20 {
21  class DtCopyObjectCreator;
22  class DtCopyObject;
23  class DtVrfCreateAndEditEventProcessor;
24 
27  {
28  typedef std::map<int, DtCopyObjectCreator*> DtCopyObjectMap;
29 
30  public:
32  virtual ~DtVrfCopyPasteManager();
33 
35  static DtVrfCopyPasteManager& instance(makVrv::DtDe& de);
36 
37  public:
41  virtual void addCopyObject(int, DtCopyObjectCreator*);
42 
43  public:
46  virtual void copy(const makVrv::DtSelectionManager::IdSet&);
47 
49  virtual DtCopyObject* createCopyObject(int) const;
50 
51  protected:
53 
54  };
55 }
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
Contains makVrv:DtSelectionManager class.
Creator used to create copy classes. Subclass to implement create() method to return object used for ...
Definition: copyObject.h:374
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Contains makVrv::DtVirtualBaseClass class.
std::map< int, DtCopyObjectCreator * > DtCopyObjectMap
Definition: vrfCopyPasteManager.h:28
Definition: copyObject.h:124
DtCopyObjectMap myCopyObjects
Definition: vrfCopyPasteManager.h:52
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:70
The Master DtVrfCopyPasteManager.
Definition: vrfCopyPasteManager.h:26
std::set< DtUniqueID > IdSet
Definition: DtSelectionManager.h:32
The Master DtVrfCopyPasteManagerHandler.
Definition: vrfCopyPasteHandler.h:38

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)