24 #ifndef GUI_MODELS_PLAYERTABLEMODEL_H
25 #define GUI_MODELS_PLAYERTABLEMODEL_H
45 int getRows()
const override final;
std::vector< Widget * > mWidgets
int getRowHeight() const A_CONST
int getColumns() const A_CONST
Widget * getElementAt(int row, int column) const
PlayerTableModel(const Widget2 *const widget)
void updateModelInRow(const int row) const
std::string getPlayerAt(const int index) const
int getColumnWidth(const int index) const A_CONST
void playerRelationsUpdated()
PlayerRelationListModel * mListModel
#define A_DELETE_COPY(func)
std::vector< std::string > StringVect