Home
last modified time | relevance | path

Searched refs:positionChanged (Results 1 – 25 of 982) sorted by relevance

12345678910>>...40

/dports/misc/sword/sword-1.8.1/src/keys/
H A Dtreekeyidx.cpp133 positionChanged(); in root()
151 positionChanged(); in parent()
161 positionChanged(); in firstChild()
171 positionChanged(); in nextSibling()
217 positionChanged(); in append()
235 positionChanged(); in appendChild()
278 positionChanged(); in remove()
417 positionChanged(); in setOffset()
485 positionChanged(); in copyFrom()
545 positionChanged(); in setText()
[all …]
/dports/sysutils/android-file-transfer-qt5/android-file-transfer-linux-4.2/qt/
H A Dqtobjectstream.h32 void positionChanged(qint64, qint64);
61 emit positionChanged(_file.pos(), _size); in Read()
72 void positionChanged(qint64, qint64);
91 emit positionChanged(_file.pos(), _size); in Write()
/dports/sysutils/android-file-transfer/android-file-transfer-linux-4.2/qt/
H A Dqtobjectstream.h32 void positionChanged(qint64, qint64);
61 emit positionChanged(_file.pos(), _size); in Read()
72 void positionChanged(qint64, qint64);
91 emit positionChanged(_file.pos(), _size); in Write()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/simplekeyframes/
H A Dsimpletimelinewidget.cpp106 emit positionChanged(keyframe); in slotGoToNext() local
114 emit positionChanged(m_duration); in slotGoToNext() local
128 emit positionChanged(framePos); in slotGoToPrev() local
136 emit positionChanged(0); in slotGoToPrev() local
158 emit positionChanged(pos); in mousePressEvent() local
181 emit positionChanged(pos); in mouseMoveEvent() local
253 emit positionChanged(m_position); in wheelEvent() local
/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/quicktemplates2/
H A Dqquicktabbar_p.h62 Q_PROPERTY(Position position READ position WRITE setPosition NOTIFY positionChanged FINAL)
82 void positionChanged();
110 Q_PROPERTY(QQuickTabBar::Position position READ position NOTIFY positionChanged FINAL)
122 void positionChanged();
H A Dqquicktabbar.cpp287 emit positionChanged(); in setPosition()
447 …QObject::disconnect(oldTabBar, &QQuickTabBar::positionChanged, q, &QQuickTabBarAttached::positionC… in update()
449 …QObject::connect(newTabBar, &QQuickTabBar::positionChanged, q, &QQuickTabBarAttached::positionChan… in update()
456 emit q->positionChanged(); in update()
H A Dqquickprogressbar.cpp124 emit positionChanged(); in setFrom()
151 emit positionChanged(); in setTo()
181 emit positionChanged(); in setValue()
H A Dqquicktoolbar_p.h60 Q_PROPERTY(Position position READ position WRITE setPosition NOTIFY positionChanged FINAL)
75 void positionChanged();
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_quality/
H A Deqhandle.cpp100 emit positionChanged(); // for gammaCorrectionLabel in mouseMoveEvent()
130 emit positionChanged(); // for redrawing transferFunctionScene and moving midHandle in mouseMoveEvent()
163 emit positionChanged(); // for redrawing transferFunctionScene and moving midHandle in mouseMoveEvent()
210 emit positionChanged(); // for redrawing transferFunctionScene and moving midHandle in setXBySpinBoxValueChanged()
234 emit positionChanged(); // for redrawing transferFunctionScene and moving midHandle in setXBySpinBoxValueChanged()
259 emit positionChanged(); // for redrawing transferFunctionScene and moving midHandle in setXBySpinBoxValueChanged()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/gsttools/
H A Dqgstreamerplayercontrol.cpp67 …onnect(m_session, &QGstreamerPlayerSession::positionChanged, this, &QGstreamerPlayerControl::posit… in QGstreamerPlayerControl()
175 emit positionChanged(m_pendingSeekPosition); in setPosition() local
182 emit positionChanged(m_pendingSeekPosition); in setPosition() local
185 emit positionChanged(m_pendingSeekPosition); in setPosition() local
280 emit positionChanged(position()); in playOrPause() local
305 emit positionChanged(position()); in stop() local
403 emit positionChanged(position()); local
493 emit positionChanged(position()); local
/dports/misc/sword/sword-1.8.1/include/
H A Dtreekey.h50 void positionChanged() { if (posChangeListener) posChangeListener->positionChanged(); } in positionChanged() function
59 virtual void positionChanged() = 0;
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/particles/
H A Dqquickcustomaffector_p.h67 …Q_PROPERTY(QQuickDirection *position READ position WRITE setPosition NOTIFY positionChanged RESET …
115 void positionChanged(QQuickDirection * arg);
128 Q_EMIT positionChanged(arg); in setPosition()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/particles/
H A Dqquickcustomaffector_p.h67 …Q_PROPERTY(QQuickDirection *position READ position WRITE setPosition NOTIFY positionChanged RESET …
115 void positionChanged(QQuickDirection * arg);
128 Q_EMIT positionChanged(arg); in setPosition()
/dports/math/rocs/rocs-21.12.3/libgraphtheory/
H A Dnode.h30 Q_PROPERTY(qreal x READ x WRITE setX NOTIFY positionChanged)
31 Q_PROPERTY(qreal y READ y WRITE setY NOTIFY positionChanged)
201 void positionChanged(const QPointF &position);
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtmultimedia/examples/multimediawidgets/customvideosurface/customvideowidget/
H A Dvideoplayer.cpp98 connect(&mediaPlayer, &QMediaPlayer::positionChanged, this, &VideoPlayer::positionChanged); in VideoPlayer()
141 void VideoPlayer::positionChanged(qint64 position) in positionChanged() function in VideoPlayer
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtlocation/examples/location/planespotter/
H A Dmain.cpp68 Q_PROPERTY(QGeoCoordinate position READ position WRITE setPosition NOTIFY positionChanged)
107 emit positionChanged(); in setPosition()
143 void positionChanged();
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/listener/
H A DPositionChangeMulticaster.java55 public void positionChanged(final double x, final double y) { in positionChanged() method in PositionChangeMulticaster
57 l.positionChanged(x, y); in positionChanged()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickdroparea_p.h126 Q_PROPERTY(qreal x READ x NOTIFY positionChanged)
127 Q_PROPERTY(qreal y READ y NOTIFY positionChanged)
139 void positionChanged();
177 void positionChanged(QQuickDropEvent *drag);
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickdroparea_p.h126 Q_PROPERTY(qreal x READ x NOTIFY positionChanged)
127 Q_PROPERTY(qreal y READ y NOTIFY positionChanged)
139 void positionChanged();
177 void positionChanged(QQuickDropEvent *drag);
/dports/math/rocs/rocs-21.12.3/libgraphtheory/kernel/
H A Dnodewrapper.h35 Q_PROPERTY(qreal x READ x WRITE setX NOTIFY positionChanged)
36 Q_PROPERTY(qreal y READ y WRITE setY NOTIFY positionChanged)
180 void positionChanged(const QPointF &position);
/dports/audio/elisa/elisa-21.12.3/src/
H A Dprogressindicator.h22 NOTIFY positionChanged)
40 void positionChanged();
/dports/multimedia/baka-mplayer/Baka-MPlayer-2.0.4/src/widgets/
H A Dcustomsplitter.cpp12 emit positionChanged(max()-pos); in CustomSplitter() local
35 emit positionChanged(pos); in setPosition() local
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/picking/
H A Dqscreenraycaster.h56 Q_PROPERTY(QPoint position READ position WRITE setPosition NOTIFY positionChanged)
70 void positionChanged(const QPoint &position);
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/docs/source/orangecanvas/
H A Dcanvas.items.nodeitem.rst17 positionChanged,
24 .. autoattribute:: positionChanged()
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/
H A Dasemandragarea.cpp84 emit positionChanged(); in childMouseEventFilter()
119 emit positionChanged(); in childMouseEventFilter()
133 emit positionChanged(); in childMouseEventFilter()

12345678910>>...40