Gamedev Framework (gf)
0.14.0
A C++14 framework for 2D games
gf
TextButtonWidget
gf::TextButtonWidget Member List
This is the complete list of members for
gf::TextButtonWidget
, including all inherited members.
contains
(Vector2f coords) override
gf::TextButtonWidget
virtual
draw
(RenderTarget &target, const RenderStates &states) override
gf::TextButtonWidget
virtual
getInverseTransform
() const
gf::Transformable
getLocalBounds
() const
gf::TextWidget
inline
getOrigin
() const
gf::Transformable
inline
getPosition
() const
gf::Transformable
inline
getRotation
() const
gf::Transformable
inline
getScale
() const
gf::Transformable
inline
getState
() const noexcept
gf::Widget
inline
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::TextButtonWidget
protected
virtual
rotate
(float angle)
gf::Transformable
scale
(Vector2f factors)
gf::Transformable
scale
(float factor)
gf::Transformable
inline
setAnchor
(Anchor anchor)
gf::TextWidget
setBackgroundOutlineThickness
(float thickness)
gf::TextButtonWidget
setCallback
(std::function< void()> callback)
gf::Widget
setDefault
()
gf::Widget
setDefaultBackgroundColor
(const Color4f &color)
gf::TextButtonWidget
setDefaultBackgroundOutlineColor
(const Color4f &color)
gf::TextButtonWidget
setDefaultTextColor
(const Color4f &color)
gf::TextWidget
setDefaultTextOutlineColor
(const Color4f &color)
gf::TextWidget
setDisabled
()
gf::Widget
setDisabledBackgroundColor
(const Color4f &color)
gf::TextButtonWidget
setDisabledBackgroundOutlineColor
(const Color4f &color)
gf::TextButtonWidget
setDisabledTextColor
(const Color4f &color)
gf::TextWidget
setDisabledTextOutlineColor
(const Color4f &color)
gf::TextWidget
setOrigin
(Vector2f origin)
gf::Transformable
setOriginFromAnchorAndBounds
(Anchor anchor, const RectF &bounds)
gf::Transformable
protected
setPadding
(float padding)
gf::TextButtonWidget
inline
setPosition
(Vector2f position)
gf::Transformable
setRadius
(float radius)
gf::TextButtonWidget
inline
setRotation
(float angle)
gf::Transformable
setScale
(Vector2f factors)
gf::Transformable
setScale
(float factor)
gf::Transformable
inline
setSelected
()
gf::Widget
setSelectedBackgroundColor
(const Color4f &color)
gf::TextButtonWidget
setSelectedBackgroundOutlineColor
(const Color4f &color)
gf::TextButtonWidget
setSelectedTextColor
(const Color4f &color)
gf::TextWidget
setSelectedTextOutlineColor
(const Color4f &color)
gf::TextWidget
setState
(WidgetState state)
gf::Widget
setTextOutlineThickness
(float thickness)
gf::TextWidget
TextButtonWidget
(std::string text, Font &font, unsigned characterSize=30)
gf::TextButtonWidget
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::TextButtonWidget
protected
Widget
()
gf::Widget
~Drawable
()
gf::Drawable
virtual
Generated by
1.8.13