digikam
Digikam::AlbumChangeset Class Reference
#include <databasechangesets.h>
Public Types | |
| enum | Operation { Unknown, Added, Deleted, Renamed, PropertiesChanged } |
Public Member Functions | |
| AlbumChangeset (int albumId, Operation operation) | |
| AlbumChangeset () | |
| int | albumId () const |
| Operation | operation () const |
| AlbumChangeset & | operator<< (const QDBusArgument &argument) |
| const AlbumChangeset & | operator>> (QDBusArgument &argument) const |
Detailed Description
Definition at line 212 of file databasechangesets.h.
Member Enumeration Documentation
Definition at line 216 of file databasechangesets.h.
Constructor & Destructor Documentation
| Digikam::AlbumChangeset::AlbumChangeset | ( | ) |
Definition at line 235 of file databasechangesets.cpp.
| Digikam::AlbumChangeset::AlbumChangeset | ( | int | albumId, | |
| Operation | operation | |||
| ) |
Definition at line 240 of file databasechangesets.cpp.
Member Function Documentation
| int Digikam::AlbumChangeset::albumId | ( | ) | const |
Definition at line 245 of file databasechangesets.cpp.
| AlbumChangeset::Operation Digikam::AlbumChangeset::operation | ( | ) | const |
Definition at line 250 of file databasechangesets.cpp.
| AlbumChangeset & Digikam::AlbumChangeset::operator<< | ( | const QDBusArgument & | argument | ) |
Definition at line 255 of file databasechangesets.cpp.
| const AlbumChangeset & Digikam::AlbumChangeset::operator>> | ( | QDBusArgument & | argument | ) | const |
Definition at line 265 of file databasechangesets.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference