Home
last modified time | relevance | path

Searched refs:insetChange (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/quicktemplates2/
H A Dqquicklabel.cpp104 q->insetChange(getInset(), oldInset); in setTopInset()
116 q->insetChange(getInset(), oldInset); in setLeftInset()
128 q->insetChange(getInset(), oldInset); in setRightInset()
140 q->insetChange(getInset(), oldInset); in setBottomInset()
654 void QQuickLabel::insetChange(const QMarginsF &newInset, const QMarginsF &oldInset) in insetChange() function in QQuickLabel
H A Dqquicktextfield.cpp139 q->insetChange(getInset(), oldInset); in setTopInset()
151 q->insetChange(getInset(), oldInset); in setLeftInset()
163 q->insetChange(getInset(), oldInset); in setRightInset()
175 q->insetChange(getInset(), oldInset); in setBottomInset()
907 void QQuickTextField::insetChange(const QMarginsF &newInset, const QMarginsF &oldInset) in insetChange() function in QQuickTextField
H A Dqquicktextarea.cpp175 q->insetChange(getInset(), oldInset); in setTopInset()
187 q->insetChange(getInset(), oldInset); in setLeftInset()
199 q->insetChange(getInset(), oldInset); in setRightInset()
211 q->insetChange(getInset(), oldInset); in setBottomInset()
1066 void QQuickTextArea::insetChange(const QMarginsF &newInset, const QMarginsF &oldInset) in insetChange() function in QQuickTextArea
H A Dqquicklabel_p.h129 virtual void insetChange(const QMarginsF &newInset, const QMarginsF &oldInset);
H A Dqquickcontrol.cpp335 q->insetChange(getInset(), oldInset); in setTopInset()
347 q->insetChange(getInset(), oldInset); in setLeftInset()
359 q->insetChange(getInset(), oldInset); in setRightInset()
371 q->insetChange(getInset(), oldInset); in setBottomInset()
2283 void QQuickControl::insetChange(const QMarginsF &newInset, const QMarginsF &oldInset) in insetChange() function in QQuickControl
H A Dqquicktextfield_p.h169 virtual void insetChange(const QMarginsF &newInset, const QMarginsF &oldInset);
H A Dqquicktextarea_p.h174 virtual void insetChange(const QMarginsF &newInset, const QMarginsF &oldInset);
H A Dqquickcontrol_p.h280 virtual void insetChange(const QMarginsF &newInset, const QMarginsF &oldInset);
H A Dqquickpopup_p.h451 virtual void insetChange(const QMarginsF &newInset, const QMarginsF &oldInset);
H A Dqquickpopup.cpp2663 void QQuickPopup::insetChange(const QMarginsF &newInset, const QMarginsF &oldInset) in insetChange() function in QQuickPopup