Crazy Eddies GUI System 0.7.6
Public Member Functions | Static Public Attributes | Protected Attributes | Static Protected Attributes
CEGUI::FalagardStaticImage Class Reference

StaticImage class for the FalagardBase module. More...

Inheritance diagram for CEGUI::FalagardStaticImage:
Collaboration diagram for CEGUI::FalagardStaticImage:

List of all members.

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 utf8 TypeName []
 type name for this widget.

Protected Attributes

const Image * d_image

Static Protected Attributes

static
FalagardStaticImageProperties::Image 
d_imageProperty

Detailed Description

StaticImage class for the FalagardBase module.

This class requires LookNFeel to be assigned. The LookNFeel should provide the following:

States:


Member Function Documentation

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.