VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simOperationsStatusMenuItems.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
11 #include <vrvCoreQt/DtMenu.h>
12 
13 namespace makVrf
14 {
17  {
18  Q_OBJECT
19 
20  public:
22 
23  virtual ~DtShowSimOperationsStatusMenuItem() override;
24 
26  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent) override;
27 
28  protected:
29  //Set the value due to being triggered.
30  virtual void setValue(bool value) override;
31 
32  //Get the current value.
33  virtual bool getValue() const override;
34 
35  virtual void on_aboutToShow() override;
36 
37  protected:
40  };
41 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
bool myShowingSimOperationsStatusBar
Definition: simOperationsStatusMenuItems.h:38
Base class item builder for settings toggle items The menu id string is &quot;DtViewSettingsItem&quot;.
Definition: DtCheckedItem.h:22
Show/hide sim operations bar.
Definition: simOperationsStatusMenuItems.h:16
Contains makVrv::DtCheckedItem class.
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
bool myInitializedFromSettings
Definition: simOperationsStatusMenuItems.h:39

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)