VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Friends
makVrv::DtInstrumentPanelBuilder Class Reference

DtInstrumentPanelBuilder creates display, window, and observer configurations to implement an instrument panel window for the given model definition passed into createInstrumentPanel. More...

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

Public Member Functions

virtual ~DtInstrumentPanelBuilder ()
 Destructor.
virtual void createInstrumentPanel (const DtModelDefinition &modelDefinition)
 Implemented by DtGlStudioInstrumentPanelCreator.
- Public Member Functions inherited from makVrv::DtInsetViewCreator
 DtInsetViewCreator (DtDe &de)
virtual ~DtInsetViewCreator ()
virtual void createInsetView ()
virtual void createInsetView (const std::string &s)
 Creates and displays a new window with a new observer given the base display name.
virtual void createInsetViewForObserverMode (const std::string &observerMode)
 Given the observer mode string, creates an inset view for that observer mode.

Protected Member Functions

 DtInstrumentPanelBuilder (DtDe &de)
 Constructor needs the DtDe to use.
- Protected Member Functions inherited from makVrv::DtInsetViewCreator
virtual DtDisplayConfiguration createDisplayConfigurationFor ()
 Creates a display configuration based on the default display engine configuration given the display name.
virtual DtObserverConfiguration createObserverConfigurationFor (const std::string &displayName, bool realize=true)
 Creates and returns a new observer configuration.
virtual DtObserverConfiguration createObserverConfigurationFor (bool realize=true)
 Creates and returns a new observer configuration that doesn't incorporate the display name into the observer name.
virtual DtObserverConfiguration createObserverConfiguration (const std::string &observerName, bool realize=true)
 This does the actual configuration creation using the observer name generated by one of the forms of createObserverConfigurationFor()
virtual DtObserverConfiguration createObserverConfigurationForObserverMode (const std::string &mode, bool realize=true)
 Creates and returns a new observer configuration.
virtual DtWindowConfiguration createWindowConfigurationFor (const std::string &displayName, const DtDisplayConfiguration &dec, const DtObserverConfiguration &observerConfig, const DtSensorFieldOfViewData *fov)
 Creates a window configuration given the display and observer configurations.
virtual std::string generateWindowName (const std::string &displayName) const
 Called by createWindowConfigurationFor to generate the base of the window name.

Friends

class DtInstrumentPanelBuilderCreator

Additional Inherited Members

- Protected Attributes inherited from makVrv::DtInsetViewCreator
DtDemyDe

Detailed Description

DtInstrumentPanelBuilder creates display, window, and observer configurations to implement an instrument panel window for the given model definition passed into createInstrumentPanel.

Constructor & Destructor Documentation

virtual makVrv::DtInstrumentPanelBuilder::~DtInstrumentPanelBuilder ( )
virtual

Destructor.

makVrv::DtInstrumentPanelBuilder::DtInstrumentPanelBuilder ( DtDe de)
protected

Constructor needs the DtDe to use.

Protected because this only called by the DtInstrumentPanelBuilderCreator.

Member Function Documentation

virtual void makVrv::DtInstrumentPanelBuilder::createInstrumentPanel ( const DtModelDefinition modelDefinition)
inlinevirtual

Implemented by DtGlStudioInstrumentPanelCreator.

Reimplemented in makVrv::DtGlStudioInstrumentPanelBuilder.

Friends And Related Function Documentation

friend class DtInstrumentPanelBuilderCreator
friend

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

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)