|
#include <CATSlider.h>

Definition at line 33 of file CATSlider.h.
Public Member Functions | |
| CATSlider (const CATString &element, const CATString &rootDir) | |
| virtual | ~CATSlider () |
| CATSlider destructor. | |
| virtual void | TrackMouseMove (const CATPOINT &point, bool leftButton, CATMODKEY modKey) |
| virtual void | TrackMouseDown (const CATPOINT &point, CATMODKEY modKey) |
| virtual void | TrackMouseRelease (const CATPOINT &point, CATMODKEY modKey) |
| virtual void | OnMouseWheel (const CATPOINT &point, CATFloat32 wheelMove, CATMODKEY modKey) |
| virtual void | OnKeyDown (const CATKeystroke &keystroke) |
| virtual void | OnKeyPress (const CATKeystroke &keystroke) |
| virtual void | Draw (CATImage *image, const CATRect &dirtyRect) |
| virtual CATResult | Load (CATPROGRESSCB progressCB=0, void *progressParam=0, CATFloat32 progMin=0.0f, CATFloat32 progMax=1.0f) |
| Load() loads the skin in. | |
| virtual CATSLIDER_STYLE | GetSliderStyle () |
| Slider styles. | |
| virtual void | SetSliderStyle (CATSLIDER_STYLE style) |
| virtual CATString | GetHint () const |
| GetHint() retrieves the hint text for the control. | |
| virtual void | OnMouseDoubleClick (CATMODKEY modKey) |
| virtual void | TrackMouseTimer (CATMODKEY modKey) |
Protected Member Functions | |
| virtual CATResult | ParseAttributes () |
| ParseAttributes() parses the known attributes for an object. | |
Protected Attributes | |
| CATSLIDER_STYLE | fSliderStyle |
| bool | fCommandTrack |
| CATImage * | fImageSlide |
| CATImage * | fImageSlideDisabled |
| CATImage * | fImageSlideFocus |
| CATImage * | fImageOn |
| CATInt32 | fSlideOffset |
| CATVALUE_TYPE | fValueType |
| CATFloat32 | fLastTarget |
1.5.4