Crazy Eddie's GUI System
0.8.4
|
StaticImage class for the FalagardBase module. More...
Public Member Functions | |
FalagardStaticImage (const String &type) | |
Constructor. | |
void | setImage (const Image *img) |
Set the image for this FalagardStaticImage widget. | |
const Image * | getImage (void) const |
Get the image for this FalagardStaticImage widget. | |
void | render () |
Populate render cache. | |
Static Public Attributes | |
static const String | TypeName |
type name for this widget. | |
Protected Attributes | |
const Image * | d_image |
StaticImage class for the FalagardBase module.
This class requires LookNFeel to be assigned. The LookNFeel should provide the following:
States:
void CEGUI::FalagardStaticImage::render | ( | ) | [virtual] |
Populate render cache.
This method must be implemented by all window renderers and should perform the rendering operations needed for this widget. Normally using the Falagard API...
Reimplemented from CEGUI::FalagardStatic.