|
#include <CATLabel.h>

Definition at line 25 of file CATLabel.h.
Public Member Functions | |
| CATLabel (const CATString &element, const CATString &rootDir) | |
| virtual | ~CATLabel () |
| virtual bool | IsFocusable () const |
| virtual void | Draw (CATImage *image, const CATRect &dirtyRect) |
| virtual CATResult | ParseAttributes () |
| ParseAttributes() parses the known attributes for an object. | |
| virtual void | SetString (const CATString &text) |
| These by default try to convert to float. String-type controls override them. | |
| virtual CATString | GetString () const |
| virtual CATResult | OnEvent (const CATEvent &event, CATInt32 &retVal) |
| Event handler. | |
Protected Attributes | |
| bool | fAllowClick |
1.5.4