VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Attributes
makVrv::DtChannelGridLinesInstance Class Reference

Interface for a DtChannelGridLinesInstance An object that draws a 2D compass. More...

Inheritance diagram for makVrv::DtChannelGridLinesInstance:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtChannelGridLinesInstance ()
 Default CTOR.
virtual ~DtChannelGridLinesInstance ()
 Virtual DTOR.
virtual void setChannelName (const std::string &deName, const std::string &winName, const std::string &channelName)
 Set the name of the channel that this compass should be drawn on.
virtual void setModelDefinition (const std::string &modelDefinition)
 Set the model definition; note that this (potentially) includes all the other parameters enumeration below.
virtual void setVisible (bool isVisible)
 Set the grid lines to visible or invisible.
virtual bool visible ()
 Return visibility status.
virtual void updateGridLines ()=0
 Called anytime any of the grid line parameters change, and when the observer heading changes.

Protected Attributes

std::string myModelDefinitionName
std::string myDisplayEngineName
std::string myWindowName
std::string myChannelName
bool myVisibleFlag

Detailed Description

Interface for a DtChannelGridLinesInstance An object that draws a 2D compass.


Constructor & Destructor Documentation

Default CTOR.

Virtual DTOR.


Member Function Documentation

virtual void makVrv::DtChannelGridLinesInstance::setChannelName ( const std::string &  deName,
const std::string &  winName,
const std::string &  channelName 
) [virtual]

Set the name of the channel that this compass should be drawn on.

Reimplemented in makVrv::DtOsgChannelGridLinesInstance.

virtual void makVrv::DtChannelGridLinesInstance::setModelDefinition ( const std::string &  modelDefinition) [virtual]

Set the model definition; note that this (potentially) includes all the other parameters enumeration below.

Reimplemented in makVrv::DtOsgChannelGridLinesInstance.

virtual void makVrv::DtChannelGridLinesInstance::setVisible ( bool  isVisible) [virtual]

Set the grid lines to visible or invisible.

Implements makVrv::DtSetVisibilityInterface.

Reimplemented in makVrv::DtOsgChannelGridLinesInstance.

Return visibility status.

virtual void makVrv::DtChannelGridLinesInstance::updateGridLines ( ) [pure virtual]

Called anytime any of the grid line parameters change, and when the observer heading changes.

Implemented in makVrv::DtOsgChannelGridLinesInstance.


Member Data Documentation


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)