VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
publishObserversMenuItem.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: DtPublishObserversMenuItem.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
12 
13 #pragma once
14 
17 
18 namespace makVrf
19 {
21  {
22  Q_OBJECT
23 
24  public:
26 
27  virtual ~DtPublishObserversMenuItem();
28 
30  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
31 
32  protected:
33  //Set the value due to being triggered.
34  virtual void setValue(bool value);
35 
36  //Get the current value.
37  virtual bool getValue() const;
38 
39  virtual void on_aboutToShow();
40 
41  protected:
42  mutable bool myPublishingObservers;
44  };
45 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Base class item builder for settings toggle items The menu id string is "DtViewSettingsItem".
Definition: DtCheckedItem.h:22
Contains makVrv::DtCheckedItem class.
Definition: publishObserversMenuItem.h:20
bool myInitializedFromSettings
Definition: publishObserversMenuItem.h:43
bool myPublishingObservers
Definition: publishObserversMenuItem.h:42
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

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)