![]() |
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
The GridLinesMgr controls the drawing of the Azimuthal and Equatorial Grids, as well as the great circles: Meridian Line, Ecliptic Line and Equator Line. More...
#include <GridLinesMgr.hpp>
The GridLinesMgr controls the drawing of the Azimuthal and Equatorial Grids, as well as the great circles: Meridian Line, Ecliptic Line and Equator Line.
virtual void GridLinesMgr::draw | ( | StelCore * | core | ) | [virtual] |
Draw the grids and great circle lines.
Draws the Equatorial Grid, Azimuthal Grid, Meridian Line, Equator Line and Ecliptic Line according to the various flags which control their visibility.
Reimplemented from StelModule.
virtual void GridLinesMgr::init | ( | ) | [virtual] |
Initialize the GridLinesMgr.
This process checks the values in the application settings, and according to the settings there sets the visibility of the Equatorial Grid, Azimuthal Grid, Meridian Line, Equator Line and Ecliptic Line.
Implements StelModule.
virtual void GridLinesMgr::setStelStyle | ( | const QString & | section | ) | [virtual] |
Sets the colors of the grids and great circles.
Sets the colors of the Equatorial Grid, Azimuthal Grid, Meridian Line, Equator Line and Ecliptic Line.
Reimplemented from StelModule.
virtual void GridLinesMgr::update | ( | double | deltaTime | ) | [virtual] |
Update time-dependent features.
Used to control fading when turning on and off the grid lines and great circles.
Implements StelModule.