|
#include <CATSwitch.h>

Definition at line 26 of file CATSwitch.h.
Public Member Functions | |
| CATSwitch (const CATString &element, const CATString &rootDir) | |
| virtual | ~CATSwitch () |
| CATSwitch destructor. | |
| virtual void | OnMouseClick () |
| virtual void | Draw (CATImage *image, const CATRect &dirtyRect) |
| virtual CATResult | ParseAttributes () |
| ParseAttributes() parses the known attributes for an object. | |
| virtual CATResult | Load (CATPROGRESSCB progressCB=0, void *progressParam=0, CATFloat32 progMin=0.0f, CATFloat32 progMax=1.0f) |
| Load() loads the skin in. | |
| virtual CATString | GetHint () const |
| GetHint() retrieves the hint text for the control. | |
Protected Attributes | |
| CATImage * | fImageOn |
| CATImage * | fImageDisabledOn |
| CATImage * | fImagePressedOn |
| CATImage * | fImageFocusOn |
| CATImage * | fImageActiveOn |
1.5.4