Stellarium 0.11.4 | |||
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
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 () |
Translate all texts to the new Locale. | |
virtual void | setStelStyle (const QString §ion) |
Load color scheme matchin the section name. | |
virtual void | setInfoTextFilters (const StelObject::InfoStringGroup &aflags) |
Get a pointer on the info panel used to display selected object info. | |
virtual const StelObject::InfoStringGroup & | getInfoTextFilters () const |
virtual class QProgressBar * | addProgressBar () |
Add a new progress bar in the lower right corner of the screen. | |
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) |
Get a pointer on an action managed by the GUI. | |
virtual void | forceRefreshGui () |
virtual void | setVisible (bool b) |
Show whether the GUI is visible. | |
virtual bool | getVisible () const |
Get the current visible status of the GUI. | |
virtual bool | isCurrentlyUsed () const |
Show wether the Gui is currently used. |
Dummy implementation of StelGuiBase to use when no GUI is used.
virtual class QProgressBar* StelNoGui::addProgressBar | ( | ) | [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.
virtual QAction* StelNoGui::getGuiActions | ( | const QString & | actionName | ) | [inline, virtual] |
Get a pointer on an action managed by the GUI.
actionName | qt object name for this action |
Reimplemented from StelGuiBase.
virtual bool StelNoGui::getVisible | ( | ) | const [inline, virtual] |
Get the current visible status of the GUI.
Implements StelGuiBase.
virtual bool StelNoGui::isCurrentlyUsed | ( | ) | const [inline, virtual] |
Show wether the Gui is currently used.
This can then be used to optimize the rendering to increase reactivity.
Implements StelGuiBase.
virtual void StelNoGui::setInfoTextFilters | ( | const StelObject::InfoStringGroup & | aflags | ) | [inline, virtual] |
Get a pointer on the info panel used to display selected object info.
Implements StelGuiBase.
virtual void StelNoGui::setStelStyle | ( | const QString & | section | ) | [inline, virtual] |
Load color scheme matchin the section name.
Implements StelGuiBase.
virtual void StelNoGui::setVisible | ( | bool | b | ) | [inline, virtual] |
Show whether the GUI is visible.
b | when true, GUI will be shown, else it will be hidden. |
Implements StelGuiBase.
virtual void StelNoGui::updateI18n | ( | ) | [inline, virtual] |
Translate all texts to the new Locale.
Reimplemented from StelGuiBase.