Stellarium 0.12.3
|
Dummy implementation of StelGuiBase to use when no GUI is used. More...
#include <StelNoGui.hpp>
Public Member Functions | |
virtual void | init (QGraphicsWidget *topLevelGraphicsWidget, class StelAppGraphicsWidget *stelAppGraphicsWidget) |
virtual void | updateI18n () |
virtual void | setStelStyle (const QString §ion) |
Load color scheme matchin the section name. More... | |
virtual void | setInfoTextFilters (const StelObject::InfoStringGroup &aflags) |
Get a pointer on the info panel used to display selected object info. More... | |
virtual const StelObject::InfoStringGroup & | getInfoTextFilters () const |
virtual class QProgressBar * | addProgressBar () |
Add a new progress bar in the lower right corner of the screen. More... | |
virtual QAction * | addGuiActions (const QString &actionName, const QString &text, const QString &shortCut, const QString &helpGroup, bool checkable=true, bool autoRepeat=false) |
virtual QAction * | getGuiActions (const QString &actionName) |
virtual void | forceRefreshGui () |
virtual void | setVisible (bool b) |
Show whether the GUI is visible. More... | |
virtual bool | getVisible () const |
Get the current visible status of the GUI. More... | |
virtual bool | isCurrentlyUsed () const |
Show wether the Gui is currently used. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from StelGuiBase | |
void | updateI18n () |
Translate all texts to the new Locale. More... | |
Protected Attributes inherited from StelGuiBase | |
class StelAppGraphicsWidget * | stelAppGraphicsWidget |
Dummy implementation of StelGuiBase to use when no GUI is used.
Definition at line 27 of file StelNoGui.hpp.
|
virtual |
Add a new progress bar in the lower right corner of the screen.
When the progress bar is deleted the layout is automatically rearranged.
Implements StelGuiBase.
|
inlinevirtual |
Get the current visible status of the GUI.
Implements StelGuiBase.
Definition at line 42 of file StelNoGui.hpp.
|
inlinevirtual |
Show wether the Gui is currently used.
This can then be used to optimize the rendering to increase reactivity.
Implements StelGuiBase.
Definition at line 43 of file StelNoGui.hpp.
|
inlinevirtual |
Get a pointer on the info panel used to display selected object info.
Implements StelGuiBase.
Definition at line 35 of file StelNoGui.hpp.
|
inlinevirtual |
Load color scheme matchin the section name.
Implements StelGuiBase.
Definition at line 34 of file StelNoGui.hpp.
|
inlinevirtual |
Show whether the GUI is visible.
b | when true, GUI will be shown, else it will be hidden. |
Implements StelGuiBase.
Definition at line 41 of file StelNoGui.hpp.