Crazy Eddies GUI System
0.6.0
|
This is the complete list of members for CEGUI::Imageset, including all inherited members.
d_autoScale | CEGUI::Imageset | protected |
d_defaultResourceGroup | CEGUI::Imageset | protectedstatic |
d_horzScaling | CEGUI::Imageset | protected |
d_images | CEGUI::Imageset | protected |
d_name | CEGUI::Imageset | protected |
d_nativeHorzRes | CEGUI::Imageset | protected |
d_nativeVertRes | CEGUI::Imageset | protected |
d_texture | CEGUI::Imageset | protected |
d_textureFilename | CEGUI::Imageset | protected |
d_vertScaling | CEGUI::Imageset | protected |
defineImage(const String &name, const Point &position, const Size &size, const Point &render_offset) | CEGUI::Imageset | inline |
defineImage(const String &name, const Rect &image_rect, const Point &render_offset) | CEGUI::Imageset | |
draw(const Rect &source_rect, const Rect &dest_rect, float z, const Rect &clip_rect, const ColourRect &colours, QuadSplitMode quad_split_mode) const | CEGUI::Imageset | |
draw(const Rect &source_rect, const Rect &dest_rect, float z, const Rect &clip_rect, const colour &top_left_colour=0xFFFFFFFF, const colour &top_right_colour=0xFFFFFFFF, const colour &bottom_left_colour=0xFFFFFFFF, const colour &bottom_right_colour=0xFFFFFFFF, QuadSplitMode quad_split_mode=TopLeftToBottomRight) const | CEGUI::Imageset | inline |
getDefaultResourceGroup() | CEGUI::Imageset | inlinestatic |
getImage(const String &name) const | CEGUI::Imageset | |
getImageCount(void) const | CEGUI::Imageset | inline |
getImageHeight(const String &name) const | CEGUI::Imageset | inline |
getImageOffset(const String &name) const | CEGUI::Imageset | inline |
getImageOffsetX(const String &name) const | CEGUI::Imageset | inline |
getImageOffsetY(const String &name) const | CEGUI::Imageset | inline |
getImageSize(const String &name) const | CEGUI::Imageset | inline |
getImageWidth(const String &name) const | CEGUI::Imageset | inline |
getIterator(void) const | CEGUI::Imageset | |
getName(void) const | CEGUI::Imageset | inline |
getNativeResolution(void) const | CEGUI::Imageset | inline |
getTexture(void) const | CEGUI::Imageset | inline |
ImageIterator typedef | CEGUI::Imageset | |
Imageset_xmlHandler (defined in CEGUI::Imageset) | CEGUI::Imageset | friend |
ImagesetManager::createImageset (defined in CEGUI::Imageset) | CEGUI::Imageset | friend |
ImagesetManager::createImageset (defined in CEGUI::Imageset) | CEGUI::Imageset | friend |
ImagesetManager::createImagesetFromImageFile (defined in CEGUI::Imageset) | CEGUI::Imageset | friend |
ImagesetManager::destroyImageset (defined in CEGUI::Imageset) | CEGUI::Imageset | friend |
ImagesetSchemaName | CEGUI::Imageset | protectedstatic |
isAutoScaled(void) const | CEGUI::Imageset | inline |
isImageDefined(const String &name) const | CEGUI::Imageset | inline |
load(const String &filename, const String &resourceGroup) | CEGUI::Imageset | protected |
notifyScreenResolution(const Size &size) | CEGUI::Imageset | |
setAutoScalingEnabled(bool setting) | CEGUI::Imageset | |
setDefaultResourceGroup(const String &resourceGroup) | CEGUI::Imageset | inlinestatic |
setNativeResolution(const Size &size) | CEGUI::Imageset | |
setTexture(Texture *texture) | CEGUI::Imageset | protected |
undefineAllImages(void) | CEGUI::Imageset | |
undefineImage(const String &name) | CEGUI::Imageset | |
unload(void) | CEGUI::Imageset | protected |
updateImageScalingFactors(void) | CEGUI::Imageset | protected |
writeXMLToStream(XMLSerializer &xml_stream) const | CEGUI::Imageset | |
~Imageset(void) | CEGUI::Imageset |