20 #ifndef _GEODESICGRIDDRAWER_HPP_ 21 #define _GEODESICGRIDDRAWER_HPP_ 23 #include "StelGeodesicGrid.hpp" 24 #include "StelModule.hpp" 28 class ToneReproductor;
39 virtual double draw(
StelCore* core,
int maxSearchLevel);
40 virtual void update(
double deltaTime) {;}
41 virtual void updateI18n() {;}
42 virtual void updateSkyCulture() {;}
50 #endif // _GEODESICGRIDDRAWER_HPP_ Main class for Stellarium core processing.
virtual void update(double deltaTime)
Update the module with respect to the time.
Provide the main interface to all operations of projecting coordinates from sky to screen...
virtual void init()
Initialize itself.
This is the common base class for all the main components of stellarium.