TGUI/include/TGUI
Bruno Van de Velde a8b8c319f0 Added 'AnimationFinished' signal to Widget that will be called at end of showWithEffect or hideWithEffect animations
Usage:
  widget->connect("AnimationFinished", [](){});
  widget->connect("AnimationFinished", [](tgui::ShowAnimationType type){});
  widget->connect("AnimationFinished", [](bool visible){});
  widget->connect("AnimationFinished", [](tgui::ShowAnimationType type, bool visible){});

  The ShowAnimationType parameter is the same as passed to showWithEffect/hideWithEffect while the boolean will be true for showWithEffect and false for hideWithEffect
2018-07-24 20:24:12 +02:00
..
Aurora
Loading Fixed some more build warnings 2018-05-11 12:49:39 +02:00
Renderers Tab can now have different textures on hover 2018-05-21 17:10:12 +02:00
Widgets ScrollablePanel should try to pass mouse wheel events to child widgets 2018-07-24 19:24:51 +02:00
AbsoluteOrRelativeValue.hpp
Animation.hpp Added 'AnimationFinished' signal to Widget that will be called at end of showWithEffect or hideWithEffect animations 2018-07-24 20:24:12 +02:00
Any.hpp
Clipboard.hpp
Clipping.hpp
Color.hpp
Config.hpp
Container.hpp ScrollablePanel should try to pass mouse wheel events to child widgets 2018-07-24 19:24:51 +02:00
CopiedSharedPtr.hpp
DefaultFont.hpp
Exception.hpp
FloatRect.hpp
Font.hpp
Global.hpp
Gui.hpp
Layout.hpp
ObjectConverter.hpp
Outline.hpp
RendererDefines.hpp
Signal.hpp Added 'AnimationFinished' signal to Widget that will be called at end of showWithEffect or hideWithEffect animations 2018-07-24 20:24:12 +02:00
SignalImpl.hpp Fixed compilation with TDM GCC 5.1 2018-05-11 16:52:35 +02:00
Sprite.hpp Fixed some more build warnings 2018-05-11 12:49:39 +02:00
TGUI.hpp
Text.hpp Fixed some more build warnings 2018-05-11 12:49:39 +02:00
TextStyle.hpp
Texture.hpp
TextureData.hpp
TextureManager.hpp
ToolTip.hpp
Vector2f.hpp
Widget.hpp Added 'AnimationFinished' signal to Widget that will be called at end of showWithEffect or hideWithEffect animations 2018-07-24 20:24:12 +02:00
to_string.hpp