VR-Forces 4.1.1 Class Documentation
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 
20 #include <vrvUtil/signalslib.h>
21 
22 #include <vrfGuiCore/vrfGuiCore.h>
24 
26 namespace makVrf
27 {
28  class DtCopyObjectCreator;
29  class DtCopyObject;
30  class DtVrfCreateAndEditEventProcessor;
31 
34  {
35  typedef std::map<int, DtCopyObjectCreator*> DtCopyObjectMap;
36 
37  public:
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:
60 
61  };
62 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)