VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
tankerRefuelPointPageItem.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 namespace makVrf
16 {
17  namespace makVrfGuiObjectInformationQt
18  {
19  class DtInformationDialogPageLogic;
20 
23  {
24  public:
27  , myArtPartNumber(0)
28  {
29  }
30 
33  {
34  }
35 
36  virtual QVariant value(int col, int role, DtSimObjectReference) const override;
37 
38  virtual void activate(DtSimObjectReference s) override;
39 
40  static std::string creatorName();
41 
42  virtual bool shouldBeHidden(DtSimObjectReference ref) const override;
43 
44  protected:
45 
47  virtual QString stateValue() const;
48 
50  virtual QString propertyDisplayName() const;
51 
52  protected:
53  unsigned myArtPartNumber;
55  };
56 
58 
59  }
60 }
DtTankerRefuelPointPageItem(makVrv::DtDe &de)
Definition: tankerRefuelPointPageItem.h:25
QString myPropertyDisplayName
Definition: tankerRefuelPointPageItem.h:54
DtItemUpdateFunctionCreator< DtTankerRefuelPointPageItem > DtTankerRefuelPointPageItemCreator
Definition: tankerRefuelPointPageItem.h:57
unsigned myArtPartNumber
Definition: tankerRefuelPointPageItem.h:53
Contains makVrv::DtInformationDialogPage class.
Updater for generic state property items.
Definition: tankerRefuelPointPageItem.h:22
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:24
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:76
DtTankerRefuelPointPageItem(DtInformationDialogPageLogic *l)
Definition: tankerRefuelPointPageItem.h:31

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)