| addItem(const sf::String &itemName, int id=0) | tgui::ListBox | |
| AllListBoxCallbacks enum value | tgui::ListBox | |
| bindCallback(std::function< void()> func, unsigned int trigger) | tgui::CallbackManager | |
| bindCallback(void(T::*func)(), T *const classPtr, unsigned int trigger) | tgui::CallbackManager | inline |
| bindCallback(unsigned int trigger) | tgui::CallbackManager | |
| bindCallbackEx(std::function< void(const Callback &)> func, unsigned int trigger) | tgui::CallbackManager | |
| bindCallbackEx(void(T::*func)(const Callback &), T *const classPtr, unsigned int trigger) | tgui::CallbackManager | inline |
| 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 | |
| changeItem(unsigned int index, const sf::String &newValue) | tgui::ListBox | |
| changeItems(const sf::String &originalValue, const sf::String &newValue) | tgui::ListBox | |
| changeItemsById(int id, const sf::String &newValue) | tgui::ListBox | |
| deselectItem() | tgui::ListBox | |
| disable() | tgui::Widget | virtual |
| enable() | tgui::Widget | virtual |
| focus() | tgui::Widget | virtual |
| Focused enum value | tgui::Widget | |
| getAbsolutePosition() const | tgui::Widget | virtual |
| getBackgroundColor() const | tgui::ListBox | |
| getBorderColor() const | tgui::ListBox | |
| getBorders() const | tgui::WidgetBorders | virtual |
| getCallbackId() | tgui::Widget | |
| getFullSize() const | tgui::ListBox | virtual |
| getItem(unsigned int index) const | tgui::ListBox | |
| getItemHeight() const | tgui::ListBox | |
| getItemIndex(const sf::String &itemName) const | tgui::ListBox | |
| getItems() | tgui::ListBox | |
| getLoadedConfigFile() const | tgui::ListBox | |
| getMaximumItems() const | tgui::ListBox | |
| getParent() const | tgui::Widget | |
| getPosition() const | tgui::Transformable | |
| getSelectedBackgroundColor() const | tgui::ListBox | |
| getSelectedItem() const | tgui::ListBox | |
| getSelectedItemId() const | tgui::ListBox | |
| getSelectedItemIndex() const | tgui::ListBox | |
| getSelectedTextColor() const | tgui::ListBox | |
| getSize() const | tgui::ListBox | virtual |
| getTextColor() const | tgui::ListBox | |
| getTextFont() const | tgui::ListBox | |
| getTransparency() const | tgui::Widget | |
| getWidgetType() const | tgui::Widget | |
| hide() | tgui::Widget | virtual |
| isDisabled() const | tgui::Widget | |
| isEnabled() const | tgui::Widget | |
| isFocused() const | tgui::Widget | |
| isLoaded() const | tgui::Widget | |
| isVisible() const | tgui::Widget | |
| ItemSelected enum value | tgui::ListBox | |
| ListBox() | tgui::ListBox | |
| ListBox(const ListBox ©) | tgui::ListBox | |
| ListBoxCallbacks enum name | tgui::ListBox | |
| load(const std::string &configFileFilename, const std::string §ionName="ListBox") | tgui::ListBox | |
| MouseEntered enum value | tgui::Widget | |
| MouseLeft enum value | tgui::Widget | |
| move(float offsetX, float offsetY) | tgui::Transformable | |
| move(const sf::Vector2f &offset) | tgui::Transformable | |
| moveToBack() | tgui::Widget | virtual |
| moveToFront() | tgui::Widget | virtual |
| None enum value | tgui::Widget | |
| operator=(const ListBox &right) | tgui::ListBox | |
| tgui::Widget::operator=(const Widget &right) | tgui::Widget | |
| removeAllItems() | tgui::ListBox | |
| removeItem(unsigned int index) | tgui::ListBox | |
| removeItem(const sf::String &itemName) | tgui::ListBox | |
| removeItemsById(int id) | tgui::ListBox | |
| removeScrollbar() | tgui::ListBox | |
| scale(float factorX, float factorY) | tgui::Transformable | |
| scale(const sf::Vector2f &factors) | tgui::Transformable | |
| setBackgroundColor(const sf::Color &backgroundColor) | tgui::ListBox | |
| setBorderColor(const sf::Color &borderColor) | tgui::ListBox | |
| setBorders(unsigned int leftBorder=0, unsigned int topBorder=0, unsigned int rightBorder=0, unsigned int bottomBorder=0) | tgui::ListBox | virtual |
| setCallbackId(unsigned int callbackId) | tgui::Widget | |
| setItemHeight(unsigned int itemHeight) | tgui::ListBox | |
| setMaximumItems(unsigned int maximumItems=0) | tgui::ListBox | |
| setPosition(float x, float y) | tgui::Transformable | virtual |
| setPosition(const sf::Vector2f &position) | tgui::Transformable | |
| setScrollbar(const std::string &scrollbarConfigFileFilename) | tgui::ListBox | |
| setSelectedBackgroundColor(const sf::Color &selectedBackgroundColor) | tgui::ListBox | |
| setSelectedItem(const sf::String &itemName) | tgui::ListBox | |
| setSelectedItem(int index) | tgui::ListBox | |
| setSelectedTextColor(const sf::Color &selectedTextColor) | tgui::ListBox | |
| setSize(float width, float height) | tgui::ListBox | virtual |
| setTextColor(const sf::Color &textColor) | tgui::ListBox | |
| setTextFont(const sf::Font &font) | tgui::ListBox | |
| setTransparency(unsigned char transparency) | tgui::ListBox | virtual |
| show() | tgui::Widget | virtual |
| Transformable() | tgui::Transformable | |
| unbindAllCallback() | tgui::CallbackManager | |
| unbindCallback(unsigned int trigger) | tgui::CallbackManager | |
| unfocus() | tgui::Widget | virtual |
| Unfocused enum value | tgui::Widget | |
| Widget() | tgui::Widget | |
| Widget(const Widget ©) | tgui::Widget | |
| WidgetBorders() | tgui::WidgetBorders | |
| WidgetCallbacks enum name | tgui::Widget | |
| ~ListBox() | tgui::ListBox | virtual |
| ~Transformable() | tgui::Transformable | virtual |
| ~Widget() | tgui::Widget | virtual |
| ~WidgetBorders() | tgui::WidgetBorders | virtual |