![]() |
Stellarium 0.11.3 | ||
| Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
Reimplement a QMainWindow for Stellarium. More...
#include <StelMainWindow.hpp>
Public Slots | |
| void | toggleFullScreen () |
| bool | getFullScreen () const |
| void | setFullScreen (bool) |
Public Member Functions | |
| void | init (QSettings *settings) |
| void | deinit () |
| void | initTitleI18n () |
Static Public Member Functions | |
| static StelMainWindow & | getInstance () |
Protected Member Functions | |
| virtual void | closeEvent (QCloseEvent *event) |
Reimplement a QMainWindow for Stellarium.
It is the class in charge of switching betwee fullscreen or windowed mode.
| static StelMainWindow& StelMainWindow::getInstance | ( | ) | [inline, static] |
Get the StelMainWindow singleton instance.
| void StelMainWindow::initTitleI18n | ( | ) |
Set the application title for the current language.
This is useful for e.g. chinese.
1.6.3