class
#include <Spore/UTFWin/SliderDrawable.h>
ISliderDrawable An abstract class that has the methods that a drawable for a slider would require.
Contents
Base classes
- class UTFWinObject
Derived classes
- class SliderDrawable
- The standard IDrawable for a slider component.
Public types
- enum ImageIndices { kImageBackground = 0, kImageThumb = 1, kImageThumbContainer = 2 }
Public static variables
- static const uint32_t TYPE
Public functions
- auto ToDrawable() -> IDrawable* pure virtual
- Get the IDrawable instance that represents this class.
- void SetImage(int index, Image* image) pure virtual
- Set the images used by this drawable.