Home
last modified time | relevance | path

Searched refs:currentObjectChanged (Results 1 – 18 of 18) sorted by relevance

/dports/devel/gammaray/GammaRay-2.11.3/plugins/widgetinspector/
H A Dwidget3dview.cpp160 NOTIFY currentObjectChanged)
177 Q_EMIT currentObjectChanged(); in setCurrentObject()
190 void currentObjectChanged();
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dpropertiesdock.cpp117 connect(document, &Document::currentObjectChanged, in setDocument()
118 this, &PropertiesDock::currentObjectChanged); in setDocument()
127 currentObjectChanged(document->currentObject()); in setDocument()
129 currentObjectChanged(nullptr); in setDocument()
155 void PropertiesDock::currentObjectChanged(Object *object) in currentObjectChanged() function in Tiled::PropertiesDock
H A Dpropertiesdock.h57 void currentObjectChanged(Object *object);
H A Dtileanimationeditor.h66 void currentObjectChanged(Object *object);
H A Dtileanimationeditor.cpp355 connect(mTilesetDocument, &TilesetDocument::currentObjectChanged, in setTilesetDocument()
356 this, &TileAnimationEditor::currentObjectChanged); in setTilesetDocument()
452 void TileAnimationEditor::currentObjectChanged(Object *object) in currentObjectChanged() function in Tiled::TileAnimationEditor
H A Ddocument.h133 void currentObjectChanged(Object *object);
H A Ddocument.cpp136 emit currentObjectChanged(object); in setCurrentObject() local
H A Dmapeditor.cpp412 connect(mCurrentMapDocument, &MapDocument::currentObjectChanged, in setCurrentDocument()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/cloud_composer/include/pcl/apps/cloud_composer/
H A Dsignal_multiplexer.h129 currentObjectChanged (QObject* newObject);
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/cloud_composer/src/
H A Dsignal_multiplexer.cpp123 emit currentObjectChanged (object); in setCurrentObject() local
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/
H A DEditor.h97 void currentObjectChanged(int new_obj);
H A DEditor.cpp593 currentObjectChanged(currentObject); in setupCurrentObjectIndices()
602 currentObjectChanged(currentObject); in setupCurrentObjectIndices()
640 currentObjectChanged(currentObject); in setupCurrentObjectIndices()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dstageschematicnode.h403 void currentObjectChanged(const TStageObjectId &id, bool isSpline);
561 void currentObjectChanged(const TStageObjectId &id, bool isSpline);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/ui/dialogs/
H A DCommandBriefingDialog.cpp23 …connect(viewport->editor, &Editor::currentObjectChanged, _model.get(), &CommandBriefingDialogModel… in CommandBriefingDialog()
H A DShipEditorDialog.cpp26 …connect(viewport->editor, &Editor::currentObjectChanged, _model.get(), &ShipEditorDialogModel::app… in ShipEditorDialog()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/dialogs/
H A DWaypointEditorDialogModel.cpp14 …connect(viewport->editor, &Editor::currentObjectChanged, this, &WaypointEditorDialogModel::onSelec… in WaypointEditorDialogModel()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dstageschematicscene.cpp246 connect(node, SIGNAL(currentObjectChanged(const TStageObjectId &, bool)), in updateScene()
370 connect(node, SIGNAL(currentObjectChanged(const TStageObjectId &, bool)), in addStageSchematicNode()
402 connect(node, SIGNAL(currentObjectChanged(const TStageObjectId &, bool)), in addStageGroupNode()
H A Dstageschematicnode.cpp1483 emit currentObjectChanged(id, false); in onClicked() local
2144 emit currentObjectChanged(parentId, true); in onClicked() local