chessCAMO
|
This is the complete list of members for ChessGUI, including all inherited members.
drawRect(RenderWindow &window, RectangleShape &rect_object, float width, float height, unsigned int pos_x, unsigned int pos_y, Color color, int out_thick, Color out_color) | ChessGUI | inline |
drawText(RenderWindow &window, Text &text_object, string message, int size, unsigned int pos_x, unsigned int pos_y, Font font, Color color, unsigned int style) | ChessGUI | inline |
formPieces(vector< Sprite > &pieces, const vector< Sprite > &pieceType, const vector< Piece * > &board) | ChessGUI | inline |
formReservoir(vector< Sprite > &reservoir, const vector< Sprite > &pieceType) | ChessGUI | inline |
getLegalMoves(vector< int > &legalMoves, int src, Chess &chess) | ChessGUI | inline |
getSideToMoveSquares(vector< int > &sideSquares, Chess &chess) | ChessGUI | inline |
resetPosition(string file_status, string file_promotion, string message, int move_num, Chess &chess, vector< int > &sideSquares) | ChessGUI | inline |
streamIO(string file_path, string message, bool draw_or_resign, Chess &chess) | ChessGUI | inline |