VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
runwayPropertyMapTable.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
9 
10 namespace makVrf
11 {
15  {
16  public:
17  //CTOR
18  DtRunwayPropertyMapTable(makVrv::DtDe& de, QWidget* parent);
19 
20  //DTOR
21  virtual ~DtRunwayPropertyMapTable();
22  };
23 
25  {
26  public:
27  virtual DtPropertyMapTable* create(makVrv::DtDe& de, QWidget* parent);
28  };
29 }
The DtPropertyMapTable will be a widget that can display a table for a DtRwPropertyMap, allow entry to that table and also removval from that table. It will ensure that the keys are unique and non-empty.
Definition: propertyMapTable.h:34
Definition: runwayPropertyMapTable.h:24
The DRunwaytPropertyMapTable is a specialized version of the property table customized for runways to...
Definition: runwayPropertyMapTable.h:14
#define DT_DLL_VRFGUICOMMONQT
Definition: vrfGuiCommonQt.h:20
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
Definition: propertyMapTable.h:109

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)