Home
last modified time | relevance | path

Searched refs:helpEvent (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/dports/www/kf5-kjsembed/kjsembed-5.89.0/examples/kjsconsole/
H A Dnumberedtextview.cpp141 QHelpEvent *helpEvent = static_cast<QHelpEvent *>(event); in event() local
143 if (stopRect.contains(helpEvent->pos())) { in event()
144 QToolTip::showText(helpEvent->globalPos(), "Stop Here"); in event()
145 } else if (currentRect.contains(helpEvent->pos())) { in event()
146 QToolTip::showText(helpEvent->globalPos(), "Current Line"); in event()
147 } else if (bugRect.contains(helpEvent->pos())) { in event()
148 QToolTip::showText(helpEvent->globalPos(), "Error Line"); in event()
269 QHelpEvent *helpEvent = static_cast<QHelpEvent *>(event); in eventFilter() local
271 QTextCursor cursor = view->cursorForPosition(helpEvent->pos()); in eventFilter()
277 emit mouseHover(helpEvent->pos(), word); in eventFilter()
/dports/x11-toolkits/kf5-kxmlgui/kxmlgui-5.89.0/src/
H A Dktooltiphelper.cpp148 bool KToolTipHelperPrivate::handleMenuToolTipEvent(QMenu *menu, QHelpEvent *helpEvent) in handleMenuToolTipEvent() argument
150 Q_CHECK_PTR(helpEvent); in handleMenuToolTipEvent()
153 m_action = menu->actionAt(helpEvent->pos()); in handleMenuToolTipEvent()
176 helpEvent->globalX() - helpEvent->x() + xOffset, in handleMenuToolTipEvent()
177helpEvent->globalY() - helpEvent->y() + actionGeometry.y() - actionGeometry.height() / 2); in handleMenuToolTipEvent()
194 bool KToolTipHelperPrivate::handleToolTipEvent(QWidget *watchedWidget, QHelpEvent *helpEvent) in handleToolTipEvent() argument
213 return handleMenuToolTipEvent(menu, helpEvent); in handleToolTipEvent()
228 showExpandableToolTip(helpEvent->globalPos(), m_widget->toolTip()); in handleToolTipEvent()
H A Dktooltiphelper_p.h68 bool handleMenuToolTipEvent(QMenu *menu, QHelpEvent *helpEvent);
75 bool handleToolTipEvent(QWidget *watchedWidget, QHelpEvent *helpEvent);
/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dfgraphicsscene.cpp41 void FGraphicsScene::helpEvent(QGraphicsSceneHelpEvent *helpEvent) in helpEvent() argument
44 QGraphicsItem * item = this->itemAt(helpEvent->scenePos(), QTransform()); in helpEvent()
63 point = helpEvent->screenPos(); in helpEvent()
/dports/audio/tiatracker/tiatracker-1.3/
H A Dtimeline.cpp147 QHelpEvent *helpEvent = static_cast<QHelpEvent *>(event); in event() local
148 if (helpEvent->y() >= channelMargin && helpEvent->y() < height() - channelMargin) { in event()
149 int channel = helpEvent->x() < width()/2 ? 0 : 1; in event()
151 int rowPos = int((helpEvent->y() - channelMargin)/rowHeight + 0.5); in event()
155 QToolTip::showText(helpEvent->globalPos(), patternName); in event()
/dports/devel/cervisia/cervisia-21.12.3/
H A Dtooltip.cpp48 const QHelpEvent* helpEvent = static_cast<QHelpEvent*>(event); in eventFilter() local
52 emit queryToolTip(helpEvent->pos(), rect, text); in eventFilter()
59 helpEvent->globalPos(), in eventFilter()
61 QToolTip::showText(helpEvent->globalPos(), text, parentWidget, rect); in eventFilter()
/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/widgets/
H A Dqlinemarkpanel.cpp80 QHelpEvent *helpEvent = static_cast<QHelpEvent *>(e); in event() local
81 int linen=editor()->document()->lineNumber(editor()->verticalOffset()+helpEvent->y()); in event()
93 if (helpEvent->x()>count && helpEvent->x()<count+16) in event()
104 else QToolTip::showText(helpEvent->globalPos(), markToolTip); in event()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/classbrowser/
H A Dclasstree.cpp91 auto* helpEvent = static_cast<QHelpEvent*>(event); in event() local
92 const QModelIndex idxView = indexAt(helpEvent->pos()); in event()
100 … m_tooltip = new KDevelop::NavigationToolTip(this, helpEvent->globalPos() + QPoint(40, in event()
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DAbstractFloatItem.cpp186 QHelpEvent *helpEvent = dynamic_cast<QHelpEvent *>( e ); in eventFilter() local
187 if( helpEvent != nullptr && contains( helpEvent->pos() ) ) in eventFilter()
189 toolTipEvent( helpEvent ); in eventFilter()
/dports/misc/parley/parley-21.12.3/src/practice/
H A Dsummarybarwidget.cpp91 QHelpEvent *helpEvent = static_cast<QHelpEvent *>(event); in event() local
95 if (helpEvent->y() >= BAR_HEIGHT) { in event()
101 if (helpEvent->x() <= correctPos) { in event()
103 } else if (helpEvent->x() <= wrongPos) { in event()
/dports/security/xca/xca-2.4.0/widgets/
H A DMainWindow.h40 const QHelpEvent *helpEvent = static_cast <QHelpEvent *>(e); in event() local
41 if (helpEvent->type() == QEvent::ToolTip && activeAction() && in event()
43 QToolTip::showText(helpEvent->globalPos(), in event()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/widgets/
H A DPrettyTreeView.cpp203 QHelpEvent *helpEvent = static_cast<QHelpEvent *>( event ); in viewportEvent() local
204 const QModelIndex index = indexAt( helpEvent->pos() ); in viewportEvent()
206 QAction *action = rootIsDecorated() ? 0 : decoratorActionAt( index, helpEvent->pos() ); in viewportEvent()
209 QToolTip::showText( helpEvent->globalPos(), action->toolTip() ); in viewportEvent()
/dports/devel/lokalize/lokalize-21.12.3/src/
H A Dalttransview.cpp229 QHelpEvent *helpEvent = static_cast<QHelpEvent *>(event); in event() local
238 QToolTip::showText(helpEvent->globalPos(), tooltip); in event()
242 …int block1 = m_browser->cursorForPosition(m_browser->viewport()->mapFromGlobal(helpEvent->globalPo… in event()
243 …Bound(m_browser->cursorForPosition(m_browser->viewport()->mapFromGlobal(helpEvent->globalPos())).a… in event()
254 QToolTip::showText(helpEvent->globalPos(), tooltip); in event()
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/
H A Dtooltipupdater.cpp35 auto *helpEvent = static_cast<QHelpEvent *>(ev); in eventFilter() local
36 _toolTipPos = helpEvent->globalPos(); in eventFilter()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/gui/
H A Dtooltipupdater.cpp35 QHelpEvent *helpEvent = static_cast<QHelpEvent *>(ev); in eventFilter() local
36 _toolTipPos = helpEvent->globalPos(); in eventFilter()
/dports/net-im/ruqola/ruqola-1.6.1/src/widgets/room/delegate/
H A Dmessagelistdelegate.cpp626 bool MessageListDelegate::helpEvent(QHelpEvent *helpEvent, QAbstractItemView *view, const QStyleOpt… in helpEvent() function in MessageListDelegate
628 if (helpEvent->type() == QEvent::ToolTip) { in helpEvent()
638 … if (mHelperReactions->handleHelpEvent(helpEvent, view, reactionsRect, option, message)) { in helpEvent()
642 if (layout.rolesIconRect.contains(helpEvent->pos())) { in helpEvent()
644 QToolTip::showText(helpEvent->globalPos(), tooltip, view); in helpEvent()
647 if (layout.editedIconRect.contains(helpEvent->pos())) { in helpEvent()
649 QToolTip::showText(helpEvent->globalPos(), tooltip, view); in helpEvent()
652 …if (layout.textRect.contains(helpEvent->pos()) && mHelperText->handleHelpEvent(helpEvent, layout.t… in helpEvent()
655 if (layout.timeStampRect.contains(helpEvent->pos())) { in helpEvent()
657 QToolTip::showText(helpEvent->globalPos(), dateStr, view); in helpEvent()
/dports/x11-toolkits/kf5-kxmlgui/kxmlgui-5.89.0/autotests/
H A Dktooltiphelper_unittest.cpp79 …QHelpEvent *helpEvent = new QHelpEvent(QEvent::ToolTip, QPoint(1,1), m_frame->mapToGlobal(QPoint(1… in testGeneralWidget() local
80 QVERIFY2(!KToolTipHelper::instance()->eventFilter(m_frame, helpEvent), in testGeneralWidget()
137 auto helpEvent = std::unique_ptr<QHelpEvent>( in testQToolButton() local
139 QVERIFY2(!KToolTipHelper::instance()->eventFilter(m_toolButton, helpEvent.get()), in testQToolButton()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/curveeditor/detail/
H A Dcolorcontrol.cpp68 if (auto helpEvent = static_cast<const QHelpEvent *>(event)) { in event() local
69 QToolTip::showText(helpEvent->globalPos(), m_color.name()); in event()
/dports/graphics/kxstitch/kxstitch-2.2.0/src/
H A DPalette.cpp242 QHelpEvent *helpEvent = static_cast<QHelpEvent *>(event); in event() local
245 QPoint local = helpEvent->pos(); in event()
256 QToolTip::showText(helpEvent->globalPos(), tip); in event()
262 …QToolTip::showText(helpEvent->globalPos(), i18n("There are no flosses in the palette.\nAdd them wi… in event()
/dports/x11-wm/lxqt-panel/lxqt-panel-1.0.0/plugin-mainmenu/
H A Dxdgcachedmenu.cpp170 QHelpEvent* helpEvent = static_cast<QHelpEvent*>(event); in event() local
171 QAction* action = actionAt(helpEvent->pos()); in event()
173 QToolTip::showText(helpEvent->globalPos(), action->toolTip(), this); in event()
/dports/editors/texmaker/texmaker-5.0.3/
H A Dlightlinenumberwidget.cpp161 QHelpEvent *helpEvent = static_cast<QHelpEvent *>(event); in event() local
162 int p = helpEvent->pos().x(); in event()
168 else QToolTip::showText(helpEvent->globalPos(),tr("Click to add or remove a bookmark")); in event()
/dports/net-im/kopete/kopete-21.12.3/kopete/
H A Dkopeteaccountstatusbaricon.cpp93 QHelpEvent *helpEvent = static_cast<QHelpEvent *>(event); in event() local
94 QToolTip::showText(helpEvent->globalPos(), mAccount->myself()->toolTip()); in event()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/qt/private/
H A Dtreeitemdelegate.h71 …bool helpEvent(QHelpEvent *event, QAbstractItemView *view, const QStyleOptionViewItem &option, con… in helpEvent() function
90 return QStyledItemDelegate::helpEvent(event, view, option, index); in helpEvent()
/dports/graphics/digikam/digikam-7.4.0/core/libs/album/treeview/
H A Dalbumselectiontreeview.cpp403 QHelpEvent* const helpEvent = dynamic_cast<QHelpEvent*> (event); in viewportEvent() local
405 if (!helpEvent) in viewportEvent()
414 QModelIndex index = indexAt(helpEvent->pos()); in viewportEvent()
432 if (!itemRect.contains(helpEvent->pos())) in viewportEvent()
/dports/editors/calligra/calligra-3.2.1/karbon/ui/widgets/
H A DKarbonPaletteWidget.cpp198 QHelpEvent *helpEvent = static_cast<QHelpEvent *>(event); in event() local
199 int index = indexFromPosition(helpEvent->pos()); in event()
209 QToolTip::showText(helpEvent->globalPos(), text); in event()

12345678910>>...20