![]() |
Stellarium 0.14.3
|
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 |
| 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.
1.8.8