Stellarium
0.17.0
|
The class managing the layout for button bars, selected object info and loading bars.
#include <SkyGui.hpp>
Public Member Functions | |
SkyGui (QGraphicsItem *parent=Q_NULLPTR) | |
void | addProgressBar (StelProgressController *) |
Add a new progress bar in the lower right corner of the screen. More... | |
void | init (class StelGui *stelGui) |
virtual void | paint (QPainter *, const QStyleOptionGraphicsItem *, QWidget *=Q_NULLPTR) Q_DECL_OVERRIDE |
int | getSkyGuiWidth () const |
int | getSkyGuiHeight () const |
Friends | |
class | StelGui |
void SkyGui::addProgressBar | ( | StelProgressController * | ) |
When the progress bar is deleted with removeProgressBar() the layout is automatically rearranged.