| addLine(const sf::String &text) | tgui::ChatBox | |
| addLine(const sf::String &text, unsigned int textSize) | tgui::ChatBox | |
| addLine(const sf::String &text, const sf::Color &color) | tgui::ChatBox | |
| addLine(const sf::String &text, const sf::Color &color, unsigned int textSize, const sf::Font *font=nullptr) | tgui::ChatBox | |
| AllChatBoxCallbacks enum value | tgui::ChatBox | |
| 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 |
| ChatBox() | tgui::ChatBox | |
| ChatBox(const ChatBox ©) | tgui::ChatBox | |
| ChatBoxCallbacks enum name | tgui::ChatBox | |
| 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::ChatBox | |
| getBorderColor() const | tgui::ChatBox | |
| getBorders() const | tgui::WidgetBorders | virtual |
| getCallbackId() | tgui::Widget | |
| getFullSize() const | tgui::ChatBox | virtual |
| getLine(unsigned int lineIndex) | tgui::ChatBox | |
| getLineAmount() | tgui::ChatBox | |
| getLoadedConfigFile() const | tgui::ChatBox | |
| getParent() const | tgui::Widget | |
| getPosition() const | tgui::Transformable | |
| getSize() const | tgui::ChatBox | virtual |
| getTextColor() const | tgui::ChatBox | |
| getTextFont() const | tgui::ChatBox | |
| getTextSize() const | tgui::ChatBox | |
| 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="ChatBox") | tgui::ChatBox | |
| 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 ChatBox &right) | tgui::ChatBox | |
| tgui::Widget::operator=(const Widget &right) | tgui::Widget | |
| removeAllLines() | tgui::ChatBox | |
| removeLine(unsigned int lineIndex) | tgui::ChatBox | |
| removeScrollbar() | tgui::ChatBox | |
| scale(float factorX, float factorY) | tgui::Transformable | |
| scale(const sf::Vector2f &factors) | tgui::Transformable | |
| setBackgroundColor(const sf::Color &backgroundColor) | tgui::ChatBox | |
| setBorderColor(const sf::Color &borderColor) | tgui::ChatBox | |
| setBorders(unsigned int leftBorder=0, unsigned int topBorder=0, unsigned int rightBorder=0, unsigned int bottomBorder=0) | tgui::ChatBox | virtual |
| setCallbackId(unsigned int callbackId) | tgui::Widget | |
| setLineLimit(unsigned int maxLines) | tgui::ChatBox | |
| setLineSpacing(unsigned int lineSpacing) | tgui::ChatBox | |
| setLinesStartFromBottom(bool startFromBottom) | tgui::ChatBox | |
| setPosition(float x, float y) | tgui::Transformable | virtual |
| setPosition(const sf::Vector2f &position) | tgui::Transformable | |
| setScrollbar(const std::string &scrollbarConfigFileFilename) | tgui::ChatBox | |
| setSize(float width, float height) | tgui::ChatBox | virtual |
| setTextColor(const sf::Color &color) | tgui::ChatBox | |
| setTextFont(const sf::Font &font) | tgui::ChatBox | |
| setTextSize(unsigned int size) | tgui::ChatBox | |
| setTransparency(unsigned char transparency) | tgui::ChatBox | 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 | |
| ~ChatBox() | tgui::ChatBox | virtual |
| ~Transformable() | tgui::Transformable | virtual |
| ~Widget() | tgui::Widget | virtual |
| ~WidgetBorders() | tgui::WidgetBorders | virtual |