Home
last modified time | relevance | path

Searched refs:listRect (Results 1 – 25 of 49) sorted by relevance

12

/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkTreeComboBox.cpp286 listRect.setHeight(listHeight); in resizePopup()
303 listRect.setHeight(listRect.height() + heightMargin); in resizePopup()
318 listRect.setWidth(listRect.width() + diff); in resizePopup()
325 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in resizePopup()
350 listRect.moveLeft(above.x()); in resizePopup()
357 listRect.moveTop(above.y() + offset - listRect.top()); in resizePopup()
363 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in resizePopup()
368 listRect.setHeight(height); in resizePopup()
392 listRect.setWidth(listRect.height()); in resizePopup()
406 listRect.moveTopLeft(below); in resizePopup()
[all …]
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/
H A Dswl_vlist.cpp43 layout.AddRect( &listRect, 1, 1 ); in VListWin()
62 int n = listRect.Height() / itemHeight; in CalcScroll()
69 hsi.m_PageSize = listRect.Width(); in CalcScroll()
106 if ( n + listRect.Width() >= itemWidth ) { n = itemWidth - listRect.Width(); } in MoveXOffset()
149 MoveXOffset( xOffset - listRect.Width() ); in Command()
153 MoveXOffset( xOffset + listRect.Width() ); in Command()
195 crect r = this->listRect; in Paint()
236 int n = ( pEvent->Point().y - listRect.top ) / this->itemHeight + first; in EventMouse()
261 …if ( pEvent->Type() == EV_MOUSE_PRESS && pEvent->Button() == MB_L && listRect.In( pEvent->Point() … in EventMouse()
279 if ( pEvent->Point().y >= listRect.top && pEvent->Point().y <= listRect.bottom ) in EventMouse()
[all …]
/dports/games/moria/umoria/mac/
H A Dmacscore.c423 Rect listRect, cellRect; in DoScoresDlg() local
475 GetDItem(theDialog, listBox, &itsType, &itsHandle, &listRect); in DoScoresDlg()
477 SetPt(&cellSize, listRect.right - listRect.left - 2, in DoScoresDlg()
480 listRect.bottom = in DoScoresDlg()
481 listRect.top + in DoScoresDlg()
482 ((listRect.bottom - listRect.top - 2) / cellSize.v) * cellSize.v + in DoScoresDlg()
485 SetDItem(theDialog, listBox, userItem, (Handle) DrawListBox, &listRect); in DoScoresDlg()
487 InsetRect(&listRect, 1, 1); in DoScoresDlg()
488 listRect.top += cellSize.v; in DoScoresDlg()
489 listRect.right -= 15; in DoScoresDlg()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/widgets/
H A Dqcombobox.cpp2440 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2451 listRect.setWidth(listRect.width() + diff); in showPopup()
2457 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2476 listRect.moveLeft(above.x()); in showPopup()
2483 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2490 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2491 listRect.setHeight(height); in showPopup()
2517 listRect.moveTopLeft(below); in showPopup()
2522 listRect.moveTopLeft(below); in showPopup()
2539 container->setGeometry(listRect); in showPopup()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcombobox.cpp2827 listRect.setHeight(listRect.height() + heightMargin); in showPopup()
2832listRect.setHeight(listRect.height() + style->pixelMetric(QStyle::PM_MenuVMargin, &opt, this) * 2); in showPopup()
2838 listRect.setWidth(listRect.width() + diff); in showPopup()
2844 listRect.setSize( listRect.size().expandedTo(container->minimumSize()) in showPopup()
2863 listRect.moveLeft(above.x()); in showPopup()
2869 listRect.moveTop(above.y() + offset - listRect.top()); in showPopup()
2874 … const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); in showPopup()
2875 listRect.setHeight(height); in showPopup()
2884 listRect.moveTopLeft(below); in showPopup()
2889 listRect.moveTopLeft(below); in showPopup()
[all …]
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/louis-braille/
H A DReorderList.qml67 id: listRect
84 target: listRect
90 target: listRect
99 text: listRect.text
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/html/
H A DHTMLSelectAccessible.cpp211 nsIntRect listRect = listAcc->Bounds(); in NativeState() local
212 if (optionRect.y < listRect.y || in NativeState()
213 optionRect.y + optionRect.height > listRect.y + listRect.height) { in NativeState()

12