#include <SlideShowPictureGLES.h>
|
| CSlideShowPicGLES ()=default |
|
| ~CSlideShowPicGLES () override=default |
|
| CSlideShowPic () |
|
virtual | ~CSlideShowPic () |
|
void | SetTexture (int iSlideNumber, std::unique_ptr< CTexture > pTexture, DISPLAY_EFFECT dispEffect=EFFECT_RANDOM, TRANSITION_EFFECT transEffect=FADEIN_FADEOUT) |
|
void | UpdateTexture (std::unique_ptr< CTexture > pTexture) |
|
bool | IsLoaded () const |
|
void | UnLoad () |
|
void | Process (unsigned int currentTime, CDirtyRegionList &dirtyregions) |
|
void | Render () |
|
void | Close () |
|
void | Reset (DISPLAY_EFFECT dispEffect=EFFECT_RANDOM, TRANSITION_EFFECT transEffect=FADEIN_FADEOUT) |
|
DISPLAY_EFFECT | DisplayEffect () const |
|
bool | DisplayEffectNeedChange (DISPLAY_EFFECT newDispEffect) const |
|
bool | IsStarted () const |
|
bool | IsFinished () const |
|
bool | IsAnimating () const |
|
bool | DrawNextImage () const |
|
int | GetWidth () const |
|
int | GetHeight () const |
|
void | Keep () |
|
bool | StartTransition () |
|
int | GetTransitionTime (int iType) const |
|
void | SetTransitionTime (int iType, int iTime) |
|
int | SlideNumber () const |
|
void | Zoom (float fZoomAmount, bool immediate=false) |
|
void | Rotate (float fRotateAngle, bool immediate=false) |
|
void | UpdateAlpha () |
|
void | Pause (bool bPause) |
|
void | SetInSlideshow (bool slideshow) |
|
void | SetOriginalSize (int iOriginalWidth, int iOriginalHeight, bool bFullSize) |
|
bool | FullSize () const |
|
int | GetOriginalWidth () |
|
int | GetOriginalHeight () |
|
void | Move (float dX, float dY) |
|
float | GetZoom () const |
|
◆ CSlideShowPicGLES()
CSlideShowPicGLES::CSlideShowPicGLES |
( |
| ) |
|
|
default |
◆ ~CSlideShowPicGLES()
CSlideShowPicGLES::~CSlideShowPicGLES |
( |
| ) |
|
|
overridedefault |
◆ Render()
The documentation for this class was generated from the following files: