25 #ifndef __I6ENGINE_MODULES_GUICOMBOBOX_H__
26 #define __I6ENGINE_MODULES_GUICOMBOBOX_H__
40 GUIComboBox(
const std::string & name,
const std::string & type);
55 std::function<void(std::string)> _selectedCallback;
57 bool selectionChanged(
const CEGUI::EventArgs & evt);
void update(uint16_t type, api::gui::GUIUpdateMessageStruct *message) override
Method called by incoming messages.
Used to partially unwrap GUI messages.
GUIComboBox(const std::string &name, const std::string &type)
Constructor for a new GUI ComboBox.