Home
last modified time | relevance | path

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

/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dwmframe.h145 bool canMove() const { return hasbit(frameFunctions(), ffMove); } in canMove()
146 bool canClose() const { return hasbit(frameFunctions(), ffClose); } in canClose()
147 bool canMaximize() const { return hasbit(frameFunctions(), ffMaximize); } in canMaximize()
148 bool canMinimize() const { return hasbit(frameFunctions(), ffMinimize); } in canMinimize()
150 bool canRollup() const { return (frameFunctions() & ffRollup) && titleY(); } in canRollup()
152 bool canHide() const { return hasbit(frameFunctions(), ffHide); } in canHide()
252 unsigned frameFunctions() const { return fFrameFunctions; } in frameFunctions() function
272 bool isResizable() const { return hasbit(frameFunctions(), ffResize); } in isResizable()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/q3frame/
H A Dtst_q3frame.cpp123 void frameFunctions();
131 void tst_Q3Frame::frameFunctions() in frameFunctions() function in tst_Q3Frame