Public Member Functions |
| | DtOsgEarthServerDialog (DtDe &de, QWidget *parent, Qt::WindowFlags f=Qt::Tool) |
| | CTOR.
|
| virtual | ~DtOsgEarthServerDialog () |
| | DTOR.
|
| virtual void | setMapNameLabel (const std::string &mapname) |
| | Called by the logic to set parameters for the current server.
|
| virtual void | setImageNameLabel (const std::string &imgname) |
| | Called by the logic to set parameters for the current server.
|
| virtual void | setDescriptionText (const std::string &desc) |
| | Called by the logic to set parameters for the current server.
|
| virtual void | setCordSysLabel (const std::string &cordsys) |
| | Called by the logic to set parameters for the current server.
|
| virtual void | addInstance (const std::string &name) |
| | Called by the logic to add an instance to the gui.
|
| virtual void | removeInstance (const std::string &name) |
| | Called by the logic to remove an instance to the gui.
|
| virtual void | clearInstances () |
| | Called by the logic to remove all instances from the gui.
|
Additional Inherited Members |
| virtual void | setMapNameLabel (const std::string &mapname)=0 |
| | Called by the logic to set parameters for the current server.
|
| virtual void | setImageNameLabel (const std::string &imgname)=0 |
| | Called by the logic to set parameters for the current server.
|
| virtual void | setDescriptionText (const std::string &desc)=0 |
| | Called by the logic to set parameters for the current server.
|
| virtual void | setCordSysLabel (const std::string &cordsys)=0 |
| | Called by the logic to set parameters for the current server.
|
| virtual void | addInstance (const std::string &name)=0 |
| | Called by the logic to add an instance to the gui.
|
| virtual void | removeInstance (const std::string &name)=0 |
| | Called by the logic to remove an instance to the gui.
|
| virtual void | clearInstances ()=0 |
| | Called by the logic to remove all instances from the gui.
|
| boost::signal< void()> | signal_addTerrainPatch |
boost::signal< void(const
std::string &)> | signal_terrainPatchFileChosen |
boost::signal< void(const
std::string &)> | signal_currentServerChanged |
boost::signal< void(const
std::string &)> | signal_coordinateSystemParameters |
Dialog for adding a terrain patch.