![]() |
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
#include <SkyGui.hpp>
Public Member Functions | |
| class QProgressBar * | addProgressBar () |
| void | init (class StelGui *stelGui) |
| void | setStelStyle (const StelStyle &style) |
| virtual void | paint (QPainter *, const QStyleOptionGraphicsItem *, QWidget *=0) |
Protected Member Functions | |
| virtual void | resizeEvent (QGraphicsSceneResizeEvent *event) |
| virtual void | hoverMoveEvent (QGraphicsSceneHoverEvent *event) |
| class QProgressBar* SkyGui::addProgressBar | ( | ) |
Add a new progress bar in the lower right corner of the screen.
When the progress bar is deleted with removeProgressBar() the layout is automatically rearranged.
| void SkyGui::setStelStyle | ( | const StelStyle & | style | ) |
Load color scheme from the given ini file and section name.
1.5.5