A BaseTab sub-tab to list and search games.
More...
#include <BaseGameTab.hpp>
|
|
| BaseGameTab (wxFrame *parent, std::shared_ptr< GameBase > base) |
| |
|
void | Reset (std::shared_ptr< GameBase > base) |
| |
|
std::vector< std::shared_ptr< Game > > | GetEditedGames () |
| |
|
std::vector< std::uint32_t > | GetDeletedGameIds () |
| |
|
std::shared_ptr< Game > | OpenGame (long gameid, long item) |
| |
|
std::shared_ptr< Game > | GetGame () |
| |
|
std::shared_ptr< GameBase > | GetBase () |
| |
|
| TabBase_TabGames (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(559, 522), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) |
| |
|
|
std::shared_ptr< GameListManager > | glm |
| |
|
std::vector< std::uint32_t > | deleted |
| | Old deleted games id.
|
| |
|
std::unordered_map< long, std::shared_ptr< Game > > | edited |
| | Old edited game id+object.
|
| |
|
|
void | OnDelete (wxCommandEvent &event) |
| |
|
void | OnApplyFilter (wxCommandEvent &event) |
| |
|
|
wxStaticText * | m_staticText28 |
| |
|
wxTextCtrl * | search_terms |
| |
|
wxButton * | apply_filter_button |
| |
|
wxListCtrl * | game_list |
| |
|
wxButton * | delete_button |
| |
A BaseTab sub-tab to list and search games.
The documentation for this class was generated from the following files:
- /home/loic/Documents/Git/ochess/src/base_tab/BaseGameTab.hpp
- /home/loic/Documents/Git/ochess/src/base_tab/BaseGameTab.cpp