![]() |
VR-Forces 4.3 Class Documentation
|
The interface between the Terrain patch logic and the dialog. More...

Public Types | |
| enum | TerrainCoordinateSystemEnum { None = 0, Geocentric, UTM, Lambert, FlatEarth, Cartesian } |
| enum | ErrorMessage { NoError = 0, UnsupportedMetaFlight = 1 } |
Public Member Functions | |
| virtual void | displayErrorMessage (ErrorMessage msg)=0 |
| virtual void | setFileLabel (const std::string &filePath)=0 |
| Called by the logic to set the current file label. | |
| virtual void | setCoordSystemComboBox (TerrainCoordinateSystemEnum index)=0 |
| Called by the logic to set the combo boxes items. | |
| virtual void | setCoordSystemParams (const std::string ¶ms)=0 |
| Called by the logic to set the coord sys params. | |
| virtual void | setOkEnabled (bool flag)=0 |
| Called by the logic to enable the "OK" button. | |
Public Attributes | |
| boost::signal< void()> | signal_addTerrainPatch |
| boost::signal< void(const std::string &)> | signal_terrainPatchFileChosen |
| boost::signal< void(const std::string &)> | signal_coordinateSystemChanged |
| boost::signal< void(const std::string &)> | signal_coordinateSystemParameters |
| boost::signal< void(bool)> | signal_ddsFlipChanged |
The interface between the Terrain patch logic and the dialog.
<
|
pure virtual |
|
pure virtual |
Called by the logic to set the current file label.
|
pure virtual |
Called by the logic to set the combo boxes items.
|
pure virtual |
Called by the logic to set the coord sys params.
|
pure virtual |
Called by the logic to enable the "OK" button.
| boost::signal<void ()> makVrv::DtAddTerrainPatchInterface::signal_addTerrainPatch |
| boost::signal<void (const std::string&)> makVrv::DtAddTerrainPatchInterface::signal_terrainPatchFileChosen |
| boost::signal<void (const std::string&)> makVrv::DtAddTerrainPatchInterface::signal_coordinateSystemChanged |
| boost::signal<void (const std::string&)> makVrv::DtAddTerrainPatchInterface::signal_coordinateSystemParameters |
| boost::signal<void (bool)> makVrv::DtAddTerrainPatchInterface::signal_ddsFlipChanged |