#include <libraryhashdao.h>
List of all members.
Detailed Description
Definition at line 8 of file libraryhashdao.h.
Constructor & Destructor Documentation
LibraryHashDAO::LibraryHashDAO |
( |
QSqlDatabase & |
database | ) |
|
LibraryHashDAO::~LibraryHashDAO |
( |
| ) |
[virtual] |
Member Function Documentation
int LibraryHashDAO::getDirectoryHash |
( |
QString |
dirPath | ) |
|
void LibraryHashDAO::initialize |
( |
| ) |
[virtual] |
void LibraryHashDAO::invalidateAllDirectories |
( |
| ) |
|
void LibraryHashDAO::markAsExisting |
( |
QString |
dirPath | ) |
|
void LibraryHashDAO::markAsVerified |
( |
QString |
dirPath | ) |
|
void LibraryHashDAO::markUnverifiedDirectoriesAsDeleted |
( |
| ) |
|
void LibraryHashDAO::removeDeletedDirectoryHashes |
( |
| ) |
|
void LibraryHashDAO::saveDirectoryHash |
( |
QString |
dirPath, |
|
|
int |
hash |
|
) |
| |
void LibraryHashDAO::setDatabase |
( |
QSqlDatabase & |
database | ) |
[inline] |
void LibraryHashDAO::updateDirectoryHash |
( |
QString |
dirPath, |
|
|
int |
newHash, |
|
|
int |
dir_deleted |
|
) |
| |
void LibraryHashDAO::updateDirectoryStatus |
( |
QString |
dirPath, |
|
|
bool |
deleted, |
|
|
bool |
verified |
|
) |
| |
The documentation for this class was generated from the following files: