Class constructor.
EditSpin (
const Panel & panel,
short item
);
Constructs the spin edit control from resource.
EditSpin (
const Panel & panel,
const Rect & rect,
const PosIntEdit & attachedEdit
);
Constructs the spin edit control with the given parameters.
EditSpin (
const Panel & panel,
const Rect & rect,
const IntEdit & attachedEdit
);
Constructs the spin edit control with the given parameters.
Parameters
- panel
-
A reference to the parent panel of the spin edit control.
- item
-
The item ID of the spin edit control.
- rect
-
A reference to the bounding rectangle of the spin edit control.
- attachedEdit
-
A reference to the attached integer edit control.