VR-Forces 4.3.1 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
vrvCore
DtRemoteGraphicVisualizerAttributes.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2010 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: DtRemoteGraphicVisualizerAttributes.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
11
12
#pragma once
13
14
#include <
vrvCore/vrvCore.h
>
15
#include <
vrvCore/DtStateVisualizer.h
>
16
17
namespace
makVrv
18
{
21
class
DT_DLL_VRVCORE
DtRemoteGraphicVisualizerAttributes
22
{
23
public
:
25
DtRemoteGraphicVisualizerAttributes
();
26
28
virtual
~
DtRemoteGraphicVisualizerAttributes
();
29
31
virtual
void
setFlashing(
bool
flashing) = 0;
32
34
virtual
void
setActive(
bool
active);
35
37
virtual
void
setLayerName(
const
std::string& layerName);
38
39
protected
:
40
virtual
void
setVisible(
bool
yesNo) = 0;
41
42
bool
myActive
;
43
bool
myFlashing
;
44
std::vector<std::string>
myLayers
;
45
std::string
myLayerName
;
46
bool
myEnabled
;
47
};
48
}
49
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)