Home
last modified time | relevance | path

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

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dmapdocumentactionhandler.h134 void moveObjectsToGroup(ObjectGroup *);
H A Dobjectsdock.cpp215 handler->moveObjectsToGroup(objectGroup); in triggeredMoveToMenu()
H A Dmapdocument.h186 void moveObjectsToGroup(const QList<MapObject*> &objects,
H A Dmapdocumentactionhandler.cpp771 void MapDocumentActionHandler::moveObjectsToGroup(ObjectGroup *objectGroup) in moveObjectsToGroup() function in Tiled::MapDocumentActionHandler
774 mMapDocument->moveObjectsToGroup(mMapDocument->selectedObjects(), in moveObjectsToGroup()
H A Dabstractobjecttool.cpp736 mapDocument()->moveObjectsToGroup(selectedObjects, objectGroup); in showContextMenu()
H A Dmapdocument.cpp1427 void MapDocument::moveObjectsToGroup(const QList<MapObject *> &objects, in moveObjectsToGroup() function in MapDocument