![]() |
Stellarium 0.11.2 | ||
| 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 () |
| virtual void | setStelStyle (const QString §ion) |
| virtual void | setInfoTextFilters (const StelObject::InfoStringGroup &aflags) |
|
virtual const StelObject::InfoStringGroup & | getInfoTextFilters () const |
| virtual class QProgressBar * | addProgressBar () |
| 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) |
| virtual bool | getVisible () const |
| virtual bool | isCurrentlyUsed () const |
Dummy implementation of StelGuiBase to use when no GUI is used.
| virtual QAction* StelNoGui::addGuiActions | ( | const QString & | actionName, |
| const QString & | text, | ||
| const QString & | shortCut, | ||
| const QString & | helpGroup, | ||
| bool | checkable = true, |
||
| bool | autoRepeat = false |
||
| ) | [inline, virtual] |
Add a new action managed by the GUI.
This method should be used to add new shortcuts to the program
| actionName | qt object name. Used as a reference for later uses |
| text | the text to display when hovering, or in the help window |
| shortCut | the qt shortcut to use |
| helpGroup | hint on how to group the text in the help window |
| checkable | whether the action should be checkable |
| autoRepeat | whether the action should be autorepeated |
Reimplemented from StelGuiBase.
| 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::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::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.
1.7.4