VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)