Home
last modified time | relevance | path

Searched refs:arrowVisible (Results 1 – 7 of 7) sorted by relevance

/dports/games/brumbrumrally/brumbrumrally-0.7/src/
H A DTrackList.cpp265 void TrackList::updateLeftArrow(bool arrowHover, bool arrowVisible) in updateLeftArrow() argument
267 if (arrowHover != leftArrowHover || arrowVisible != leftArrowVisible) in updateLeftArrow()
270 leftArrowVisible = arrowVisible; in updateLeftArrow()
273 if (arrowVisible) in updateLeftArrow()
284 void TrackList::updateRightArrow(bool arrowHover, bool arrowVisible) in updateRightArrow() argument
286 if (arrowHover != rightArrowHover || arrowVisible != rightArrowVisible) in updateRightArrow()
289 rightArrowVisible = arrowVisible; in updateRightArrow()
292 if (arrowVisible) in updateRightArrow()
H A DGameList.cpp336 void GameList::updateUpArrow(bool arrowHover, bool arrowVisible) in updateUpArrow() argument
338 if (arrowHover != upArrowHover || arrowVisible != upArrowVisible) in updateUpArrow()
341 upArrowVisible = arrowVisible; in updateUpArrow()
344 if (arrowVisible) in updateUpArrow()
354 void GameList::updateDownArrow(bool arrowHover, bool arrowVisible) in updateDownArrow() argument
356 if (arrowHover != downArrowHover || arrowVisible != downArrowVisible) in updateDownArrow()
359 downArrowVisible = arrowVisible; in updateDownArrow()
362 if (arrowVisible) in updateDownArrow()
H A DTrackList.h46 void updateLeftArrow(bool arrowHover, bool arrowVisible);
47 void updateRightArrow(bool arrowHover, bool arrowVisible);
H A DGameList.h50 void updateUpArrow(bool arrowHover, bool arrowVisible);
51 void updateDownArrow(bool arrowHover, bool arrowVisible);
/dports/databases/kexi/kexi-3.2.0/src/kexiutils/
H A DKexiCommandLinkButton.h36 Q_PROPERTY(bool arrowVisible READ isArrowVisible WRITE setArrowVisible)
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dksplittercollapserbutton.cpp31 Qt::ArrowType arrowVisible; member
133 …lapsed() ? s_arrowDirection[direction].notArrowVisible : s_arrowDirection[direction].arrowVisible); in updateArrow()
/dports/cad/solvespace/solvespace-2.3/src/
H A Ddrawconstraint.cpp385 bool arrowVisible = apb.Minus(apa).Magnitude() > 2.5 * arrowW; in DoArcForAngle() local
405 if(arrowVisible) { in DoArcForAngle()
421 if(arrowVisible) { in DoArcForAngle()
447 if(arrowVisible) { in DoArcForAngle()