Home
last modified time | relevance | path

Searched refs:setBoardList (Results 1 – 4 of 4) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/dialogs/
H A Dboardsearchdialog.h24 void setBoardList(const QList<BoardX> &);
H A Dboardsearchdialog.cpp98 void BoardSearchDialog::setBoardList(const QList<BoardX>& list) in setBoardList() function in BoardSearchDialog
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/Players/
H A DCECPEngine.py283 self.setBoardList([board], [])
291 self.setBoardList([board], [])
307 self.setBoardList([board1], [])
376 self.setBoardList(model.boards[:], model.moves[:])
379 def setBoardList(self, boards, moves): member in CECPEngine
/dports/games/chessx/chessx-1.5.6/src/gui/
H A Dmainwindowactions.cpp3358 dlg.setBoardList(boardList); in slotSearchBoard()