A list control displaying all games in the GameDatabase.
GameListCtrl.h
A list control displaying all games in the GameDatabase. | |
The wxGameListCtrl constructor. | |
Sorts the items by the given column index. | |
Reads all the maps from the GameDatabase and inserts the information into the list control. |
|
The wxGameListCtrl constructor. Creates the columns for the list control and then calls ImportGames to populate the control.
| parent | The parent window. |
| id | The message handling ID. Should be a unique (to the parent window) ID, if the parent window wants to receive messages from the control. |
| pos | The list control position in window coordinates. |
| size | The list control size. |
Reads all the maps from the GameDatabase and inserts the information into the list control. |
| void ImportGames() |
Reads all the maps from the GameDatabase and inserts the information into the list control.
|
|
| void ImportGames() |