25 #ifndef __I6ENGINE_MODULES_GUIMULTICOLUMNLIST_H__
26 #define __I6ENGINE_MODULES_GUIMULTICOLUMNLIST_H__
32 class MultiColumnList;
70 void addRowEntry(
const uint32_t row,
const uint32_t column,
const std::string & entry);
72 void addColumn(
const std::string & columnHeader, uint32_t column,
double width);
77 CEGUI::MultiColumnList * _list;
Used to partially unwrap GUI messages.
~GUIMultiColumnList()
destructor
GUIMultiColumnList(const std::string &name, const std::string &type)
constructor
void update(uint16_t type, api::gui::GUIUpdateMessageStruct *data) override
receives messages