22 #ifndef GUI_WIDGETS_CHARACTERVIEWSMALL_H
23 #define GUI_WIDGETS_CHARACTERVIEWSMALL_H
35 STD_VECTOR<CharacterDisplay*> *
const entries,
41 void show(
const int i)
override final;
43 void resize()
override final;
CharacterDisplay * mSelectedEntry
std::vector< CharacterDisplay * > * mCharacterEntries
CharacterViewSmall(CharSelectDialog *const widget, std::vector< CharacterDisplay * > *const entries, const int padding)
void action(const ActionEvent &event)
#define A_DELETE_COPY(func)