VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
attributePageItem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 //\file attributePageItem.h
7 //\brief Contains DtSomeOtherAttributePageItem class.
10 //\ingroup addFomClass
11 
12 #pragma once
13 
15 
16 
19 {
20 public:
23  {
24  }
25 
28  {
29  }
30 
31  virtual ~DtSomeOtherAttributePageItem() override;
32 
33  static std::string creatorName();
34 
35 protected:
38  virtual QString value(makVrf::DtSimObjectReference) const override;
39 
41  virtual QString title(makVrf::DtSimObjectReference) const override;
42 };
43 
46 
makVrf::makVrfGuiObjectInformationQt::DtItemUpdateFunctionCreator< DtSomeOtherAttributePageItem > DtSomeOtherAttributePageItemCreator
Creator used by information dialog manager to create information item.
Definition: attributePageItem.h:45
virtual QString title(makVrf::DtSimObjectReference) const override
Called when the information dialog wants to show the items title (column 0).
DtSomeOtherAttributePageItem(makVrv::DtDe &de)
Definition: attributePageItem.h:21
DtSomeOtherAttributePageItem(makVrf::makVrfGuiObjectInformationQt::DtInformationDialogPageLogic *l)
Definition: attributePageItem.h:26
This class is derived from the generic page item class to show the values in the SomeOtherAttribute F...
Definition: attributePageItem.h:18
DtEntityStatePageItem(makVrv::DtDe &de)
Definition: entityInformationPageItems.h:41
Definition: entityInformationPageItems.h:38
static std::string creatorName()
virtual ~DtSomeOtherAttributePageItem() override
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
virtual QString value(makVrf::DtSimObjectReference) const override
Called when the information dialog wants to show a value. Override to return the value of this inform...
Contains makVrv::DtEntityInformationPageItems class.

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)