VR-Forces 4.10 Class Documentation
 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.
Definition: propertyMapTable.h:33
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:22
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Definition: propertyMapTable.h:108

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)