Home
last modified time | relevance | path

Searched refs:highlightPieces (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/examples/contribs/dvonn/
H A Ddrawer.h59 void highlightPieces(const Board::ConstStackHandle &) const;
H A Ddvonnviewer.cpp302 drawer_->highlightPieces(*iter); in draw()
H A Ddrawer.cpp456 void Drawer::highlightPieces(const Board::ConstStackHandle &c) const { in highlightPieces() function in Drawer
/dports/games/klickety/klickety-21.12.3/src/
H A Dgamescene.h79 void highlightPieces( int x, int y );
H A Dgamescene.cpp110 connect(item, &Piece::pieceHovered, this, &GameScene::highlightPieces); in startNewGame()
414 void GameScene::highlightPieces( int x, int y ) in highlightPieces() function in GameScene