VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/DtCreateTacticalGraphicConfigurationLogic.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtCreateTacticalGraphicConfigurationLogic.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ******************************************************************************/
00008 
00011 
00013 
00014 #pragma once
00015 
00016 #include <vrfGuiCoreQt/vrfGuiCoreQt.h>
00017 
00018 #include <string>
00019 
00020 namespace makVrv
00021 {
00022    class DtDe;
00023    class DtObjectFacadeInterface;
00024 }
00025 
00026 class DtSimCommand;
00027 class DtEntityType;
00028 
00029 namespace makVrf
00030 {
00031    class DtVrfBackendState;
00032    class DtCreateTacticalGraphicConfigurationDialogInterface;
00033    class DtEditGlobalPlanWidget;
00034 
00035    class DT_DLL_VRFGUICOREQT DtCreateTacticalGraphicConfigurationLogic
00036    {
00037    public:
00038 
00040       DtCreateTacticalGraphicConfigurationLogic(makVrv::DtDe& de, DtCreateTacticalGraphicConfigurationDialogInterface* iface);
00041 
00043       virtual ~DtCreateTacticalGraphicConfigurationLogic();
00044 
00045       virtual DtSimCommand* createCommandObject() const;
00046 
00047       virtual bool createObjectImage();
00048 
00049       virtual void attachToObject();
00050 
00051    protected:
00052       virtual std::string mapTacticalGraphicModelDefinition(const DtEntityType&);
00053 
00054    protected:
00055       makVrv::DtDe&                                         myDe;
00056       makVrv::DtObjectFacadeInterface*                      myObjectImage;
00057       DtCreateTacticalGraphicConfigurationDialogInterface*  myInterface;
00058    };
00059 }

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)