Gamedev Framework (gf)
1.2.0
A C++17 framework for 2D games
gf
TextWidget
gf::TextWidget Member List
This is the complete list of members for
gf::TextWidget
, including all inherited members.
contains
(Vector2f coords) override
gf::TextWidget
virtual
draw
(RenderTarget &target, const RenderStates &states) override
gf::TextWidget
virtual
getAlignment
() const
gf::TextWidget
getCharacterSize
() const
gf::TextWidget
getInverseTransform
() const
gf::Transformable
getLetterSpacing
() const
gf::TextWidget
getLineSpacing
() const
gf::TextWidget
getLocalBounds
() const
gf::TextWidget
inline
getOrigin
() const
gf::Transformable
inline
getParagraphWidth
() const
gf::TextWidget
getPosition
() const
gf::Transformable
inline
getRotation
() const
gf::Transformable
inline
getScale
() const
gf::Transformable
inline
getState
() const noexcept
gf::Widget
inline
getString
() const
gf::TextWidget
getText
()
gf::TextWidget
inline
protected
getTransform
() const
gf::Transformable
isDefault
() const noexcept
gf::Widget
inline
isDisabled
() const noexcept
gf::Widget
inline
isSelected
() const
gf::Widget
inline
move
(Vector2f offset)
gf::Transformable
onStateChanged
() override
gf::TextWidget
protected
virtual
rotate
(float angle)
gf::Transformable
scale
(Vector2f factors)
gf::Transformable
scale
(float factor)
gf::Transformable
inline
setAlignment
(Alignment align)
gf::TextWidget
setAnchor
(Anchor anchor)
gf::TextWidget
setCallback
(std::function< void()> callback)
gf::Widget
setCharacterSize
(unsigned characterSize)
gf::TextWidget
setDefault
()
gf::Widget
setDefaultTextColor
(const Color4f &color)
gf::TextWidget
setDefaultTextOutlineColor
(const Color4f &color)
gf::TextWidget
setDisabled
()
gf::Widget
setDisabledTextColor
(const Color4f &color)
gf::TextWidget
setDisabledTextOutlineColor
(const Color4f &color)
gf::TextWidget
setLetterSpacing
(float spacingFactor)
gf::TextWidget
setLineSpacing
(float spacingFactor)
gf::TextWidget
setOrigin
(Vector2f origin)
gf::Transformable
setOriginFromAnchorAndBounds
(Anchor anchor, const RectF &bounds)
gf::Transformable
protected
setParagraphWidth
(float paragraphWidth)
gf::TextWidget
setPosition
(Vector2f position)
gf::Transformable
setRotation
(float angle)
gf::Transformable
setScale
(Vector2f factors)
gf::Transformable
setScale
(float factor)
gf::Transformable
inline
setSelected
()
gf::Widget
setSelectedTextColor
(const Color4f &color)
gf::TextWidget
setSelectedTextOutlineColor
(const Color4f &color)
gf::TextWidget
setState
(WidgetState state)
gf::Widget
setString
(std::string string)
gf::TextWidget
setTextOutlineThickness
(float thickness)
gf::TextWidget
TextWidget
(std::string text, Font &font, unsigned characterSize=30)
gf::TextWidget
Transformable
()
gf::Transformable
triggerCallback
()
gf::Widget
triggered
()
gf::Widget
protected
virtual
updateColors
(Color4f textColor, Color4f outlineColor)
gf::TextWidget
protected
updateCurrentStateColors
()
gf::TextWidget
protected
updateGeometry
()
gf::TextWidget
protected
Widget
()
gf::Widget
~Drawable
()
gf::Drawable
virtual
Generated by
1.9.4