marble
#include <OpenCachingCacheLogEntry.h>
Public Member Functions | |
OpenCachingCacheLogEntry (const QHash< QString, QVariant > &properties) | |
int | cacheId () const |
const QDateTime & | createdDate () const |
const QDateTime & | lastModifiedDate () const |
const QDateTime & | logDate () const |
const QString & | logType () const |
void | setCacheId (int cacheId) |
void | setCreatedDate (const QDateTime &createdDate) |
void | setLastModifiedDate (const QDateTime &lastModifiedDate) |
void | setLogDate (const QDateTime &logDate) |
void | setLogType (const QString &logType) |
void | setText (const QString &text) |
void | setUserName (const QString &userName) |
const QString & | text () const |
const QString & | userName () const |
Detailed Description
Single log entry for a cache.
Definition at line 25 of file OpenCachingCacheLogEntry.h.
Constructor & Destructor Documentation
Marble::OpenCachingCacheLogEntry::OpenCachingCacheLogEntry | ( | const QHash< QString, QVariant > & | properties | ) |
Definition at line 16 of file OpenCachingCacheLogEntry.cpp.
Member Function Documentation
int Marble::OpenCachingCacheLogEntry::cacheId | ( | ) | const |
Definition at line 32 of file OpenCachingCacheLogEntry.cpp.
const QDateTime & Marble::OpenCachingCacheLogEntry::createdDate | ( | ) | const |
Definition at line 82 of file OpenCachingCacheLogEntry.cpp.
const QDateTime & Marble::OpenCachingCacheLogEntry::lastModifiedDate | ( | ) | const |
Definition at line 92 of file OpenCachingCacheLogEntry.cpp.
const QDateTime & Marble::OpenCachingCacheLogEntry::logDate | ( | ) | const |
Definition at line 72 of file OpenCachingCacheLogEntry.cpp.
const QString & Marble::OpenCachingCacheLogEntry::logType | ( | ) | const |
Definition at line 52 of file OpenCachingCacheLogEntry.cpp.
void Marble::OpenCachingCacheLogEntry::setCacheId | ( | int | cacheId | ) |
Definition at line 27 of file OpenCachingCacheLogEntry.cpp.
void Marble::OpenCachingCacheLogEntry::setCreatedDate | ( | const QDateTime & | createdDate | ) |
Definition at line 77 of file OpenCachingCacheLogEntry.cpp.
void Marble::OpenCachingCacheLogEntry::setLastModifiedDate | ( | const QDateTime & | lastModifiedDate | ) |
Definition at line 87 of file OpenCachingCacheLogEntry.cpp.
void Marble::OpenCachingCacheLogEntry::setLogDate | ( | const QDateTime & | logDate | ) |
Definition at line 67 of file OpenCachingCacheLogEntry.cpp.
void Marble::OpenCachingCacheLogEntry::setLogType | ( | const QString & | logType | ) |
Definition at line 47 of file OpenCachingCacheLogEntry.cpp.
void Marble::OpenCachingCacheLogEntry::setText | ( | const QString & | text | ) |
Definition at line 57 of file OpenCachingCacheLogEntry.cpp.
void Marble::OpenCachingCacheLogEntry::setUserName | ( | const QString & | userName | ) |
Definition at line 37 of file OpenCachingCacheLogEntry.cpp.
const QString & Marble::OpenCachingCacheLogEntry::text | ( | ) | const |
Definition at line 62 of file OpenCachingCacheLogEntry.cpp.
const QString & Marble::OpenCachingCacheLogEntry::userName | ( | ) | const |
Definition at line 42 of file OpenCachingCacheLogEntry.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.