digikam
Digikam::AlbumHistory Class Reference
Manages the history of the last visited albums. More...
#include <albumhistory.h>

Public Member Functions | |
| AlbumHistory () | |
| ~AlbumHistory () | |
| void | addAlbum (Album *album, QWidget *widget=0) |
| void | back (Album **album, QWidget **widget, unsigned int steps=1) |
| void | clearHistory () |
| void | deleteAlbum (Album *album) |
| void | forward (Album **album, QWidget **widget, unsigned int steps=1) |
| void | getBackwardHistory (QStringList &list) const |
| void | getCurrentAlbum (Album **album, QWidget **widget) const |
| void | getForwardHistory (QStringList &list) const |
| bool | isBackwardEmpty () const |
| bool | isForwardEmpty () const |
Detailed Description
Manages the history of the last visited albums.
The user is able to navigate through the albums, he has opened during a session.
Definition at line 48 of file albumhistory.h.
Constructor & Destructor Documentation
| Digikam::AlbumHistory::AlbumHistory | ( | ) |
Definition at line 68 of file albumhistory.cpp.
| Digikam::AlbumHistory::~AlbumHistory | ( | ) |
Definition at line 75 of file albumhistory.cpp.
Member Function Documentation
Definition at line 102 of file albumhistory.cpp.
Definition at line 255 of file albumhistory.cpp.
| void Digikam::AlbumHistory::clearHistory | ( | ) |
Definition at line 83 of file albumhistory.cpp.
| void Digikam::AlbumHistory::deleteAlbum | ( | Album * | album | ) |
Definition at line 133 of file albumhistory.cpp.
Definition at line 279 of file albumhistory.cpp.
| void Digikam::AlbumHistory::getBackwardHistory | ( | QStringList & | list | ) | const |
Definition at line 219 of file albumhistory.cpp.
Definition at line 319 of file albumhistory.cpp.
| void Digikam::AlbumHistory::getForwardHistory | ( | QStringList & | list | ) | const |
Definition at line 237 of file albumhistory.cpp.
| bool Digikam::AlbumHistory::isBackwardEmpty | ( | ) | const |
Definition at line 340 of file albumhistory.cpp.
| bool Digikam::AlbumHistory::isForwardEmpty | ( | ) | const |
Definition at line 335 of file albumhistory.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference