|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/classSkyGui.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:19:43 2014 Кодировка: Поисковые слова: http www.astronomy.ru forum index.php topic 4644.0.html |
![]() |
Stellarium 0.12.3
|
The class managing the layout for button bars, selected object info and loading bars. More...
#include <SkyGui.hpp>
Public Member Functions | |
| SkyGui (QGraphicsItem *parent=NULL) | |
| class QProgressBar * | addProgressBar () |
| 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 *=0) |
Protected Member Functions | |
| virtual void | resizeEvent (QGraphicsSceneResizeEvent *event) |
| virtual void | hoverMoveEvent (QGraphicsSceneHoverEvent *event) |
The class managing the layout for button bars, selected object info and loading bars.
Definition at line 54 of file SkyGui.hpp.
| 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.
1.8.3.1