Home
last modified time | relevance | path

Searched refs:helpLabelPixmap (Results 1 – 2 of 2) sorted by relevance

/dports/astro/stellarium/stellarium-0.21.3/src/gui/
H A DStelGuiItems.cpp311 , helpLabelPixmap(Q_NULLPTR) in LeftStelBar()
317 helpLabelPixmap=new QGraphicsPixmapItem(this); in LeftStelBar()
322 if (helpLabelPixmap) { delete helpLabelPixmap; helpLabelPixmap=Q_NULLPTR; } in ~LeftStelBar()
390 helpLabelPixmap->setPos(helpLabel->pos()); in buttonHoverChanged()
391 helpLabelPixmap->setVisible(true); in buttonHoverChanged()
399 helpLabelPixmap->setVisible(false); in buttonHoverChanged()
425 helpLabelPixmap(Q_NULLPTR) in BottomStelBar()
518 if (helpLabelPixmap) { delete helpLabelPixmap; helpLabelPixmap=Q_NULLPTR; } in ~BottomStelBar()
1027 helpLabelPixmap->setPos(helpLabel->pos()); in buttonHoverChanged()
1028 helpLabelPixmap->setVisible(true); in buttonHoverChanged()
[all …]
H A DStelGuiItems.hpp209 QGraphicsPixmapItem* helpLabelPixmap; // bad-graphics replacement. member in LeftStelBar
328 QGraphicsPixmapItem* helpLabelPixmap; // bad-graphics replacement. member in BottomStelBar