ChessPlusPlus  WIP
cplusplus.com Community Project
chesspp::gfx::GraphicsHandler Member List

This is the complete list of members for chesspp::gfx::GraphicsHandler, including all inherited members.

drawBackground()chesspp::gfx::GraphicsHandler
drawBoard(board::Board const &b)chesspp::gfx::GraphicsHandler
drawPiece(piece::Piece const &p)chesspp::gfx::GraphicsHandler
drawPieceAt(piece::Piece const &p, sf::Vector2i const &pos)chesspp::gfx::GraphicsHandler
drawSpriteAtCell(sf::Sprite &s, std::size_t x, std::size_t y)chesspp::gfx::GraphicsHandler
drawTrajectory(piece::Piece const &p, bool enemy=false)chesspp::gfx::GraphicsHandler
GraphicsHandler(sf::RenderWindow &display, config::ResourcesConfig &resc, config::BoardConfig &bc)chesspp::gfx::GraphicsHandler