Inheritance diagram for CEGUI::ItemEntry:
Public Member Functions | |
virtual Size | getItemPixelSize (void)=0 |
Return the "optimal" size for the item. | |
ItemEntry (const String &type, const String &name) | |
Constructor for ItemEntry objects. | |
virtual | ~ItemEntry (void) |
Destructor for ItemEntry objects. | |
Protected Member Functions | |
void | addItemEntryEvents (void) |
Add itementry specific events. | |
virtual void | populateRenderCahce () |
Perform the actual rendering for this Window. | |
virtual bool | testClassName_impl (const String &class_name) const |
Return whether this window was inherited from the given class name at some point in the inheritance heirarchy. |
|
Return the "optimal" size for the item.
Implemented in CEGUI::TextItem. |
|
Perform the actual rendering for this Window.
|
|
Return whether this window was inherited from the given class name at some point in the inheritance heirarchy.
Reimplemented from CEGUI::Window. Reimplemented in CEGUI::MenuItem, and CEGUI::TextItem. |