|
|
| ListboxItem_wrapper (::CEGUI::String const &text,::CEGUI::uint item_id=0, void *item_data=0, bool disabled=false, bool auto_delete=true) |
| |
|
::CEGUI::Colour | calculateModulatedAlphaColour (::CEGUI::Colour col, float alpha) const |
| |
|
virtual void | draw (::CEGUI::GeometryBuffer &buffer,::CEGUI::Rectf const &targetRect, float alpha,::CEGUI::Rectf const *clipper) const |
| |
|
::CEGUI::ColourRect | getModulateAlphaColourRect (::CEGUI::ColourRect const &cols, float alpha) const |
| |
| virtual ::CEGUI::Sizef | getPixelSize () const |
| | Return the rendered pixel size of this list box item. More...
|
| |
|
virtual bool | handleFontRenderSizeChange (::CEGUI::Font const *const font) |
| |
|
bool | default_handleFontRenderSizeChange (::CEGUI::Font const *const font) |
| |
|
virtual void | setText (::CEGUI::String const &text) |
| |
|
void | default_setText (::CEGUI::String const &text) |
| |
|
| ListboxItem (const String &text, uint item_id=0, void *item_data=0, bool disabled=false, bool auto_delete=true) |
| | base class constructor
|
| |
|
virtual | ~ListboxItem (void) |
| | base class destructor
|
| |
| const String & | getTooltipText (void) const |
| | return the text string set for this list box item. More...
|
| |
|
const String & | getText (void) const |
| |
|
const String & | getTextVisual () const |
| | return text string with visual ordering of glyphs.
|
| |
| uint | getID (void) const |
| | Return the current ID assigned to this list box item. More...
|
| |
| void * | getUserData (void) const |
| | Return the pointer to any client assigned user data attached to this lis box item. More...
|
| |
| bool | isSelected (void) const |
| | return whether this item is selected. More...
|
| |
| bool | isDisabled (void) const |
| | return whether this item is disabled. More...
|
| |
| bool | isAutoDeleted (void) const |
| | return whether this item will be automatically deleted when the list box it is attached to is destroyed, or when the item is removed from the list box. More...
|
| |
| const Window * | getOwnerWindow () const |
| | Get the owner window for this ListboxItem. More...
|
| |
| ColourRect | getSelectionColours (void) const |
| | Return the current colours used for selection highlighting. More...
|
| |
| const Image * | getSelectionBrushImage (void) const |
| | Return the current selection highlighting brush. More...
|
| |
| virtual void | setText (const String &text) |
| | set the text string for this list box item. More...
|
| |
|
void | setTooltipText (const String &text) |
| |
| void | setID (uint item_id) |
| | Set the ID assigned to this list box item. More...
|
| |
| void | setUserData (void *item_data) |
| | Set the client assigned user data attached to this lis box item. More...
|
| |
| void | setSelected (bool setting) |
| | set whether this item is selected. More...
|
| |
| void | setDisabled (bool setting) |
| | set whether this item is disabled. More...
|
| |
| void | setAutoDeleted (bool setting) |
| | Set whether this item will be automatically deleted when the list box it is attached to is destroyed, or when the item is removed from the list box. More...
|
| |
| void | setOwnerWindow (const Window *owner) |
| | Set the owner window for this ListboxItem. This is called by all the list box widgets when an item is added or inserted. More...
|
| |
| void | setSelectionColours (const ColourRect &cols) |
| | Set the colours used for selection highlighting. More...
|
| |
| void | setSelectionColours (Colour top_left_colour, Colour top_right_colour, Colour bottom_left_colour, Colour bottom_right_colour) |
| | Set the colours used for selection highlighting. More...
|
| |
| void | setSelectionColours (Colour col) |
| | Set the colours used for selection highlighting. More...
|
| |
| void | setSelectionBrushImage (const Image *image) |
| | Set the selection highlighting brush image. More...
|
| |
| void | setSelectionBrushImage (const String &name) |
| | Set the selection highlighting brush image. More...
|
| |
| virtual bool | handleFontRenderSizeChange (const Font *const font) |
| | Perform any updates needed because the given font's render size has changed. More...
|
| |
| virtual void | draw (GeometryBuffer &buffer, const Rectf &targetRect, float alpha, const Rectf *clipper) const =0 |
| | Draw the list box item in its current state. More...
|
| |
|
virtual bool | operator< (const ListboxItem &rhs) const |
| | Less-than operator, compares item texts.
|
| |
|
virtual bool | operator> (const ListboxItem &rhs) const |
| | Greater-than operator, compares item texts.
|
| |
|
| ListboxItem (const String &text, uint item_id=0, void *item_data=0, bool disabled=false, bool auto_delete=true) |
| | base class constructor
|
| |
|
virtual | ~ListboxItem (void) |
| | base class destructor
|
| |
| const String & | getTooltipText (void) const |
| | return the text string set for this list box item. More...
|
| |
|
const String & | getText (void) const |
| |
|
const String & | getTextVisual () const |
| | return text string with visual ordering of glyphs.
|
| |
| uint | getID (void) const |
| | Return the current ID assigned to this list box item. More...
|
| |
| void * | getUserData (void) const |
| | Return the pointer to any client assigned user data attached to this lis box item. More...
|
| |
| bool | isSelected (void) const |
| | return whether this item is selected. More...
|
| |
| bool | isDisabled (void) const |
| | return whether this item is disabled. More...
|
| |
| bool | isAutoDeleted (void) const |
| | return whether this item will be automatically deleted when the list box it is attached to is destroyed, or when the item is removed from the list box. More...
|
| |
| const Window * | getOwnerWindow () const |
| | Get the owner window for this ListboxItem. More...
|
| |
| ColourRect | getSelectionColours (void) const |
| | Return the current colours used for selection highlighting. More...
|
| |
| const Image * | getSelectionBrushImage (void) const |
| | Return the current selection highlighting brush. More...
|
| |
| virtual void | setText (const String &text) |
| | set the text string for this list box item. More...
|
| |
|
void | setTooltipText (const String &text) |
| |
| void | setID (uint item_id) |
| | Set the ID assigned to this list box item. More...
|
| |
| void | setUserData (void *item_data) |
| | Set the client assigned user data attached to this lis box item. More...
|
| |
| void | setSelected (bool setting) |
| | set whether this item is selected. More...
|
| |
| void | setDisabled (bool setting) |
| | set whether this item is disabled. More...
|
| |
| void | setAutoDeleted (bool setting) |
| | Set whether this item will be automatically deleted when the list box it is attached to is destroyed, or when the item is removed from the list box. More...
|
| |
| void | setOwnerWindow (const Window *owner) |
| | Set the owner window for this ListboxItem. This is called by all the list box widgets when an item is added or inserted. More...
|
| |
| void | setSelectionColours (const ColourRect &cols) |
| | Set the colours used for selection highlighting. More...
|
| |
| void | setSelectionColours (Colour top_left_colour, Colour top_right_colour, Colour bottom_left_colour, Colour bottom_right_colour) |
| | Set the colours used for selection highlighting. More...
|
| |
| void | setSelectionColours (Colour col) |
| | Set the colours used for selection highlighting. More...
|
| |
| void | setSelectionBrushImage (const Image *image) |
| | Set the selection highlighting brush image. More...
|
| |
| void | setSelectionBrushImage (const String &name) |
| | Set the selection highlighting brush image. More...
|
| |
| virtual bool | handleFontRenderSizeChange (const Font *const font) |
| | Perform any updates needed because the given font's render size has changed. More...
|
| |
| virtual void | draw (GeometryBuffer &buffer, const Rectf &targetRect, float alpha, const Rectf *clipper) const =0 |
| | Draw the list box item in its current state. More...
|
| |
|
virtual bool | operator< (const ListboxItem &rhs) const |
| | Less-than operator, compares item texts.
|
| |
|
virtual bool | operator> (const ListboxItem &rhs) const |
| | Greater-than operator, compares item texts.
|
| |