#include <CEGUIInterfaces.h>
Inherits DigitalSpaces::DIObjectBase.
| unsigned int DigitalSpaces::DICEGUIListbox::getItemCount | ( | ) |
| unsigned int DigitalSpaces::DICEGUIListbox::getSelectedCount | ( | ) |
| DICEGUIListboxItem* DigitalSpaces::DICEGUIListbox::GetFirstSelectedItem | ( | ) |
| DICEGUIListboxItem* DigitalSpaces::DICEGUIListbox::getNextSelected | ( | DICEGUIListboxItem * | start_item | ) |
| DICEGUIListboxItem* DigitalSpaces::DICEGUIListbox::GetListboxItemFromIndex | ( | unsigned int | index | ) |
| unsigned int DigitalSpaces::DICEGUIListbox::getItemIndex | ( | DICEGUIListboxItem * | item | ) |
| bool DigitalSpaces::DICEGUIListbox::isSortEnabled | ( | ) |
| bool DigitalSpaces::DICEGUIListbox::isMultiselectEnabled | ( | ) |
| DICEGUIListboxItem* DigitalSpaces::DICEGUIListbox::findItemWithText | ( | const char * | text, | |
| DICEGUIListboxItem * | start_item | |||
| ) |
| bool DigitalSpaces::DICEGUIListbox::isListboxItemInList | ( | DICEGUIListboxItem * | item | ) |
| bool DigitalSpaces::DICEGUIListbox::isVertScrollbarAlwaysShown | ( | ) |
| bool DigitalSpaces::DICEGUIListbox::isHorzScrollbarAlwaysShown | ( | ) |
| void DigitalSpaces::DICEGUIListbox::resetList | ( | ) |
| void DigitalSpaces::DICEGUIListbox::addItem | ( | DICEGUIListboxItem * | item | ) |
| void DigitalSpaces::DICEGUIListbox::insertItem | ( | DICEGUIListboxItem * | item, | |
| DICEGUIListboxItem * | position | |||
| ) |
| void DigitalSpaces::DICEGUIListbox::removeItem | ( | DICEGUIListboxItem * | item | ) |
| void DigitalSpaces::DICEGUIListbox::clearAllSelections | ( | ) |
| void DigitalSpaces::DICEGUIListbox::setSortingEnabled | ( | bool | setting | ) |
| void DigitalSpaces::DICEGUIListbox::setMultiselectEnabled | ( | bool | setting | ) |
| void DigitalSpaces::DICEGUIListbox::setShowVertScrollbar | ( | bool | setting | ) |
| void DigitalSpaces::DICEGUIListbox::setShowHorzScrollbar | ( | bool | setting | ) |
| void DigitalSpaces::DICEGUIListbox::setItemSelectState | ( | DICEGUIListboxItem * | item, | |
| bool | state | |||
| ) |
| void DigitalSpaces::DICEGUIListbox::setItemSelectState | ( | unsigned int | item_index, | |
| bool | state | |||
| ) |
| void DigitalSpaces::DICEGUIListbox::ensureItemIsVisible | ( | unsigned int | item_index | ) |
| void DigitalSpaces::DICEGUIListbox::ensureItemIsVisible | ( | DICEGUIListboxItem * | item | ) |
| DICEGUIListboxItem* DigitalSpaces::DICEGUIListbox::createTextItem | ( | const char * | text | ) |
1.5.6