#include <CEGUIInterfaces.h>
Inherits DigitalSpaces::DIObjectBase.
Public Member Functions | |
| const char * | getText () |
| unsigned int | getID () |
| void * | getUserData () |
| bool | isSelected () |
| bool | isDisabled () |
| DICEGUIWindow * | getOwnerWindow () |
| void | getSelectionColours (out_Vector4f *top_left, out_Vector4f *top_right, out_Vector4f *bottom_left, out_Vector4f *bottom_right) |
| DICEGUIImage * | getSelectionBrushImage () |
| void | setText (const char *text) |
| void | setTooltipText (const char *text) |
| void | setID (unsigned int item_id) |
| void | setUserData (void *item_data) |
| void | setSelected (bool setting) |
| void | setDisabled (bool setting) |
| void | setSelectionColours (in_Vector4f *top_left, in_Vector4f *top_right, in_Vector4f *bottom_left, in_Vector4f *bottom_right) |
| void | setSelectionColours (in_Vector4f *col) |
| void | setSelectionBrushImage (DICEGUIImage *image) |
| void | setSelectionBrushImage (const char *imageset, const char *image) |
| void | getPixelSize (out_Pairf *size) |
| const char* DigitalSpaces::DICEGUIListboxItem::getText | ( | ) |
| unsigned int DigitalSpaces::DICEGUIListboxItem::getID | ( | ) |
| void* DigitalSpaces::DICEGUIListboxItem::getUserData | ( | ) |
| bool DigitalSpaces::DICEGUIListboxItem::isSelected | ( | ) |
| bool DigitalSpaces::DICEGUIListboxItem::isDisabled | ( | ) |
| DICEGUIWindow* DigitalSpaces::DICEGUIListboxItem::getOwnerWindow | ( | ) |
| void DigitalSpaces::DICEGUIListboxItem::getSelectionColours | ( | out_Vector4f * | top_left, | |
| out_Vector4f * | top_right, | |||
| out_Vector4f * | bottom_left, | |||
| out_Vector4f * | bottom_right | |||
| ) |
| DICEGUIImage* DigitalSpaces::DICEGUIListboxItem::getSelectionBrushImage | ( | ) |
| void DigitalSpaces::DICEGUIListboxItem::setText | ( | const char * | text | ) |
| void DigitalSpaces::DICEGUIListboxItem::setTooltipText | ( | const char * | text | ) |
| void DigitalSpaces::DICEGUIListboxItem::setID | ( | unsigned int | item_id | ) |
| void DigitalSpaces::DICEGUIListboxItem::setUserData | ( | void * | item_data | ) |
| void DigitalSpaces::DICEGUIListboxItem::setSelected | ( | bool | setting | ) |
| void DigitalSpaces::DICEGUIListboxItem::setDisabled | ( | bool | setting | ) |
| void DigitalSpaces::DICEGUIListboxItem::setSelectionColours | ( | in_Vector4f * | top_left, | |
| in_Vector4f * | top_right, | |||
| in_Vector4f * | bottom_left, | |||
| in_Vector4f * | bottom_right | |||
| ) |
| void DigitalSpaces::DICEGUIListboxItem::setSelectionColours | ( | in_Vector4f * | col | ) |
| void DigitalSpaces::DICEGUIListboxItem::setSelectionBrushImage | ( | DICEGUIImage * | image | ) |
| void DigitalSpaces::DICEGUIListboxItem::setSelectionBrushImage | ( | const char * | imageset, | |
| const char * | image | |||
| ) |
| void DigitalSpaces::DICEGUIListboxItem::getPixelSize | ( | out_Pairf * | size | ) |
1.5.6