Stellarium 0.14.3
|
Main class of the Compass Marks plug-in. More...
#include <CompassMarks.hpp>
Public Slots | |
void | setCompassMarks (bool b) |
void | loadConfiguration () |
Load the plug-in's settings from the configuration file. More... | |
void | saveConfiguration () |
Save the plug-in's settings to the configuration file. More... | |
void | restoreDefaultConfiguration () |
Signals | |
void | compassMarksChanged (bool) |
Public Member Functions | |
virtual void | init () |
virtual void | update (double deltaTime) |
virtual void | draw (StelCore *core) |
virtual double | getCallOrder (StelModuleActionName actionName) const |
bool | getCompassMarks () const |
Main class of the Compass Marks plug-in.
Provides a ring of marks indicating azimuth on the horizon, like a compass dial.
Definition at line 43 of file CompassMarks.hpp.
|
slot |
Load the plug-in's settings from the configuration file.
Settings are kept in the "CompassMarks" section in Stellarium's configuration file. If no such section exists, it will load default values.
|
slot |
Save the plug-in's settings to the configuration file.