digikam
Digikam::AbstractSpecificAlbumModel Class Reference
#include <abstractalbummodel.h>

Public Member Functions | |
| AbstractSpecificAlbumModel (Album::Type albumType, Album *rootAlbum, RootAlbumBehavior rootBehavior=IncludeRootAlbum, QObject *parent=0) | |
Protected Slots | |
| void | slotGotThumbnailFromIcon (Album *album, const QPixmap &thumbnail) |
| void | slotReloadThumbnails () |
| void | slotThumbnailLost (Album *album) |
Protected Member Functions | |
| virtual QString | columnHeader () const |
| void | emitDataChangedForChildren (Album *album) |
| void | setColumnHeader (const QString &header) |
| void | setupThumbnailLoading () |
Protected Attributes | |
| QString | m_columnHeader |
Detailed Description
Definition at line 166 of file abstractalbummodel.h.
Constructor & Destructor Documentation
| Digikam::AbstractSpecificAlbumModel::AbstractSpecificAlbumModel | ( | Album::Type | albumType, | |
| Album * | rootAlbum, | |||
| RootAlbumBehavior | rootBehavior = IncludeRootAlbum, |
|||
| QObject * | parent = 0 | |||
| ) |
Abstract base class, do not instantiate.
Definition at line 407 of file abstractalbummodel.cpp.
Member Function Documentation
| QString Digikam::AbstractSpecificAlbumModel::columnHeader | ( | ) | const [protected, virtual] |
For subclassing convenience: A part of the implementation of headerData().
Reimplemented from Digikam::AbstractAlbumModel.
Definition at line 429 of file abstractalbummodel.cpp.
| void Digikam::AbstractSpecificAlbumModel::emitDataChangedForChildren | ( | Album * | album | ) | [protected] |
Definition at line 462 of file abstractalbummodel.cpp.
| void Digikam::AbstractSpecificAlbumModel::setColumnHeader | ( | const QString & | header | ) | [protected] |
Definition at line 434 of file abstractalbummodel.cpp.
| void Digikam::AbstractSpecificAlbumModel::setupThumbnailLoading | ( | ) | [protected] |
You need to call this from your constructor if you intend to load the thumbnail facilities of this class.
Definition at line 415 of file abstractalbummodel.cpp.
| void Digikam::AbstractSpecificAlbumModel::slotGotThumbnailFromIcon | ( | Album * | album, | |
| const QPixmap & | thumbnail | |||
| ) | [protected, slot] |
Definition at line 440 of file abstractalbummodel.cpp.
| void Digikam::AbstractSpecificAlbumModel::slotReloadThumbnails | ( | ) | [protected, slot] |
Definition at line 456 of file abstractalbummodel.cpp.
| void Digikam::AbstractSpecificAlbumModel::slotThumbnailLost | ( | Album * | album | ) | [protected, slot] |
Definition at line 451 of file abstractalbummodel.cpp.
Member Data Documentation
Definition at line 194 of file abstractalbummodel.h.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference