VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
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
}
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)