| 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 Font &font=nullptr) | tgui::ChatBox | |
| attachTheme(std::shared_ptr< BaseTheme > theme) | tgui::Widget | protected |
| ChatBox(const ChatBox ©) | tgui::ChatBox | |
| clone() const override | tgui::ChatBox | inlineprotectedvirtual |
| connect(const std::string &signalNames, Func func, Args... args) | tgui::SignalWidgetBase | inline |
| connectEx(const std::string &signalName, Func func, Args... args) | tgui::SignalWidgetBase | inline |
| ConstPtr typedef | tgui::ChatBox | |
| copy(ChatBox::ConstPtr chatBox) | tgui::ChatBox | static |
| create() | tgui::ChatBox | static |
| detachTheme() | tgui::Widget | |
| disable(bool blockMouseEvents=true) | tgui::Widget | virtual |
| disconnect(unsigned int id) | tgui::SignalWidgetBase | |
| disconnectAll(const std::string &signalName) | tgui::SignalWidgetBase | |
| disconnectAll() | tgui::SignalWidgetBase | |
| enable() | tgui::Widget | virtual |
| focus() | tgui::Widget | virtual |
| getAbsolutePosition() const | tgui::Widget | virtual |
| getFont() const | tgui::Widget | |
| getFullSize() const override | tgui::ChatBox | virtual |
| getLine(std::size_t lineIndex) const | tgui::ChatBox | |
| getLineAmount() | tgui::ChatBox | |
| getLineColor(std::size_t lineIndex) const | tgui::ChatBox | |
| getLineFont(std::size_t lineIndex) const | tgui::ChatBox | |
| getLineLimit() | tgui::ChatBox | |
| getLinesStartFromTop() const | tgui::ChatBox | |
| getLineTextSize(std::size_t lineIndex) const | tgui::ChatBox | |
| getNewLinesBelowOthers() const | tgui::ChatBox | |
| getOpacity() const | tgui::Widget | inline |
| getParent() const | tgui::Widget | inline |
| getPosition() const | tgui::Transformable | inline |
| getPrimaryLoadingParameter() const | tgui::Widget | inline |
| getRenderer() const | tgui::ChatBox | inline |
| getScrollbar() const | tgui::ChatBox | |
| getSecondaryLoadingParameter() const | tgui::Widget | inline |
| getSize() const | tgui::Transformable | inlinevirtual |
| getTextColor() const | tgui::ChatBox | inline |
| getTextSize() const | tgui::ChatBox | inline |
| getTheme() const | tgui::Widget | inline |
| getToolTip() | tgui::Widget | |
| getWidgetOffset() const override | tgui::ChatBox | virtual |
| getWidgetType() const | tgui::Widget | inline |
| hide() | tgui::Widget | virtual |
| hideWithEffect(ShowAnimationType type, sf::Time duration) | tgui::Widget | virtual |
| isEnabled() const | tgui::Widget | inline |
| isFocused() const | tgui::Widget | inline |
| isVisible() const | tgui::Widget | inline |
| move(const Layout2d &offset) | tgui::Transformable | |
| move(const Layout &x, const Layout &y) | tgui::Transformable | |
| moveToBack() | tgui::Widget | virtual |
| moveToFront() | tgui::Widget | virtual |
| operator=(const ChatBox &right) | tgui::ChatBox | |
| tgui::Widget::operator=(const Widget &right) | tgui::Widget | |
| tgui::SignalWidgetBase::operator=(const SignalWidgetBase &right) | tgui::SignalWidgetBase | |
| Ptr typedef | tgui::ChatBox | |
| reload(const std::string &primary="", const std::string &secondary="", bool force=false) override | tgui::ChatBox | protectedvirtual |
| removeAllLines() | tgui::ChatBox | |
| removeLine(std::size_t lineIndex) | tgui::ChatBox | |
| scale(const Layout2d &factors) | tgui::Transformable | |
| scale(const Layout &x, const Layout &y) | tgui::Transformable | |
| setFont(const Font &font) override | tgui::ChatBox | virtual |
| setLineLimit(std::size_t maxLines) | tgui::ChatBox | |
| setLinesStartFromTop(bool startFromTop=true) | tgui::ChatBox | |
| setNewLinesBelowOthers(bool newLinesBelowOthers=true) | tgui::ChatBox | |
| setOpacity(float opacity) override | tgui::ChatBox | virtual |
| setPosition(const Layout2d &position) override | tgui::Widget | virtual |
| setPosition(const Layout2d &position) | tgui::Widget | virtual |
| setPosition(const Layout &x, const Layout &y) | tgui::Widget | inline |
| setScrollbar(Scrollbar::Ptr scrollbar) | tgui::ChatBox | |
| setSize(const Layout2d &size) override | tgui::ChatBox | virtual |
| setSize(const Layout2d &size) | tgui::ChatBox | virtual |
| setSize(const Layout &width, const Layout &height) | tgui::ChatBox | inline |
| setTextColor(const Color &color) | tgui::ChatBox | |
| setTextSize(unsigned int size) | tgui::ChatBox | |
| setToolTip(Widget::Ptr toolTip) | tgui::Widget | |
| show() | tgui::Widget | virtual |
| showWithEffect(ShowAnimationType type, sf::Time duration) | tgui::Widget | virtual |
| SignalWidgetBase()=default | tgui::SignalWidgetBase | |
| SignalWidgetBase(const SignalWidgetBase ©) | tgui::SignalWidgetBase | |
| unfocus() | tgui::Widget | virtual |
| Widget() | tgui::Widget | |
| Widget(const Widget ©) | tgui::Widget | |
| ~Transformable() | tgui::Transformable | virtual |
| ~Widget() | tgui::Widget | |