#include <albuminfo.h>
Public Member Functions | |
| AlbumInfo (AlbumManager *parent, const QString &title) | |
| ~AlbumInfo () | |
| void | openDB () |
| void | closeDB () |
| QString | getTitle () const |
| QString | getPath () const |
| void | setComments (const QString &comments) |
| QString | getComments () const |
| void | setCollection (const QString &collection) |
| QString | getCollection () const |
| void | setDate (const QDate &date) |
| QDate | getDate () const |
| AlbumInfo * | nextAlbum () |
| AlbumInfo * | prevAlbum () |
| void | setItemComments (const QString &name, const QString &comments) |
| QString | getItemComments (const QString &name) |
| void | deleteItemComments (const QString &name) |
| QStringList | getAllItems () |
| QStringList | getSelectedItems () |
| QStringList | getAllItemsPath () |
| QStringList | getSelectedItemsPath () |
| void | setViewItem (void *viewItem) |
| void * | getViewItem () |
Represents an album and its properties. Also provides an interface to the album database, so that you can retrieve the properties for the photoitems in this album
Definition at line 43 of file albuminfo.h.
|
||||||||||||
|
Constructor for this album
|
|
|
Destructor for this album
|
|
|
Open the database for this album
|
|
|
Close the database for this album
|
|
|
|
|
|
return the path of the album |
|
|
set the comments for this album |
|
|
|
|
|
set the collection for this album |
|
|
|
|
|
set the date for this album |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
set the comments for an item in this album |
|
|
|
|
|
delete the comments for an item in this album |
|
|
Get a list of names of all the items in this album if this is the current album. Result is unpredictable if this is not the current album |
|
|
Get a list of names of selected items in this album if this is the current album. Result is unpredictable if this is not the current album |
|
|
Get a list of paths of all the items in this album if this is the current album. Result is unpredictable if this is not the current album |
|
|
Get a list of paths of selected items in this album if this is the current album. Result is unpredictable if this is not the current album |
|
|
set the viewitem for this album.
|
|
|
|
1.3.2