This is the complete list of members for tgui::ListBox, including all inherited members.
addItem(const sf::String &itemName) | tgui::ListBox | virtual |
changeColors(const sf::Color &backgroundColor=sf::Color::White, const sf::Color &textColor=sf::Color::Black, const sf::Color &selectedBackgroundColor=sf::Color(50, 100, 200), const sf::Color &selectedTextColor=sf::Color::White, const sf::Color &borderColor=sf::Color::Black) | tgui::ListBox | virtual |
disable() | tgui::OBJECT | virtual |
enable() | tgui::OBJECT | virtual |
focus() | tgui::OBJECT | |
focusNextObject() | tgui::OBJECT | |
getBackgroundColor() const | tgui::ListBox | virtual |
getBorderColor() const | tgui::ListBox | virtual |
getBorders() const | tgui::OBJECT_BORDERS | virtual |
getItem(unsigned int id) const | tgui::ListBox | virtual |
getItemHeight() const | tgui::ListBox | virtual |
getItemID(const sf::String &itemName) const | tgui::ListBox | virtual |
getItems() | tgui::ListBox | virtual |
getLoadedScrollbarPathname() const | tgui::ListBox | virtual |
getMaximumItems() const | tgui::ListBox | virtual |
getObjectType() const | tgui::OBJECT | virtual |
getScaledSize() const | tgui::ListBox | virtual |
getSelectedBackgroundColor() const | tgui::ListBox | virtual |
getSelectedItem() const | tgui::ListBox | virtual |
getSelectedItemID() const | tgui::ListBox | virtual |
getSelectedTextColor() const | tgui::ListBox | virtual |
getSize() const | tgui::ListBox | virtual |
getTextColor() const | tgui::ListBox | virtual |
getTextFont() const | tgui::ListBox | virtual |
hide() | tgui::OBJECT | virtual |
isDisabled() const | tgui::OBJECT | virtual |
isEnabled() const | tgui::OBJECT | virtual |
isFocused() const | tgui::OBJECT | virtual |
isLoaded() const | tgui::OBJECT | virtual |
isVisible() const | tgui::OBJECT | virtual |
ListBox() | tgui::ListBox | |
ListBox(const ListBox ©) | tgui::ListBox | |
load(unsigned int width, unsigned int height, const std::string &scrollbarPathname="", unsigned int itemHeight=0) | tgui::ListBox | virtual |
moveToBack() | tgui::OBJECT | virtual |
moveToFront() | tgui::OBJECT | virtual |
OBJECT() | tgui::OBJECT | |
OBJECT(const OBJECT ©) | tgui::OBJECT | |
OBJECT_BORDERS() | tgui::OBJECT_BORDERS | |
operator=(const ListBox &right) | tgui::ListBox | |
tgui::OBJECT::operator=(const OBJECT &right) | tgui::OBJECT | |
removeAllItems() | tgui::ListBox | virtual |
removeItem(unsigned int id) | tgui::ListBox | virtual |
removeItem(const sf::String &itemName) | tgui::ListBox | virtual |
removeScrollbar() | tgui::ListBox | virtual |
setBackgroundColor(const sf::Color &backgroundColor) | tgui::ListBox | virtual |
setBorderColor(const sf::Color &borderColor) | tgui::ListBox | virtual |
setBorders(unsigned int leftBorder=0, unsigned int topBorder=0, unsigned int rightBorder=0, unsigned int bottomBorder=0) | tgui::ListBox | virtual |
setItemHeight(unsigned int itemHeight) | tgui::ListBox | virtual |
setMaximumItems(unsigned int maximumItems=0) | tgui::ListBox | virtual |
setScrollbar(const std::string &scrollbarPathname) | tgui::ListBox | virtual |
setSelectedBackgroundColor(const sf::Color &selectedBackgroundColor) | tgui::ListBox | virtual |
setSelectedItem(const sf::String &itemName) | tgui::ListBox | virtual |
setSelectedItem(unsigned int id) | tgui::ListBox | virtual |
setSelectedTextColor(const sf::Color &selectedTextColor) | tgui::ListBox | virtual |
setSize(float width, float height) | tgui::ListBox | virtual |
setTextColor(const sf::Color &textColor) | tgui::ListBox | virtual |
setTextFont(const sf::Font &font) | tgui::ListBox | virtual |
show() | tgui::OBJECT | virtual |
unfocus() | tgui::OBJECT | |
~ListBox() | tgui::ListBox | virtual |
~OBJECT() | tgui::OBJECT | virtual |