|
#include <CATAppButton.h>

AppButtons automatically pick up the icon of the executable they are set to, or disable themselves if they cannot find it.
A few ways to configure AppButtons for the executable. Currently supported attributes:
Definition at line 36 of file CATAppButton.h.
Public Member Functions | |
| CATAppButton (const CATString &element, const CATString &rootDir) | |
| virtual | ~CATAppButton () |
| CATAppButton destructor. | |
| virtual CATResult | ParseAttributes () |
| ParseAttributes() parses the known attributes for an object. | |
| virtual void | Draw (CATImage *image, const CATRect &dirtyRect) |
| virtual void | PostDraw (CATDRAWCONTEXT drawContext, const CATRect &dirtyRect) |
Protected Attributes | |
| CATString | fAppPath |
| CATString | fAppName |
| CATICON | fIconImage |
| CATInt32 | fBorder |
1.5.4