AlbumShaper 1.0a3
presentationWidget.h File Reference
#include <qwidget.h>
#include <qimage.h>
#include <qpixmap.h>
#include <qdatetime.h>
#include <qmutex.h>
Include dependency graph for presentationWidget.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SlideshowWidget
 

Enumerations

enum  ANIMATION_TYPE {
  AUTO_PLAY , IMMEDIATE , SCROLL_LEFT , SCROLL_RIGHT ,
  SCROLL_UP , SCROLL_DOWN
}
 

Enumeration Type Documentation

◆ ANIMATION_TYPE

Enumerator
AUTO_PLAY 
IMMEDIATE 
SCROLL_LEFT 
SCROLL_RIGHT 
SCROLL_UP 
SCROLL_DOWN 

Definition at line 28 of file presentationWidget.h.

29{
ANIMATION_TYPE
@ AUTO_PLAY
@ SCROLL_LEFT
@ IMMEDIATE
@ SCROLL_DOWN
@ SCROLL_RIGHT
@ SCROLL_UP