Home
last modified time | relevance | path

Searched refs:zoneAt (Results 1 – 6 of 6) sorted by relevance

/dports/devel/gammaray/GammaRay-2.11.3/tests/
H A Dqtivipropertymodeltest.cpp297 << (QObject *)m_climate->zoneAt("FrontLeft") in testModelContentChanges_data()
306 << (QObject *)m_climate->zoneAt("FrontRight") in testModelContentChanges_data()
324 << (QObject *)m_climate->zoneAt("FrontLeft") in testModelContentChanges_data()
333 << (QObject *)m_climate->zoneAt("FrontLeft") in testModelContentChanges_data()
/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dnotecontent.h139 virtual int zoneAt(const QPointF &/*pos*/) { in zoneAt() function
437 int zoneAt(const QPointF &pos);
533 int zoneAt(const QPointF &pos);
620 int zoneAt(const QPointF &pos);
680 int zoneAt(const QPointF &pos);
H A Dnote.h252 Zone zoneAt(const QPointF &pos, bool toAdd = false);
H A Dnotecontent.cpp1510 int FileContent::zoneAt(const QPointF &pos) in zoneAt() function in FileContent
1716 int LinkContent::zoneAt(const QPointF &pos) in zoneAt() function in LinkContent
1972 int CrossReferenceContent::zoneAt(const QPointF &pos) in zoneAt() function in CrossReferenceContent
2137 int LauncherContent::zoneAt(const QPointF &pos) in zoneAt() function in LauncherContent
H A Dbasketscene.cpp1365 …Note::Zone zone = (clicked ? clicked->zoneAt(event->scenePos() - QPointF(clicked->x(), clicked->y(… in mousePressEvent()
1558 … zone = clicked->zoneAt(event->scenePos() - QPoint(clicked->x(), clicked->y()), true); in mousePressEvent()
1860 …Note::Zone zone = (clicked ? clicked->zoneAt(pos - QPointF(clicked->x(), clicked->y()), /*toAdd=*/… in dropEvent()
2138 …Note::Zone zone = (clicked ? clicked->zoneAt(event->scenePos() - QPointF(clicked->x(), clicked->y(… in mouseReleaseEvent()
2352 …Note::Zone zone = (clicked ? clicked->zoneAt(event->scenePos() - QPointF(clicked->x(), clicked->y(… in mouseDoubleClickEvent()
2678 …Note::Zone zone = (note ? note->zoneAt(pos - QPointF(note->x(), note->y()), isDuringDrag()) : Not… in doHoverEffects()
2805 Note::Zone zone = note->zoneAt(contentPos - QPointF(note->x(), note->y())); in helpEvent()
H A Dnote.cpp655 Note::Zone Note::zoneAt(const QPointF &pos, bool toAdd) in zoneAt() function in Note
762 int customZone = content()->zoneAt(pos - QPointF(contentX(), NOTE_MARGIN)); in zoneAt()