mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-07-15 08:07:40 +00:00
Update GUI
This commit is contained in:
parent
6291b54904
commit
42ca3ee005
5 changed files with 645 additions and 519 deletions
|
@ -3,7 +3,7 @@
|
|||
#include <wx/filename.h>
|
||||
|
||||
BaseTab::BaseTab(wxFrame *parent, std::string base_file)
|
||||
: TabBase(parent), base_file(base_file), TabInfos(TabInfos::BASE),
|
||||
: TabBase_TabGames(parent), base_file(base_file), TabInfos(TabInfos::BASE),
|
||||
base(NULL) {
|
||||
|
||||
game_list->InsertColumn(0, L"id", wxLIST_FORMAT_LEFT, 50);
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
wxDECLARE_EVENT(NEW_GAME_EVENT, wxCommandEvent);
|
||||
wxDECLARE_EVENT(REFRESH_TAB_TITLE, wxCommandEvent);
|
||||
|
||||
class BaseTab : public TabBase, public TabInfos {
|
||||
class BaseTab : public TabBase_TabGames, public TabInfos {
|
||||
std::shared_ptr<GameBase> base;
|
||||
std::vector<std::uint32_t> deleted;
|
||||
std::vector<std::shared_ptr<Game>> edited;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue