Go to the source code of this file.
Functions | |
DEFINE_RUNTIME_CLASSTYPE_CODE (SliderGump, ModalGump) | |
Variables | |
static const int | gumpshape = 41 |
static const int | gumpframe = 0 |
static const int | okshape = 42 |
static const int | leftshape = 43 |
static const int | rightshape = 44 |
static const int | slidershape = 45 |
static const int | sliderframe = 0 |
static const int | slidery = 17 |
static const int | sliderminx = 55 |
static const int | slidermaxx = 130 |
static const int | labelx = 161 |
static const int | labely = 26 |
static const int | labelfont = 0 |
static const int | OK_INDEX = 1 |
static const int | LEFT_INDEX = 2 |
static const int | RIGHT_INDEX = 3 |
static const int | SLIDER_INDEX = 4 |
DEFINE_RUNTIME_CLASSTYPE_CODE | ( | SliderGump | , | |
ModalGump | ||||
) |
const int gumpframe = 0 [static] |
Definition at line 68 of file SliderGump.cpp.
const int gumpshape = 41 [static] |
Definition at line 67 of file SliderGump.cpp.
const int labelfont = 0 [static] |
const int labelx = 161 [static] |
const int labely = 26 [static] |
const int LEFT_INDEX = 2 [static] |
Definition at line 82 of file SliderGump.cpp.
Referenced by SliderGump::ChildNotify(), and SliderGump::InitGump().
const int leftshape = 43 [static] |
const int OK_INDEX = 1 [static] |
Definition at line 81 of file SliderGump.cpp.
Referenced by SliderGump::ChildNotify(), and SliderGump::InitGump().
const int okshape = 42 [static] |
const int RIGHT_INDEX = 3 [static] |
Definition at line 83 of file SliderGump.cpp.
Referenced by SliderGump::ChildNotify(), and SliderGump::InitGump().
const int rightshape = 44 [static] |
const int SLIDER_INDEX = 4 [static] |
Definition at line 84 of file SliderGump.cpp.
Referenced by SliderGump::DraggingChild(), SliderGump::InitGump(), and SliderGump::StartDraggingChild().
const int sliderframe = 0 [static] |
const int slidermaxx = 130 [static] |
Definition at line 76 of file SliderGump.cpp.
Referenced by SliderGump::getSliderPos(), and SliderGump::setValueFromSlider().
const int sliderminx = 55 [static] |
Definition at line 75 of file SliderGump.cpp.
Referenced by SliderGump::getSliderPos(), and SliderGump::setValueFromSlider().
const int slidershape = 45 [static] |
const int slidery = 17 [static] |
Definition at line 74 of file SliderGump.cpp.
Referenced by SliderGump::DraggingChild(), SliderGump::InitGump(), and SliderGump::setSliderPos().