VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
airbaseLaunchFlightWidgetLogic.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
16 
21 
23 #include <matrix/vlVector.h>
24 
25 class DtObjectType;
26 
27 namespace makVrv
28 {
29  class DtDe;
30 }
31 
32 namespace makVrf
33 {
35  {
36  public:
38 
39  //DTOR
41 
42  public:
43 
44  virtual DtObjectType aircraftUnitType(const DtString& acType, unsigned number, const DtString& unitLabel);
45  virtual bool aircraftTypeAndNumber(const DtObjectType& unitType, QString& acType, unsigned& number, QString& unitLabel);
46 
47  virtual void slot_onAircraftTypeChanged(DtString acType);
48  virtual void slot_onAircraftNumberChanged(unsigned acNum);
49  virtual void slot_onUnitTypeChanged(DtString acUnitType);
50 
51  protected:
52 
53  virtual void initialize();
54  virtual void loadAircraftTypes();
55  virtual void loadAircraftNumbers();
56  virtual void loadUnitLabels();
57  virtual void loadLoadoutNames();
58 
59  protected:
61 
64 
66  };
67 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)