Home
last modified time | relevance | path

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

/dports/www/otter-browser/otter-browser-1.0.03/src/modules/widgets/search/
H A DSearchWidget.cpp224 if (m_addButtonRectangle.isValid()) in paintEvent()
226 …painter.drawPixmap(m_addButtonRectangle, ThemesManager::createIcon(QLatin1String("list-add")).pixm… in paintEvent()
286 …nArrowRectangle.united(m_iconRectangle).contains(event->pos()) || m_addButtonRectangle.contains(ev… in mouseMoveEvent()
302 if (m_addButtonRectangle.contains(event->pos())) in mouseReleaseEvent()
317 menu.exec(mapToGlobal(m_addButtonRectangle.bottomLeft())); in mouseReleaseEvent()
568 m_addButtonRectangle = {}; in updateGeometries()
620 m_addButtonRectangle = QRect(margins.left(), ((height() - 16) / 2), 16, 16); in updateGeometries()
626 m_addButtonRectangle = QRect((width() - margins.right() - 20), ((height() - 16) / 2), 16, 16); in updateGeometries()
845 else if (m_addButtonRectangle.contains(helpEvent->pos())) in event()
H A DSearchWidget.h94 QRect m_addButtonRectangle; variable