![]() |
Stellarium 0.11.4 | ||
| Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
Public Member Functions | |
| StelGeodesicGridDrawer (int level) | |
| virtual void | init () |
| Initialize itself. | |
| virtual double | draw (StelCore *core, int maxSearchLevel) |
| virtual void | update (double deltaTime) |
| Update the module with respect to the time. | |
| 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.
1.6.3