Home
last modified time | relevance | path

Searched refs:_tile_indeces (Results 1 – 2 of 2) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/editor/
H A Deditor.cpp1417 _tile_indeces.clear(); in EditorScrollView()
1715 _tile_indeces.clear(); in contentsMouseReleaseEvent()
1736 _tile_indeces.push_back(_tile_index); in contentsMouseReleaseEvent()
1754 _tile_indeces.push_back(i); in contentsMouseReleaseEvent()
1773 _tile_indeces.clear(); in contentsMouseReleaseEvent()
1800 _tile_indeces.clear(); in contentsMouseReleaseEvent()
1912 _tile_indeces.push_back(tile); in _PaintTile()
1929 _tile_indeces.push_back(index); in _PaintTile()
1941 _tile_indeces.push_back(index); in _DeleteTile()
2380 _tile_indeces = indeces; in LayerCommand()
[all …]
H A Deditor.h426 …std::vector<int32> _tile_indeces; //! A vector of tile indeces in the map that were modified by a… variable
456 …std::vector<int32> _tile_indeces; //! A vector of tile indeces in the map that were modified by t…