Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CAnimationShow.hpp
Go to the documentation of this file.
1#ifndef LIBS_GRAPHICSCOMP_CANIMATIONSHOW_HPP_
2#define LIBS_GRAPHICSCOMP_CANIMATIONSHOW_HPP_
3
5
7{
8public:
9 static void setAnimationShow(AbstractComponentGraphics *component);
10 static void setAnimationHide(AbstractComponentGraphics *component);
12};
13
14#endif /* LIBS_GRAPHICSCOMP_CANIMATIONSHOW_HPP_ */
Definition AbstractComponentGraphics.hpp:21
Definition CAnimationShow.hpp:7
static void setAnimationShowAndHide(AbstractComponentGraphics *component)
Definition CAnimationShow.cpp:146
static void setAnimationShow(AbstractComponentGraphics *component)
Definition CAnimationShow.cpp:130
static void setAnimationHide(AbstractComponentGraphics *component)
Definition CAnimationShow.cpp:138