Member Typedef Documentation
Constructor & Destructor Documentation
| virtual makVrv::DtLightIndicatorManager::~DtLightIndicatorManager |
( |
| ) |
|
|
virtual |
| makVrv::DtLightIndicatorManager::DtLightIndicatorManager |
( |
DtDe & |
de | ) |
|
|
protected |
Member Function Documentation
Get an instance of the taxiway sign manager.
| virtual void makVrv::DtLightIndicatorManager::slot_LightIndicatorCreated |
( |
DtLightIndicatorData & |
lightIndicatorData | ) |
|
|
virtual |
Called when Aerodrome creates the Taxiway sign.
| virtual void makVrv::DtLightIndicatorManager::slot_LightIndicatorDestroyed |
( |
DtLightIndicatorData & |
lightIndicatorData | ) |
|
|
virtual |
Called when Aerodrome removes the Taxiway sign.
| virtual std::size_t makVrv::DtLightIndicatorManager::hashPos |
( |
DtVector & |
pos | ) |
|
|
virtual |
Convert position to identifier.
| virtual void makVrv::DtLightIndicatorManager::setModelDefinitionForType |
( |
std::string & |
light_type, |
|
|
const std::string & |
modelDef |
|
) |
| |
|
virtual |
What model definition goes with which light type.
| virtual void makVrv::DtLightIndicatorManager::clearModelDefinitionForType |
( |
std::string & |
light_type | ) |
|
|
virtual |
Clear the default set of sign size model definition names that the DtLightIndicatorManager uses, keeps default model definition.
| virtual void makVrv::DtLightIndicatorManager::setDefaultModelDefinition |
( |
const std::string & |
modelDef | ) |
|
|
virtual |
If we can't find a model for a particular size, what is the default.
| virtual void makVrv::DtLightIndicatorManager::updateLightIndicatorManager |
( |
| ) |
|
|
virtual |
| virtual void makVrv::DtLightIndicatorManager::createLightIndicator |
( |
DtLightIndicatorData & |
signData | ) |
|
|
virtual |
Take information about the sign (size, letters, etc.
and create and configure the model)
| DtVector makVrv::DtLightIndicatorManager::geodeticToCig |
( |
const DtVector & |
pos | ) |
const |
Convert (lon,lat,elevation) -> database coordinates.
Member Data Documentation
| boost::signal<void ( DtLightIndicatorData& )> makVrv::DtLightIndicatorManager::signal_LightIndicatorDeleted |
| boost::signal<void ( DtLightIndicatorData& )> makVrv::DtLightIndicatorManager::signal_LightIndicatorCreated |
| DtDe& makVrv::DtLightIndicatorManager::myDe |
|
protected |
| std::map<std::string, std::string> makVrv::DtLightIndicatorManager::myLightIndicatorModelDefinitions |
|
protected |
| std::string makVrv::DtLightIndicatorManager::myDefaultLightIndicatorModelDefinition |
|
protected |
The documentation for this class was generated from the following file: