Home
last modified time | relevance | path

Searched refs:switchSelectedLayers (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Deditablelayer.cpp174 document->switchSelectedLayers(layers); in setSelected()
181 document->switchSelectedLayers(layers); in setSelected()
H A Dmapdocument.cpp286 void MapDocument::switchSelectedLayers(const QList<Layer *> &layers) in switchSelectedLayers() function in MapDocument
500 switchSelectedLayers({layer}); in addLayer()
634 switchSelectedLayers(newLayers); in duplicateLayers()
683 switchSelectedLayers({ lastMergedLayer }); in mergeLayersDown()
1293 switchSelectedLayers(selectedLayers); in onLayerRemoved()
H A Dabstracttiletool.cpp146 mapDocument()->switchSelectedLayers(layers); in mousePressed()
H A Ddocumentmanager.cpp161 mapDocument->switchSelectedLayers({ layer }); in DocumentManager()
181 mapDocument->switchSelectedLayers({ layer }); in DocumentManager()
202 mapDocument->switchSelectedLayers({ layer }); in DocumentManager()
H A Dmapdocument.h137 void switchSelectedLayers(const QList<Layer*> &layers);
H A Dmapdocumentactionhandler.cpp697 mMapDocument->switchSelectedLayers({ previousLayer }); in selectPreviousLayer()
706 mMapDocument->switchSelectedLayers({ nextLayer }); in selectNextLayer()
H A Dobjectsview.cpp213 mMapDocument->switchSelectedLayers({ layer }); in mousePressEvent()
H A Deditablemap.cpp566 document->switchSelectedLayers(plainLayers); in setSelectedLayers()