|
AlbumShaper 1.0a3
|
#include <QPixmap>

Go to the source code of this file.
Classes | |
| class | Album |
| An album contains Subalbums. More... | |
Macros | |
| #define | SMALL 1 |
| #define | MEDIUM 2 |
| #define | LARGE 3 |
| #define | ALBUM_LOADED 1 |
| #define | ALBUM_READ_ERROR 2 |
| #define | ALBUM_XML_ERROR 3 |
| #define | ALBUM_EXPORTED 1 |
| #define | ALBUM_ERROR_OPEN_FILE 2 |
| #define ALBUM_ERROR_OPEN_FILE 2 |
Definition at line 26 of file album.h.
Referenced by Album::exportToXML().
| #define ALBUM_EXPORTED 1 |
Definition at line 25 of file album.h.
Referenced by Album::exportCompressedWebAlbum(), Album::exportLargeImages(), Album::exportToDisk(), Album::exportToDisk(), and Album::exportToXML().
| #define ALBUM_LOADED 1 |
Definition at line 22 of file album.h.
Referenced by Album::importFromDisk(), and TitleWidget::loadAlbum().
| #define ALBUM_READ_ERROR 2 |
Definition at line 23 of file album.h.
Referenced by Album::importFromDisk(), and TitleWidget::loadAlbum().
| #define ALBUM_XML_ERROR 3 |
Definition at line 24 of file album.h.
Referenced by Album::importFromDisk(), and TitleWidget::loadAlbum().
| #define LARGE 3 |
Definition at line 19 of file album.h.
Referenced by AlbumStatistics::AlbumStatistics(), Album::exportCompressedWebAlbum(), Album::exportTopLevelImages(), Album::exportToXML(), Album::getRepresentativeImage(), TitleWidget::refreshCollectionAnnotations(), and TitleWidget::updateAlbumAnnotations().
| #define MEDIUM 2 |
Definition at line 18 of file album.h.
Referenced by TitleWidget::setSubalbumImage(), and TitleWidget::unsetSubalbumImage().
| #define SMALL 1 |
Definition at line 17 of file album.h.
Referenced by Album::getRepresentativeImage(), TitleWidget::refreshCollectionAnnotations(), TitleWidget::setAlbumImage(), TitleWidget::setSubalbumImage(), and TitleWidget::updateAlbumAnnotations().