| addText(const sf::String &text) | tgui::TextBox | |
| AllTextBoxCallbacks enum value | tgui::TextBox | |
| 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(50, 50, 50), const sf::Color &textColor=sf::Color(0, 0, 0), const sf::Color &selectedTextColor=sf::Color(255, 255, 255), const sf::Color &selectedTextBackgroundColor=sf::Color(10, 110, 255), const sf::Color &borderColor=sf::Color(0, 0, 0), const sf::Color &selectionPointColor=sf::Color(110, 110, 255)) | tgui::TextBox | |
| 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::TextBox | |
| getBorderColor() const | tgui::TextBox | |
| getBorders() const | tgui::WidgetBorders | virtual |
| getCallbackId() | tgui::Widget | |
| getFullSize() const | tgui::TextBox | virtual |
| getLoadedConfigFile() const | tgui::TextBox | |
| getMaximumCharacters() const | tgui::TextBox | |
| getParent() const | tgui::Widget | |
| getPosition() const | tgui::Transformable | |
| getSelectedTextBackgroundColor() const | tgui::TextBox | |
| getSelectedTextColor() const | tgui::TextBox | |
| getSelectionPointColor() const | tgui::TextBox | |
| getSelectionPointWidth() const | tgui::TextBox | |
| getSize() const | tgui::TextBox | virtual |
| getText() const | tgui::TextBox | |
| getTextColor() const | tgui::TextBox | |
| getTextFont() const | tgui::TextBox | |
| getTextSize() const | tgui::TextBox | |
| 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 | |
| load(const std::string &configFileFilename, const std::string §ionName="TextBox") | tgui::TextBox | |
| 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 TextBox &right) | tgui::TextBox | |
| tgui::Widget::operator=(const Widget &right) | tgui::Widget | |
| removeScrollbar() | tgui::TextBox | |
| scale(float factorX, float factorY) | tgui::Transformable | |
| scale(const sf::Vector2f &factors) | tgui::Transformable | |
| setBackgroundColor(const sf::Color &backgroundColor) | tgui::TextBox | |
| setBorderColor(const sf::Color &borderColor) | tgui::TextBox | |
| setBorders(unsigned int leftBorder=0, unsigned int topBorder=0, unsigned int rightBorder=0, unsigned int bottomBorder=0) | tgui::TextBox | virtual |
| setCallbackId(unsigned int callbackId) | tgui::Widget | |
| setMaximumCharacters(unsigned int maxChars=0) | tgui::TextBox | |
| setPosition(float x, float y) | tgui::Transformable | virtual |
| setPosition(const sf::Vector2f &position) | tgui::Transformable | |
| setReadOnly(bool readOnly=true) | tgui::TextBox | |
| setScrollbar(const std::string &scrollbarConfigFileFilename) | tgui::TextBox | |
| setSelectedTextBackgroundColor(const sf::Color &selectedTextBackgroundColor) | tgui::TextBox | |
| setSelectedTextColor(const sf::Color &selectedTextColor) | tgui::TextBox | |
| setSelectionPointColor(const sf::Color &selectionPointColor) | tgui::TextBox | |
| setSelectionPointPosition(unsigned int charactersBeforeSelectionPoint) | tgui::TextBox | |
| setSelectionPointWidth(unsigned int width=2) | tgui::TextBox | |
| setSize(float width, float height) | tgui::TextBox | virtual |
| setText(const sf::String &text) | tgui::TextBox | |
| setTextColor(const sf::Color &textColor) | tgui::TextBox | |
| setTextFont(const sf::Font &font) | tgui::TextBox | |
| setTextSize(unsigned int size) | tgui::TextBox | |
| setTransparency(unsigned char transparency) | tgui::TextBox | virtual |
| show() | tgui::Widget | virtual |
| TextBox() | tgui::TextBox | |
| TextBox(const TextBox ©) | tgui::TextBox | |
| TextBoxCallbacks enum name | tgui::TextBox | |
| TextChanged enum value | tgui::TextBox | |
| 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 | |
| ~TextBox() | tgui::TextBox | virtual |
| ~Transformable() | tgui::Transformable | virtual |
| ~Widget() | tgui::Widget | virtual |
| ~WidgetBorders() | tgui::WidgetBorders | virtual |