#include <CATTab.h>
Definition at line 25 of file CATTab.h.
Public Member Functions | |
CATTab (const CATString &element, const CATString &rootDir) | |
Constructor - mirrors CATXMLObject() constructor for now. | |
virtual | ~CATTab () |
virtual CATResult | SetCurTab (CATUInt32 curTab) |
virtual CATUInt32 | GetCurTab () |
virtual CATUInt32 | GetNumTabs () |
virtual CATResult | Load (CATPROGRESSCB progressCB=0, void *progressParam=0, CATFloat32 progMin=0.0f, CATFloat32 progMax=1.0f) |
Load() loads the skin in. | |
virtual void | OnParentCreate () |
bool | IsVisible (const CATGuiObj *object=0) const |
Protected Member Functions | |
virtual CATResult | ParseAttributes () |
ParseAttributes() parses the known attributes for an object. | |
virtual CATControl * | HitTest (const CATPOINT &point) |
virtual void | Draw (CATImage *image, const CATRect &dirtyRect) |
virtual void | PostDraw (CATDRAWCONTEXT context, const CATRect &dirtyRect) |
virtual CATResult | OnEvent (const CATEvent &event, CATInt32 &retVal) |
OnEvent() is called when events occur that we should know about. | |
virtual bool | GetPostRects (CATStack< CATRect > &rectStack) |
Protected Attributes | |
CATUInt32 | fCurTab |