canGainFocus() const override | tgui::Label | virtual |
cast() const | tgui::Widget | inline |
cast() | tgui::Widget | inline |
clone() const override | tgui::Label | inlineprotectedvirtual |
ConstPtr typedef | tgui::Label | |
copy(Label::ConstPtr label) | tgui::Label | static |
tgui::ClickableWidget::copy(ClickableWidget::ConstPtr widget) | tgui::ClickableWidget | static |
create(String text="") | tgui::Label | static |
tgui::ClickableWidget::create(Layout2d size={"100%", "100%"}) | tgui::ClickableWidget | static |
draw(BackendRenderTargetBase &target, RenderStates states) const override | tgui::Label | virtual |
getAbsolutePosition() const | tgui::Widget | virtual |
getAutoSize() const | tgui::Label | |
getFullSize() const | tgui::Widget | virtual |
getHorizontalAlignment() const | tgui::Label | |
getInheritedFont() const | tgui::Widget | |
getInheritedOpacity() const | tgui::Widget | |
getMaximumTextWidth() const | tgui::Label | |
getMouseCursor() const | tgui::Widget | |
getOrigin() const | tgui::Widget | inline |
getParent() const | tgui::Widget | inline |
getParentGui() const | tgui::Widget | inline |
getPosition() const | tgui::Widget | inline |
getRenderer() | tgui::Label | |
getRotation() const | tgui::Widget | inline |
getRotationOrigin() const | tgui::Widget | |
getScale() const | tgui::Widget | inline |
getScaleOrigin() const | tgui::Widget | |
getScrollbarPolicy() const | tgui::Label | |
getSharedRenderer() | tgui::Label | |
getSignal(String signalName) override | tgui::Label | protectedvirtual |
getSize() const | tgui::Widget | inline |
getText() const | tgui::Label | |
getTextSize() const | tgui::Widget | virtual |
getToolTip() const | tgui::Widget | |
getUserData() const | tgui::Widget | inline |
getVerticalAlignment() const | tgui::Label | |
getWidgetName() const | tgui::Widget | |
getWidgetOffset() const | tgui::Widget | virtual |
getWidgetType() const | tgui::Widget | |
hideWithEffect(ShowAnimationType type, Duration duration) | tgui::Widget | |
HorizontalAlignment enum name | tgui::Label | |
ignoreMouseEvents(bool ignore=true) | tgui::Label | |
isAnimationPlaying() const | tgui::Widget | |
isContainer() const | tgui::Widget | |
isDraggableWidget() const | tgui::Widget | |
isEnabled() const | tgui::Widget | inline |
isFocusable() const | tgui::Widget | |
isFocused() const | tgui::Widget | inline |
isIgnoringMouseEvents() const | tgui::Label | |
isMouseDown() const | tgui::Widget | |
isMouseOnWidget(Vector2f pos) const override | tgui::Label | virtual |
isVisible() const | tgui::Widget | inline |
load(const std::unique_ptr< DataIO::Node > &node, const LoadingRenderersMap &renderers) override | tgui::Label | protectedvirtual |
mouseEnteredWidget() | tgui::Widget | protectedvirtual |
mouseLeftWidget() | tgui::Widget | protectedvirtual |
moveToBack() | tgui::Widget | |
moveToFront() | tgui::Widget | |
onAnimationFinish | tgui::Widget | |
onClick | tgui::ClickableWidget | |
onDoubleClick | tgui::Label | |
onFocus | tgui::Widget | |
onMouseEnter | tgui::Widget | |
onMouseLeave | tgui::Widget | |
onMousePress | tgui::ClickableWidget | |
onMouseRelease | tgui::ClickableWidget | |
onPositionChange | tgui::Widget | |
onRightClick | tgui::ClickableWidget | |
onRightMousePress | tgui::ClickableWidget | |
onRightMouseRelease | tgui::ClickableWidget | |
onSizeChange | tgui::Widget | |
onUnfocus | tgui::Widget | |
operator=(const Widget &) | tgui::Widget | |
operator=(Widget &&) | tgui::Widget | |
Ptr typedef | tgui::Label | |
rendererChanged(const String &property) override | tgui::Label | protectedvirtual |
save(SavingRenderersMap &renderers) const override | tgui::Label | protectedvirtual |
setAutoSize(bool autoSize) | tgui::Label | |
setEnabled(bool enabled) | tgui::Widget | virtual |
setFocusable(bool focusable) | tgui::Widget | |
setFocused(bool focused) | tgui::Widget | virtual |
setHeight(Layout height) | tgui::Widget | inline |
setHorizontalAlignment(HorizontalAlignment alignment) | tgui::Label | |
setInheritedFont(const Font &font) | tgui::Widget | |
setInheritedOpacity(float opacity) | tgui::Widget | |
setMaximumTextWidth(float maximumWidth) | tgui::Label | |
setMouseCursor(Cursor::Type cursor) | tgui::Widget | |
setOrigin(float x, float y) | tgui::Widget | inline |
setOrigin(Vector2f origin) | tgui::Widget | |
setPosition(const Layout2d &position) | tgui::Widget | virtual |
setPosition(Layout x, Layout y) | tgui::Widget | inline |
setRenderer(std::shared_ptr< RendererData > rendererData) | tgui::Widget | |
setRotation(float angle) | tgui::Widget | |
setRotation(float angle, Vector2f origin) | tgui::Widget | |
setScale(Vector2f scaleFactors) | tgui::Widget | |
setScale(Vector2f scaleFactors, Vector2f origin) | tgui::Widget | |
setScale(float scaleFactor) | tgui::Widget | inline |
setScale(float scaleFactor, Vector2f origin) | tgui::Widget | inline |
setScrollbarPolicy(Scrollbar::Policy policy) | tgui::Label | |
setSize(const Layout2d &size) override | tgui::Label | virtual |
setSize(const Layout2d &size) | tgui::Label | |
setSize(Layout width, Layout height) | tgui::Label | inline |
tgui::ClickableWidget::setSize(Layout width, Layout height) | tgui::Widget | inline |
setText(const String &text) | tgui::Label | |
setTextSize(unsigned int size) override | tgui::Label | virtual |
setToolTip(Widget::Ptr toolTip) | tgui::Widget | |
setUserData(Any userData) | tgui::Widget | inline |
setVerticalAlignment(VerticalAlignment alignment) | tgui::Label | |
setVisible(bool visible) | tgui::Widget | virtual |
setWidgetName(const String &name) | tgui::Widget | |
setWidth(Layout width) | tgui::Widget | inline |
showWithEffect(ShowAnimationType type, Duration duration) | tgui::Widget | |
VerticalAlignment enum name | tgui::Label | |
Widget(const Widget &) | tgui::Widget | |
Widget(Widget &&) | tgui::Widget | |
~Widget() | tgui::Widget | virtual |