#include <PSPFSplash.h>
Inherits PSPFGraphic.
Public Member Functions | |
| PSPFSplash () | |
| ~PSPFSplash () | |
| void | FadeInOut (char *filename, int tWait) |
| FadeInOut. | |
| void | FadeIn (char *filename, int tWait) |
| FadeIn. | |
| void | FadeOut (char *filename, int tWait) |
| FadeOut. | |
| void | ZoomIn (char *filename) |
| ZoomIn. | |
| void | ZoomOut (char *filename) |
| ZoomOut. | |
| void | ZoomScale (char *filename) |
| ZoomScale. | |
| void | Spin (char *filename, int tWait) |
| Spin. | |
| void | SlideUp (char *filename, int tWait) |
| SlideUp. | |
| void | SlideDown (char *filename, int tWait) |
| SlideDown. | |
| void | SlideLeft (char *filename, int tWait) |
| SlideLeft. | |
| void | SlideRight (char *filename, int tWait) |
| SlideRight. | |
| PSPFSplash::PSPFSplash | ( | ) |
| PSPFSplash::~PSPFSplash | ( | ) |
| void PSPFSplash::FadeInOut | ( | char * | filename, | |
| int | tWait | |||
| ) |
FadeInOut.
Make FadeIn Transition follow FadeOut Support image formats available on PSPFImage
| filename | name and path from image | |
| tWait | time to stop image between FadeIn and FadeOut |
| void PSPFSplash::FadeIn | ( | char * | filename, | |
| int | tWait | |||
| ) |
FadeIn.
Make FadeIn Transition Support image formats available on PSPFImage
| filename | name and path from image | |
| tWait | time to stop image after FadeIn |
| void PSPFSplash::FadeOut | ( | char * | filename, | |
| int | tWait | |||
| ) |
FadeOut.
Make FadeOut Transition Support image formats available on PSPFImage
| filename | name and path from image | |
| tWait | time to stop image before FadeOut |
| void PSPFSplash::ZoomIn | ( | char * | filename | ) |
ZoomIn.
Make ZoomIn Transition Support image formats available on PSPFImage
| filename | name and path from image |
| void PSPFSplash::ZoomOut | ( | char * | filename | ) |
ZoomOut.
Make ZoomOut Transition Support image formats available on PSPFImage
| filename | name and path from image |
| void PSPFSplash::ZoomScale | ( | char * | filename | ) |
ZoomScale.
Make ZoomIn Transition follow Scale Transition Support image formats available on PSPFImage
| filename | name and path from image |
| void PSPFSplash::Spin | ( | char * | filename, | |
| int | tWait | |||
| ) |
Spin.
Faz uma transicao de Spin Support image formats available on PSPFImage
| filename | name and path from image | |
| tWait | tempo de parada da imagem |
| void PSPFSplash::SlideUp | ( | char * | filename, | |
| int | tWait | |||
| ) |
SlideUp.
Make SlideUp Transition Support image formats available on PSPFImage
| filename | name and path from image | |
| tWait | time to stop image before slide |
| void PSPFSplash::SlideDown | ( | char * | filename, | |
| int | tWait | |||
| ) |
SlideDown.
Make SlideDown Transition Support image formats available on PSPFImage
| filename | name and path from image | |
| tWait | time to stop image before slide |
| void PSPFSplash::SlideLeft | ( | char * | filename, | |
| int | tWait | |||
| ) |
SlideLeft.
Make SlideLeft Transition Support image formats available on PSPFImage
| filename | name and path from image | |
| tWait | time to stop image before slide |
| void PSPFSplash::SlideRight | ( | char * | filename, | |
| int | tWait | |||
| ) |
SlideRight.
Make SlideRight Transition Support image formats available on PSPFImage
| filename | name and path from image | |
| tWait | time to stop image before slide |
1.5.3