Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CAnimationTraslate.hpp
Go to the documentation of this file.
1#ifndef LIBS_GRAPHICSCOMP_CANIMATIONTRASLATE_HPP_
2#define LIBS_GRAPHICSCOMP_CANIMATIONTRASLATE_HPP_
3
5
7{
8public:
9 static void setAnimationShow(AbstractComponentGraphics *component, double dx,
10 double dy);
11 static void setAnimationHide(AbstractComponentGraphics *component, double dx,
12 double dy);
13};
14
15#endif /* LIBS_GRAPHICSCOMP_CANIMATIONTRASLATE_HPP_ */
Definition AbstractComponentGraphics.hpp:21
Definition CAnimationTraslate.hpp:7
static void setAnimationHide(AbstractComponentGraphics *component, double dx, double dy)
Definition CAnimationTraslate.cpp:142
static void setAnimationShow(AbstractComponentGraphics *component, double dx, double dy)
Definition CAnimationTraslate.cpp:132