Stellarium 0.14.3
|
This is an example of a plug-in which can be dynamically loaded into stellarium. More...
#include <TextUserInterface.hpp>
Public Slots | |
void | setTuiMenuActive (bool tActive) |
Show/hide the TUI menu. More... | |
void | setTuiDateTime (bool tDateTime) |
Show/hide the TUI date time display. More... | |
void | setTuiObjInfo (bool tObjInfo) |
Show/hide the selected object's short object information. More... | |
void | setTuiGravityUi (bool tGravityUi) |
Set Gravity text for the TUI text. More... | |
Public Member Functions | |
virtual void | init () |
virtual void | update (double) |
virtual void | draw (StelCore *core) |
virtual double | getCallOrder (StelModuleActionName actionName) const |
virtual void | handleKeys (class QKeyEvent *event) |
void | loadConfiguration (void) |
Loads the module's configuration from the config file. More... | |
This is an example of a plug-in which can be dynamically loaded into stellarium.
Definition at line 33 of file TextUserInterface.hpp.
void TextUserInterface::loadConfiguration | ( | void | ) |
Loads the module's configuration from the config file.
|
inlineslot |
Show/hide the TUI date time display.
Definition at line 57 of file TextUserInterface.hpp.
|
inlineslot |
Set Gravity text for the TUI text.
Definition at line 61 of file TextUserInterface.hpp.
|
inlineslot |
Show/hide the TUI menu.
Definition at line 55 of file TextUserInterface.hpp.
|
inlineslot |
Show/hide the selected object's short object information.
Definition at line 59 of file TextUserInterface.hpp.