VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
createTacticalGraphicConfigurationLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtCreateTacticalGraphicConfigurationLogic.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
17 
18 #include <string>
19 
20 namespace makVrv
21 {
22  class DtDe;
23  class DtObjectFacadeInterface;
24 }
25 
26 class DtSimCommand;
27 class DtEntityType;
28 
29 namespace makVrf
30 {
31  class DtVrfBackendState;
32  class DtCreateTacticalGraphicConfigurationDialogInterface;
33  class DtEditGlobalPlanWidget;
34 
36  {
37  public:
38 
41 
44 
45  virtual DtSimCommand* createCommandObject() const;
46 
47  virtual bool createObjectImage();
48 
49  virtual void attachToObject();
50 
51  protected:
52  virtual std::string mapTacticalGraphicModelDefinition(const DtEntityType&);
53 
54  protected:
58  };
59 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)