mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-05-08 15:43:32 +00:00
Improve game list manager
This commit is contained in:
parent
cd9f55f5ad
commit
f7eab5a593
3 changed files with 37 additions and 15 deletions
src/base_tab
|
@ -22,4 +22,8 @@ public:
|
|||
GameListManager(wxListCtrl *game_list);
|
||||
void AddGame(CType White,CType Black,CType Event,CType Round, CType Result, CType Eco);
|
||||
void Clear();
|
||||
void MarkItemAsOpen(long item);
|
||||
void MarkItemAsDeleted(long item);
|
||||
std::vector<long> GetSelectedItems();
|
||||
long GetItemGameId(long item);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue