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

Main class of the Field of View plugin. More...

#include <FOV.hpp>

Public Slots

void setFOV ()
 

Public Member Functions

virtual void init ()
 
virtual void deinit ()
 
virtual void update (double deltaTime)
 
virtual double getCallOrder (StelModuleActionName actionName) const
 
virtual bool configureGui (bool show)
 
void restoreDefaults (void)
 Set up the plugin with default values. More...
 
void readSettingsFromConfig (void)
 Read (or re-read) settings from the main config file. More...
 
void saveSettingsToConfig (void)
 Save the settings to the main configuration file. More...
 
void setQuickFOV (const double value, const int item)
 
double getQuickFOV (const int item) const
 

Detailed Description

Main class of the Field of View plugin.

Author
Alexander Wolf

Definition at line 47 of file FOV.hpp.

Member Function Documentation

void FOV::readSettingsFromConfig ( void  )

Read (or re-read) settings from the main config file.

This will be called from init and also when restoring defaults (i.e. from the configuration dialog / restore defaults button).

void FOV::restoreDefaults ( void  )

Set up the plugin with default values.

This means clearing out the Pulsars section in the main config.ini (if one already exists), and populating it with default values.

void FOV::saveSettingsToConfig ( void  )

Save the settings to the main configuration file.


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