22 #ifndef ULTIMA8_GUMPS_SLIDERGUMP_H 23 #define ULTIMA8_GUMPS_SLIDERGUMP_H 25 #include "ultima/ultima8/gumps/modal_gump.h" 26 #include "ultima/ultima8/misc/classtype.h" 39 ENABLE_RUNTIME_CLASSTYPE()
43 int16 value, int16 delta = 1);
46 void InitGump(
Gump *newparent,
bool take_focus =
true)
override;
48 void Close(
bool no_del =
false)
override;
53 bool OnKeyDown(
int key,
int mod)
override;
64 uint16 _usecodeNotifyPID;
Definition: uc_process.h:34
void InitGump(Gump *newparent, bool take_focus=true) override
Definition: modal_gump.h:34
void ChildNotify(Gump *child, uint32 message) override
Definition: render_surface.h:40
Definition: rendered_text.h:30
Definition: detection.h:27
Definition: slider_gump.h:37
void Close(bool no_del=false) override
void PaintThis(RenderSurface *surf, int32 lerp_factor, bool scaled) override
Overloadable method to Paint just this Gump (RenderSurface is relative to this)