VR-Forces 4.0.4 Class Documentation
include/entityEditorImpl/formationHierarchy.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2008 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: formationHierarchy.h,v $ $Revision: 1.3 $ $State: Exp $
00007 *********************************************************************/
00008 
00011 
00012 #ifndef DTFORMATIONHIERARCHY_H_
00013 #define DTFORMATIONHIERARCHY_H_
00014 
00015 #include "tmqt/echHierarchy.h"
00016 #include "entityEditorImpl/entityEditorImplDefines.h"
00017 
00018 class DtFormationModelData;
00019 class DtFormation;
00020 class DtVrfSubObjectParameterEntry;
00021 class DtFormationEntry;
00022 class DtString;
00023 
00026 class DT_DLL_entityeditorimpl DtFormationHierarchy : public DtEchelonHierarchy
00027 {
00028 public:
00029    DtFormationHierarchy(QObject *parent = NULL);
00030 
00032    virtual void setupFormation(DtFormation*, const DtString& formationName);
00033 
00034 protected:
00035    virtual void connectNode(DtEchelonHierarchyNode* n);
00036    virtual void setupFormation(DtFormationModelData*, DtFormation*, const DtString& formationName);
00037 };
00038 
00039 #endif
00040 

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)