AlbumShaper  1.0a3
Classes | Macros
album.h File Reference
#include <QPixmap>
Include dependency graph for album.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

§ ALBUM_ERROR_OPEN_FILE

#define ALBUM_ERROR_OPEN_FILE   2

Definition at line 26 of file album.h.

Referenced by Album::exportToXML().

§ ALBUM_EXPORTED

#define ALBUM_EXPORTED   1

§ ALBUM_LOADED

#define ALBUM_LOADED   1

Definition at line 22 of file album.h.

Referenced by Album::importFromDisk(), and TitleWidget::loadAlbum().

§ ALBUM_READ_ERROR

#define ALBUM_READ_ERROR   2

Definition at line 23 of file album.h.

Referenced by Album::importFromDisk(), and TitleWidget::loadAlbum().

§ ALBUM_XML_ERROR

#define ALBUM_XML_ERROR   3

Definition at line 24 of file album.h.

Referenced by Album::importFromDisk(), and TitleWidget::loadAlbum().

§ LARGE

#define LARGE   3

§ MEDIUM

#define MEDIUM   2

§ SMALL

#define SMALL   1