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

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...
 

Detailed Description

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

Definition at line 33 of file TextUserInterface.hpp.

Member Function Documentation

void TextUserInterface::loadConfiguration ( void  )

Loads the module's configuration from the config file.

void TextUserInterface::setTuiDateTime ( bool  tDateTime)
inlineslot

Show/hide the TUI date time display.

Definition at line 57 of file TextUserInterface.hpp.

void TextUserInterface::setTuiGravityUi ( bool  tGravityUi)
inlineslot

Set Gravity text for the TUI text.

Definition at line 61 of file TextUserInterface.hpp.

void TextUserInterface::setTuiMenuActive ( bool  tActive)
inlineslot

Show/hide the TUI menu.

Definition at line 55 of file TextUserInterface.hpp.

void TextUserInterface::setTuiObjInfo ( bool  tObjInfo)
inlineslot

Show/hide the selected object's short object information.

Definition at line 59 of file TextUserInterface.hpp.


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