VR-Forces 4.10 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
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
15
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
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
;
43
mutable
bool
myInitializedFromSettings
;
44
};
45
}
DT_DLL_VRFGUICOREQT
#define DT_DLL_VRFGUICOREQT
Definition:
vrfGuiCoreQt.h:26
makVrv::DtCheckedItem
Base class item builder for settings toggle items The menu id string is "DtViewSettingsItem".
Definition:
DtCheckedItem.h:21
DtCheckedItem.h
Contains makVrv::DtCheckedItem class.
makVrf::DtPublishObserversMenuItem
Definition:
publishObserversMenuItem.h:20
makVrf::DtPublishObserversMenuItem::myInitializedFromSettings
bool myInitializedFromSettings
Definition:
publishObserversMenuItem.h:43
makVrf::DtPublishObserversMenuItem::myPublishingObservers
bool myPublishingObservers
Definition:
publishObserversMenuItem.h:42
vrfGuiCoreQt.h
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application.
Definition:
DtDe.h:69
QAction
Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)