Simple GUI Library
Sgl::Text Member List

This is the complete list of members for Sgl::Text, including all inherited members.

buildEventDispatchChain(Sml::EventDispatchChain *chain) override (defined in Sgl::Component)Sgl::Componentvirtual
Component()=default (defined in Sgl::Component)Sgl::Component
computeLocalToScenePos(const Sml::Vec2i &localPos) const (defined in Sgl::Component)Sgl::Component
computeMaxHeight(int32_t width=-1) const override final (defined in Sgl::Shape)Sgl::Shapevirtual
computeMaxWidth(int32_t height=-1) const override final (defined in Sgl::Shape)Sgl::Shapevirtual
computeMinHeight(int32_t width=-1) const override final (defined in Sgl::Shape)Sgl::Shapevirtual
computeMinWidth(int32_t height=-1) const override final (defined in Sgl::Shape)Sgl::Shapevirtual
computePrefHeight(int32_t width=-1) const override final (defined in Sgl::Text)Sgl::Textvirtual
computePrefWidth(int32_t height=-1) const override final (defined in Sgl::Text)Sgl::Textvirtual
computeScenePos() (defined in Sgl::Component)Sgl::Component
computeSceneToLocalPos(const Sml::Vec2i &scenePos) const (defined in Sgl::Component)Sgl::Component
containsComponent(Component *component) (defined in Sgl::Component)Sgl::Componentvirtual
getBackground() const (defined in Sgl::Shape)Sgl::Shape
getBorder() const (defined in Sgl::Shape)Sgl::Shape
getColor() const (defined in Sgl::Text)Sgl::Text
getEventDispatcher() (defined in Sgl::Component)Sgl::Component
getFillColor() const (defined in Sgl::Shape)Sgl::Shape
getFont() const (defined in Sgl::Text)Sgl::Text
getHeight() const (defined in Sgl::Text)Sgl::Text
getHitComponent(int32_t x, int32_t y) (defined in Sgl::Component)Sgl::Componentvirtual
getLayoutBounds() const (defined in Sgl::Component)Sgl::Component
getLayoutHeight() const (defined in Sgl::Component)Sgl::Component
getLayoutPos() const (defined in Sgl::Component)Sgl::Component
getLayoutWidth() const (defined in Sgl::Component)Sgl::Component
getLayoutX() const (defined in Sgl::Component)Sgl::Component
getLayoutY() const (defined in Sgl::Component)Sgl::Component
getModifiableParent() (defined in Sgl::Component)Sgl::Component
getOriginBounds() const (defined in Sgl::Component)Sgl::Component
getParent() const (defined in Sgl::Component)Sgl::Component
getScene() (defined in Sgl::Component)Sgl::Component
getShadow() const (defined in Sgl::Component)Sgl::Component
getStr() const (defined in Sgl::Text)Sgl::Text
getVisibility() const (defined in Sgl::Component)Sgl::Component
getWidth() const (defined in Sgl::Text)Sgl::Text
getWrapWidth() const (defined in Sgl::Text)Sgl::Text
isFocused() const (defined in Sgl::Component)Sgl::Component
isHovered() const (defined in Sgl::Component)Sgl::Component
isInteractable() const (defined in Sgl::Component)Sgl::Component
isResizable() const override final (defined in Sgl::Shape)Sgl::Shapevirtual
isVisible() const (defined in Sgl::Component)Sgl::Component
layout() override final (defined in Sgl::Shape)Sgl::Shapevirtual
m_Background (defined in Sgl::Shape)Sgl::Shapeprotected
m_Border (defined in Sgl::Shape)Sgl::Shapeprotected
m_Dispatcher (defined in Sgl::Component)Sgl::Componentprotected
m_FillColor (defined in Sgl::Shape)Sgl::Shapeprotected
m_Focused (defined in Sgl::Component)Sgl::Componentprotected
m_Hovered (defined in Sgl::Component)Sgl::Componentprotected
m_LayoutBounds (defined in Sgl::Component)Sgl::Componentprotected
m_Parent (defined in Sgl::Component)Sgl::Componentprotected
m_Scene (defined in Sgl::Component)Sgl::Componentprotected
m_Shadow (defined in Sgl::Component)Sgl::Componentprotected
m_Visibility (defined in Sgl::Component)Sgl::Componentprotected
prerender() override (defined in Sgl::Text)Sgl::Textvirtual
render(const Sml::Rectangle< int32_t > &targetRegion) override (defined in Sgl::Text)Sgl::Textvirtual
renderShadow(const Sml::Rectangle< int32_t > &targetRegion) (defined in Sgl::Component)Sgl::Componentprotected
requestDrag() (defined in Sgl::Component)Sgl::Component
requestFocus() (defined in Sgl::Component)Sgl::Component
Scene (defined in Sgl::Component)Sgl::Component
setBackground(const Background *background) (defined in Sgl::Shape)Sgl::Shape
setBorder(const Border *border) (defined in Sgl::Shape)Sgl::Shape
setColor(Sml::Color color) (defined in Sgl::Text)Sgl::Text
setFillColor(Sml::Color color) (defined in Sgl::Shape)Sgl::Shape
setFont(const Sml::Font &font) (defined in Sgl::Text)Sgl::Text
setInteractable(bool interactable) (defined in Sgl::Component)Sgl::Component
setLayoutHeight(int32_t height) (defined in Sgl::Component)Sgl::Component
setLayoutWidth(int32_t width) (defined in Sgl::Component)Sgl::Component
setLayoutX(int32_t x) (defined in Sgl::Component)Sgl::Component
setLayoutY(int32_t y) (defined in Sgl::Component)Sgl::Component
setParent(Parent *parent) (defined in Sgl::Component)Sgl::Component
setScene(Scene *scene) (defined in Sgl::Component)Sgl::Component
setSceneInSceneTree(Scene *scene) (defined in Sgl::Component)Sgl::Componentprotectedvirtual
setShadow(const ShadowSpecification *specification) (defined in Sgl::Component)Sgl::Component
setString(const char *str) (defined in Sgl::Text)Sgl::Text
setVisibility(Visibility visibility) (defined in Sgl::Component)Sgl::Component
setVisible(bool visible) (defined in Sgl::Component)Sgl::Component
setWrapWidth(size_t wrapWidth) (defined in Sgl::Text)Sgl::Text
Shape(Sml::Color fillColor=Sml::COLOR_TRANSPARENT) (defined in Sgl::Shape)Sgl::Shape
Shape(const Background *background) (defined in Sgl::Shape)Sgl::Shape
Text(const Sml::Font &font, const char *string, Sml::Color color=Sml::COLOR_BLACK) (defined in Sgl::Text)Sgl::Text
Text(const char *string, Sml::Color color=Sml::COLOR_BLACK) (defined in Sgl::Text)Sgl::Text
UNLIMITED_SIZE (defined in Sgl::Component)Sgl::Componentstatic
updateShadow() (defined in Sgl::Component)Sgl::Componentprotected
USE_COMPUTED_SIZE (defined in Sgl::Component)Sgl::Componentstatic
Visibility enum nameSgl::Component
~Component()=default (defined in Sgl::Component)Sgl::Componentvirtual
~Shape() override=default (defined in Sgl::Shape)Sgl::Shapevirtual