![]() |
VR-Forces 4.10 Class Documentation
|
Common base visualizer class for Remote Graphics. More...
Public Member Functions | |
| DtRemoteGraphicStateVisualizer () | |
| virtual | ~DtRemoteGraphicStateVisualizer () |
| virtual void | setFlashing (bool flashing)=0 |
| Set the graphic's flashing state (similar to HTML blink) More... | |
| virtual void | setActive (bool active) |
| Set the graphic active or inactive. More... | |
| virtual void | setLayerName (const std::string &layerName) |
| Sets the layer that the graphic is in. More... | |
Protected Member Functions | |
| virtual void | setVisible (bool yesNo)=0 |
Protected Attributes | |
| bool | myActive |
| bool | myFlashing |
| std::vector< std::string > | myLayers |
| std::string | myLayerName |
| bool | myEnabled |
Common base visualizer class for Remote Graphics.
| makVrv::DtRemoteGraphicStateVisualizer::DtRemoteGraphicStateVisualizer | ( | ) |
|
virtual |
|
pure virtual |
Set the graphic's flashing state (similar to HTML blink)
|
virtual |
Set the graphic active or inactive.
|
virtual |
Sets the layer that the graphic is in.
|
protectedpure virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |