VR-Forces 4.2 Class Documentation
DtPublishObserversMenuItem.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 
16 #include <vrvCoreQt/DtCheckedItem.h>
17 
18 namespace makVrf
19 {
20  class DT_DLL_VRFGUICOREQT DtPublishObserversMenuItem : public makVrv::DtCheckedItem
21  {
22  Q_OBJECT
23 
24  public:
25  DtPublishObserversMenuItem(makVrv::DtDe&);
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 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)