This is the complete list of members for tgui::ComboBox, including all inherited members.
| addItem(const sf::String &itemName) | tgui::ComboBox | 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::ComboBox | virtual |
| ComboBox() | tgui::ComboBox | |
| ComboBox(const ComboBox ©) | tgui::ComboBox | |
| disable() | tgui::OBJECT | virtual |
| enable() | tgui::OBJECT | virtual |
| focus() | tgui::OBJECT | |
| focusNextObject() | tgui::OBJECT | |
| getBackgroundColor() const | tgui::ComboBox | virtual |
| getBorderColor() const | tgui::ComboBox | virtual |
| getBorders() const | tgui::OBJECT_BORDERS | virtual |
| getItem(unsigned int id) const | tgui::ComboBox | virtual |
| getItemID(const sf::String &itemName) const | tgui::ComboBox | virtual |
| getItems() const | tgui::ComboBox | virtual |
| getItemsToDisplay() const | tgui::ComboBox | virtual |
| getLoadedPathname() const | tgui::ComboBox | virtual |
| getLoadedScrollbarPathname() const | tgui::ComboBox | virtual |
| getMaximumItems() const | tgui::ComboBox | virtual |
| getObjectType() const | tgui::OBJECT | virtual |
| getScaledSize() const | tgui::ComboBox | virtual |
| getSelectedBackgroundColor() const | tgui::ComboBox | virtual |
| getSelectedItem() const | tgui::ComboBox | virtual |
| getSelectedItemID() const | tgui::ComboBox | virtual |
| getSelectedTextColor() const | tgui::ComboBox | virtual |
| getSize() const | tgui::ComboBox | virtual |
| getTextColor() const | tgui::ComboBox | virtual |
| getTextFont() const | tgui::ComboBox | 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 |
| load(const std::string &comboBoxPathname, float width, float height, unsigned int nrOfItemsInListToDisplay=10, const std::string &scrollbarPathname="") | tgui::ComboBox | virtual |
| moveToBack() | tgui::OBJECT | virtual |
| moveToFront() | tgui::OBJECT | virtual |
| OBJECT() | tgui::OBJECT | |
| OBJECT(const OBJECT ©) | tgui::OBJECT | |
| OBJECT_BORDERS() | tgui::OBJECT_BORDERS | |
| operator=(const ComboBox &right) | tgui::ComboBox | |
| tgui::OBJECT::operator=(const OBJECT &right) | tgui::OBJECT | |
| removeAllItems() | tgui::ComboBox | virtual |
| removeItem(unsigned int id) | tgui::ComboBox | virtual |
| removeItem(const sf::String &itemName) | tgui::ComboBox | virtual |
| removeScrollbar() | tgui::ComboBox | virtual |
| setBackgroundColor(const sf::Color &backgroundColor) | tgui::ComboBox | virtual |
| setBorderColor(const sf::Color &borderColor) | tgui::ComboBox | virtual |
| setBorders(unsigned int leftBorder=0, unsigned int topBorder=0, unsigned int rightBorder=0, unsigned int bottomBorder=0) | tgui::ComboBox | virtual |
| setItemsToDisplay(unsigned int nrOfItemsInListToDisplay) | tgui::ComboBox | virtual |
| setMaximumItems(unsigned int maximumItems=0) | tgui::ComboBox | virtual |
| setScrollbar(const std::string &scrollbarPathname) | tgui::ComboBox | virtual |
| setSelectedBackgroundColor(const sf::Color &selectedBackgroundColor) | tgui::ComboBox | virtual |
| setSelectedItem(const sf::String &itemName) | tgui::ComboBox | virtual |
| setSelectedItem(unsigned int id) | tgui::ComboBox | virtual |
| setSelectedTextColor(const sf::Color &selectedTextColor) | tgui::ComboBox | virtual |
| setSize(float width, float height) | tgui::ComboBox | virtual |
| setTextColor(const sf::Color &textColor) | tgui::ComboBox | virtual |
| setTextFont(const sf::Font &font) | tgui::ComboBox | virtual |
| show() | tgui::OBJECT | virtual |
| unfocus() | tgui::OBJECT | |
| ~ComboBox() | tgui::ComboBox | virtual |
| ~OBJECT() | tgui::OBJECT | virtual |
1.8.5