Stellarium 0.14.3
|
This is an example of a plug-in which can be dynamically loaded into stellarium. More...
#include <LogBook.hpp>
Public Slots | |
void | enableLogBook (bool b) |
This method is called with we detect that our hot key is pressed. More... | |
void | setConfigDialogVisible (bool b) |
void | setTargetsDialogVisible (bool b) |
Public Member Functions | |
virtual bool | configureGui (bool show=true) |
virtual void | draw (StelCore *core) |
virtual double | getCallOrder (StelModuleActionName actionName) const |
const StelStyle | getModuleStyleSheet (const StelStyle &style) |
Returns the module-specific style sheet. More... | |
virtual void | init () |
virtual void | setStelStyle (const QString §ion) |
virtual void | update (double) |
This is an example of a plug-in which can be dynamically loaded into stellarium.
Definition at line 41 of file LogBook.hpp.
|
slot |
This method is called with we detect that our hot key is pressed.
It handles determining if we should do anything - based on a selected object - and painting labes to the screen.
Returns the module-specific style sheet.
The main StelStyle instance should be passed.