|
#include <CATProgress.h>

Definition at line 32 of file CATProgress.h.
Public Member Functions | |
| CATProgress (const CATString &element, const CATString &rootDir) | |
| virtual | ~CATProgress () |
| CATProgress destructor. | |
| virtual bool | IsFocusable () const |
| virtual CATResult | Load (CATPROGRESSCB progressCB=0, void *progressParam=0, CATFloat32 progMin=0.0f, CATFloat32 progMax=1.0f) |
| Load() loads the skin in. | |
| virtual void | Draw (CATImage *image, const CATRect &dirtyRect) |
| virtual CATResult | ParseAttributes () |
| ParseAttributes() parses the known attributes for an object. | |
| virtual void | SetImages (CATImage *imageOn, CATImage *imageOff, CATImage *imageDisabled) |
| SetImages() sets the images and resets the control. | |
Protected Attributes | |
| CATImage * | fImageOn |
| CATPROGRESSSTYLE | fProgressStyle |
1.5.4