25 #ifndef __I6ENGINE_MODULES_GUIIMAGE_H__
26 #define __I6ENGINE_MODULES_GUIIMAGE_H__
40 GUIImage(
const std::string & name,
const std::string & type);
60 void setImage(
const std::string & imageSetName,
const std::string & imageName);
void update(uint16_t type, api::gui::GUIUpdateMessageStruct *message) override
Method called by incoming messages.
Used to partially unwrap GUI messages.
GUIImage(const std::string &name, const std::string &type)
Constructor for a new GUI Image.