VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lightsInformationPageLogic.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 
13 
14 namespace makVrf
15 {
16  struct DtVrfObjectDataState;
17 
18  namespace makVrfGuiObjectInformationQt
19  {
21  {
22  public:
25 
26  virtual void setLightKinds(const std::set<std::string>& lg);
27 
28  protected:
29  virtual void activate(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* state);
30  virtual void addDataItems(const std::string& lightKind, const DtVrfObjectDataState* state);
31 
32  protected:
33  std::set<std::string> myLightKinds;
34  };
35  }
36 }
Contains makVrv::DtInformationDialogPage class.
std::set< std::string > myLightKinds
Definition: lightsInformationPageLogic.h:33
#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:70
Definition: vrfObjectDataState.h:87

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)