digikam
Digikam::AlbumInfo Class Reference
A container class for transporting album information from the database to AlbumManager. More...
#include <albuminfo.h>
Public Types | |
| typedef QList< AlbumInfo > | List |
Public Member Functions | |
| AlbumInfo () | |
| bool | isNull () |
| bool | operator< (const AlbumInfo &info) const |
Public Attributes | |
| int | albumRootId |
| QString | caption |
| QString | category |
| QDate | date |
| int | iconAlbumRootId |
| QString | iconRelativePath |
| int | id |
| QString | relativePath |
Detailed Description
A container class for transporting album information from the database to AlbumManager.
Definition at line 79 of file albuminfo.h.
Member Typedef Documentation
| typedef QList<AlbumInfo> Digikam::AlbumInfo::List |
Definition at line 83 of file albuminfo.h.
Constructor & Destructor Documentation
| Digikam::AlbumInfo::AlbumInfo | ( | ) | [inline] |
Definition at line 83 of file albuminfo.h.
Member Function Documentation
| bool Digikam::AlbumInfo::isNull | ( | ) | [inline] |
Definition at line 87 of file albuminfo.h.
| bool Digikam::AlbumInfo::operator< | ( | const AlbumInfo & | info | ) | const [inline] |
needed for sorting
Definition at line 101 of file albuminfo.h.
Member Data Documentation
Definition at line 90 of file albuminfo.h.
Definition at line 92 of file albuminfo.h.
Definition at line 93 of file albuminfo.h.
Definition at line 94 of file albuminfo.h.
Definition at line 95 of file albuminfo.h.
Definition at line 96 of file albuminfo.h.
Definition at line 89 of file albuminfo.h.
Definition at line 91 of file albuminfo.h.
The documentation for this class was generated from the following file:
KDE 4.4 API Reference