![]() |
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
Public Member Functions | |
StelGeodesicGridDrawer (int level) | |
virtual void | init () |
virtual double | draw (StelCore *core, int maxSearchLevel) |
virtual void | update (double deltaTime) |
virtual void | updateI18n () |
virtual void | updateSkyCulture () |
virtual void StelGeodesicGridDrawer::init | ( | ) | [virtual] |
Initialize itself.
If the initialization takes significant time, the progress should be displayed on the loading bar.
Implements StelModule.
virtual void StelGeodesicGridDrawer::update | ( | double | deltaTime | ) | [inline, virtual] |
Update the module with respect to the time.
deltaTime | the time increment in second since last call. |
Implements StelModule.
virtual void StelGeodesicGridDrawer::updateI18n | ( | ) | [inline, virtual] |
Update i18n strings from english names according to current global sky and application language.
This method also reload the proper fonts depending on the language. The translation shall be done using the StelTranslator provided by the StelApp singleton instance.
Reimplemented from StelModule.