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

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 &section)
 
virtual void update (double)
 

Detailed Description

This is an example of a plug-in which can be dynamically loaded into stellarium.

Definition at line 41 of file LogBook.hpp.

Member Function Documentation

void LogBook::enableLogBook ( bool  b)
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.

const StelStyle LogBook::getModuleStyleSheet ( const StelStyle style)

Returns the module-specific style sheet.

The main StelStyle instance should be passed.


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