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 [] = "Falagard/StaticImage" |
type name for this widget. | |
Protected Attributes | |
const Image * | d_image |
Static Protected Attributes | |
static FalagardStaticImageProperties::Image | d_imageProperty |
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.
References CEGUI::FalagardStatic::d_frameEnabled, CEGUI::WindowRenderer::d_window, CEGUI::WindowRenderer::getLookNFeel(), CEGUI::WidgetLookFeel::getStateImagery(), CEGUI::WidgetLookFeel::isStateImageryPresent(), and CEGUI::StateImagery::render().