AlbumShaper
1.0a3
|
#include <qapplication.h>
#include <qpainter.h>
#include <qfont.h>
#include <qtimer.h>
#include <qcursor.h>
#include <qpopupmenu.h>
#include <qiconset.h>
#include <qdir.h>
#include "presentationWidget.h"
#include "../../config.h"
#include "../../backend/album.h"
#include "../../backend/subalbum.h"
#include "../../backend/photo.h"
#include "../../backend/tools/imageTools.h"
#include <iostream>
Go to the source code of this file.
Defines | |
#define | USE_ANIMATION true |
#define | HIDE_MOUSE_DELAY 5000 |
#define | TEXT_MARGIN 4 |
#define HIDE_MOUSE_DELAY 5000 |
Definition at line 30 of file presentationWidget.cpp.
Referenced by SlideshowWidget::contextMenuHiding(), SlideshowWidget::mouseMoveEvent(), and SlideshowWidget::mousePressEvent().
#define TEXT_MARGIN 4 |
Definition at line 31 of file presentationWidget.cpp.
Referenced by SlideshowWidget::mousePressEvent(), SelectionInterface::paintEvent(), SlideshowWidget::paintOverlaidControls(), and SlideshowWidget::showPhoto().
#define USE_ANIMATION true |
Definition at line 29 of file presentationWidget.cpp.
Referenced by SlideshowWidget::advanceCollection(), SlideshowWidget::advancePhoto(), SlideshowWidget::backupCollection(), SlideshowWidget::backupPhoto(), SlideshowWidget::skipToFirstPhoto(), and SlideshowWidget::skipToLastPhoto().