![]() |
OOP A3 Board Games 35
a Board Game Project Made by Students at Cairo FCAI
|
This is the complete list of members for UI< T >, including all inherited members.
| cell_width | UI< T > | protected |
| create_player(string &name, T symbol, PlayerType type)=0 | UI< T > | pure virtual |
| display_board_matrix(const vector< vector< T > > &matrix) const | UI< T > | inline |
| display_message(string message) | UI< T > | inline |
| get_move(Player< T > *)=0 | UI< T > | pure virtual |
| get_player_name(string player_label) | UI< T > | inlineprotected |
| get_player_type_choice(string player_label, const vector< string > &options) | UI< T > | inlineprotected |
| setup_players() | UI< T > | virtual |
| UI(string message, int cell_display_width) | UI< T > | inline |
| ~UI() | UI< T > | inlinevirtual |