![]() |
Stellarium
23.4
|
Abstract class defining the base interface for all GUIs. More...
#include <StelGuiBase.hpp>
Public Member Functions | |
| virtual void | init (QGraphicsWidget *atopLevelGraphicsWidget) |
| virtual void | setStelStyle (const QString §ion)=0 |
| Load color scheme matching the section name. | |
| virtual void | setInfoTextFilters (const StelObject::InfoStringGroup &aflags)=0 |
| Get a pointer on the info panel used to display selected object info. | |
| virtual const StelObject::InfoStringGroup & | getInfoTextFilters () const =0 |
| virtual void | forceRefreshGui () |
| virtual void | setVisible (bool b)=0 |
| Show whether the GUI is visible. More... | |
| virtual bool | getVisible () const =0 |
| Get the current visible status of the GUI. | |
| virtual bool | isCurrentlyUsed () const =0 |
| Show whether the Gui is currently used. More... | |
Abstract class defining the base interface for all GUIs.
|
pure virtual |
Show whether the Gui is currently used.
This can then be used to optimize the rendering to increase reactivity.
Implemented in StelGui.
|
pure virtual |
Show whether the GUI is visible.
| b | when true, GUI will be shown, else it will be hidden. |
Implemented in StelGui.