Home
last modified time | relevance | path

Searched refs:parentChanged (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/declarativemaps/
H A Dqparameterizableobject.cpp97 QAbstractDeclarativeData::parentChanged = parentChanged; in init()
101 static void parentChanged(QAbstractDeclarativeData *d, QObject *o, QObject *p);
112 void QParameterizableObjectData::parentChanged(QAbstractDeclarativeData *d, QObject *o, QObject *p) in parentChanged() function in QParameterizableObjectData
118 po->parentChanged(); in parentChanged()
H A Dqparameterizableobject_p.h61 Q_PROPERTY(QObject *parent READ parent NOTIFY parentChanged DESIGNABLE false FINAL)
81 void parentChanged();
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativedata_p.h87 QAbstractDeclarativeData::parentChanged = parentChanged; in init()
92 static void parentChanged(QAbstractDeclarativeData *, QObject *, QObject *);
96 void parentChanged(QObject *, QObject *);
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Dxdg_foreign.cpp211 QSignalSpy parentSpy(m_serverForeign, &Wrapland::Server::XdgForeign::parentChanged); in doExport()
254 QSignalSpy parentSpy(m_serverForeign, &Wrapland::Server::XdgForeign::parentChanged); in testDeleteImported()
275 QSignalSpy parentSpy(m_serverForeign, &Wrapland::Server::XdgForeign::parentChanged); in testDeleteChildSurface()
302 QSignalSpy parentSpy(m_serverForeign, &Wrapland::Server::XdgForeign::parentChanged); in testDeleteParentSurface()
328 QSignalSpy parentSpy(m_serverForeign, &Wrapland::Server::XdgForeign::parentChanged); in testDeleteExported()
359 QSignalSpy parentSpy(m_serverForeign, &Wrapland::Server::XdgForeign::parentChanged); in testExportTwoTimes()
403 QSignalSpy parentSpy(m_serverForeign, &Wrapland::Server::XdgForeign::parentChanged); in testImportTwoTimes()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Dxdg_foreign.cpp38 connect(importer, &XdgImporterV2::parentChanged, q, &XdgForeign::parentChanged); in Private()
H A Dxdg_foreign.h62 void parentChanged(Wrapland::Server::Surface* parent, Wrapland::Server::Surface* child);
H A Dxdg_foreign_v2_p.h67 void parentChanged(Wrapland::Server::Surface* child, Wrapland::Server::Surface* parent);
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/bookmarks/
H A DEditBookmarkTask.java48 boolean parentChanged = false; in doInBackground()
54 parentChanged = true; in doInBackground()
65 if (parentChanged) { in doInBackground()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmldata_p.h128 QAbstractDeclarativeData::parentChanged = parentChanged; in init()
136 static void parentChanged(QAbstractDeclarativeData *, QObject *, QObject *);
142 void parentChanged(QObject *, QObject *);
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmldata_p.h128 QAbstractDeclarativeData::parentChanged = parentChanged; in init()
136 static void parentChanged(QAbstractDeclarativeData *, QObject *, QObject *);
142 void parentChanged(QObject *, QObject *);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/propertyeditor/
H A Dqmlanchorbindingproxy.h48 Q_PROPERTY(bool hasParent READ hasParent NOTIFY parentChanged)
49 Q_PROPERTY(bool isInLayout READ isInLayout NOTIFY parentChanged)
165 void parentChanged();
/dports/astro/marble/marble-21.12.3/src/lib/marble/declarative/
H A DGeoItem.cpp24 connect(this, &QQuickItem::parentChanged, this, &GeoItem::setMapToParentOnInit); in GeoItem()
124 disconnect(this, &QQuickItem::parentChanged, this, &GeoItem::setMapToParentOnInit); in setMapToParentOnInit()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/quick3d/
H A Dqquick3dobject.h54 …Q_PROPERTY(QQuick3DObject *parent READ parentItem WRITE setParentItem NOTIFY parentChanged DESIGNA…
112 void parentChanged();
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/core/nodes/
H A Dqnode.h71 Q_PROPERTY(Qt3DCore::QNode *parent READ parentNode WRITE setParent NOTIFY parentChanged)
112 void parentChanged(QObject *parent);
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/declarativeimports/core/
H A Dcolorscope.cpp46 … connect(static_cast<QQuickItem *>(parentObject), &QQuickItem::parentChanged, this, [this]() { in ColorScope()
51 connect(parent, &QQuickItem::parentChanged, this, &ColorScope::checkColorGroupChanged); in ColorScope()
/dports/java/jgraph/jgraph-java-5.13.0.4/examples/com/jgraph/example/adapter/
H A DJGraphAdapterBackend.java47 public void parentChanged(JGraphAdapterModel sender, Object child, in parentChanged() method
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/parametertree/
H A DParameterItem.py33 param.sigParentChanged.connect(self.parentChanged)
100 def parentChanged(self, param, parent): member in ParameterItem
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/graphicsItems/
H A DGraphicsObject.py24 self.parentChanged()
H A DScaleBar.py40 def parentChanged(self): member in ScaleBar
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/
H A Dscenepositionattached.cpp60 connect(ancestor, &QQuickItem::parentChanged, this, [this, ancestor]() { in connectAncestors()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/graphicsitems/
H A Dqdeclarativeitem.h72 …Q_PROPERTY(QDeclarativeItem * parent READ parentItem WRITE setParentItem NOTIFY parentChanged DESI…
163 void parentChanged(QDeclarativeItem *);
/dports/cad/uranium/Uranium-3ed9c4de/UM/Scene/
H A DSceneNode.py95 self.parentChanged.connect(self._onParentChanged)
218 child.parentChanged.emit(self)
341 parentChanged = Signal() variable in SceneNode
453 scene_node.parentChanged.emit(self)
471 child.parentChanged.emit(self)
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/core/
H A DDesignLayer.as132 protected function parentChanged(value:DesignLayer):void method in DesignLayer
372 value.parentChanged(this);
431 value.parentChanged(null);
/dports/deskutils/kalendar/kalendar-0.4.0/src/
H A Dincidencewrapper.h50 Q_PROPERTY(QString parent READ parent WRITE setParent NOTIFY parentChanged)
195 void parentChanged();
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/locator/
H A Dlocatorwidget.h79 void parentChanged();

12345678910