Stellarium 0.14.3
List of all members | Public Slots | Signals | Public Member Functions
CompassMarks Class Reference

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
 

Detailed Description

Main class of the Compass Marks plug-in.

Provides a ring of marks indicating azimuth on the horizon, like a compass dial.

Author
Matthew Gates

Definition at line 43 of file CompassMarks.hpp.

Member Function Documentation

void CompassMarks::loadConfiguration ( )
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.

See also
saveSettings(), restoreDefaultSettings()
void CompassMarks::saveConfiguration ( )
slot

Save the plug-in's settings to the configuration file.

Warning
markColor is not saved.

The documentation for this class was generated from the following file: