VR-Forces 5.0.1 Developer's Guide
 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 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Base class for a facade object that owns widget indicators.
Definition: DtObjectFacadeInterface.h:25
makVrv::DtObjectFacadeInterface * myObjectImage
Definition: createTacticalGraphicConfigurationLogic.h:56
Definition: createTacticalGraphicConfigurationDialogInterface.h:30
DtCreateTacticalGraphicConfigurationDialogInterface * myInterface
Definition: createTacticalGraphicConfigurationLogic.h:57
DtSimCommand is an abstract base class from which commands can derive. It manages the read/write capa...
Definition: simCommand.h:32
makVrv::DtDe & myDe
Definition: createTacticalGraphicConfigurationLogic.h:55
Definition: createTacticalGraphicConfigurationLogic.h:35
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

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)