Home
last modified time | relevance | path

Searched refs:wangSetAt (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dwangsetview.cpp65 WangSet *WangSetView::wangSetAt(const QModelIndex &index) const in wangSetAt() function in WangSetView
105 WangSet *wangSet = wangSetAt(indexAt(event->pos())); in contextMenuEvent()
127 WangSet *wangSet = wangSetAt(selectionModel()->currentIndex()); in editWangSetProperties()
H A Dtilesetwangsetmodel.cpp69 if (WangSet *wangSet = wangSetAt(index)) { in data()
96 WangSet *wangSet = wangSetAt(index); in setData()
117 WangSet *TilesetWangSetModel::wangSetAt(const QModelIndex &index) const in wangSetAt() function in TilesetWangSetModel
H A Dwangsetmodel.cpp92 if (WangSet *wangSet = wangSetAt(child)) in parent()
116 if (WangSet *wangSet = wangSetAt(index)) { in data()
173 WangSet *WangSetModel::wangSetAt(const QModelIndex &index) const in wangSetAt() function in WangSetModel
H A Dwangsetview.h43 WangSet *wangSetAt(const QModelIndex &index) const;
H A Dwangsetmodel.h70 WangSet *wangSetAt(const QModelIndex &index) const;
H A Dtilesetwangsetmodel.h73 WangSet *wangSetAt(const QModelIndex &index) const;
H A Dwangdock.cpp416 WangSet *wangSet = mWangSetView->wangSetAt(selectionModel->currentIndex()); in refreshCurrentWangSet()
488 if (WangSet *wangSet = mWangSetView->wangSetAt(index)) { in wangSetIndexPressed()