Home
last modified time | relevance | path

Searched refs:showh (Results 1 – 4 of 4) sorted by relevance

/dports/cad/ktechlab/ktechlab-0.50.0/src/ktlqt3support/
H A Dktlq3scrollview.cpp788 bool showh, showv; in viewportSize() local
799 showh = true; in viewportSize()
801 showh = false; in viewportSize()
803 showh = needh; in viewportSize()
819 showh=true; in viewportSize()
856 bool showh; in updateScrollBars() local
874 showh = true; in updateScrollBars()
876 showh = false; in updateScrollBars()
878 showh = needh; in updateScrollBars()
938 if (showh) { in updateScrollBars()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/widgets/
H A Dq3scrollview.cpp768 bool showh, showv; in viewportSize() local
779 showh = true; in viewportSize()
781 showh = false; in viewportSize()
783 showh = needh; in viewportSize()
799 showh=true; in viewportSize()
836 bool showh; in updateScrollBars() local
854 showh = true; in updateScrollBars()
856 showh = false; in updateScrollBars()
858 showh = needh; in updateScrollBars()
918 if (showh) { in updateScrollBars()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/widgets/
H A Dqworkspace.cpp3253 bool showh = xoffset || xoffset + r.right() - q->width() + 1 > 0 || xoffset + r.left() < 0; in updateWorkspace() local
3255 if (showh && !showv) in updateWorkspace()
3257 if (showv && !showh) in updateWorkspace()
3258 showh = xoffset + r.right() - q->width() + vsbExt + 1 > 0; in updateWorkspace()
3260 if (!showh) in updateWorkspace()
3277 if (showh) { in updateWorkspace()
3289 if (showh && showv) { in updateWorkspace()
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgMenus.cpp565 static tConfItem<bool> showh("SHOW_HUD",subby_ShowHUD); variable