marble
#include <FileStorageWatcher.h>
Public Slots | |
void | addToCurrentSize (qint64 bytes) |
void | getCurrentCacheSize () |
void | prepareQuit () |
void | resetCurrentSize () |
void | setCacheLimit (quint64 bytes) |
void | updateTheme (const QString &mapTheme) |
Signals | |
void | variableChanged () |
Public Member Functions | |
FileStorageWatcherThread (const QString &dataDirectory, QObject *parent=0) | |
~FileStorageWatcherThread () | |
quint64 | cacheLimit () |
Detailed Description
Definition at line 22 of file FileStorageWatcher.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 37 of file FileStorageWatcher.cpp.
FileStorageWatcherThread::~FileStorageWatcherThread | ( | ) |
Definition at line 52 of file FileStorageWatcher.cpp.
Member Function Documentation
|
slot |
Add bytes
to the current cache size.
So FileStorageWatcher is aware of the current cache size.
Definition at line 70 of file FileStorageWatcher.cpp.
quint64 FileStorageWatcherThread::cacheLimit | ( | ) |
Definition at line 56 of file FileStorageWatcher.cpp.
|
slot |
Getting the current size of the data stored on the disc.
Definition at line 101 of file FileStorageWatcher.cpp.
|
slot |
Stop doing things that take a long time to quit.
Definition at line 96 of file FileStorageWatcher.cpp.
|
slot |
Setting current cache size to 0.
Definition at line 81 of file FileStorageWatcher.cpp.
|
slot |
Sets the limit of the cache in bytes
.
Definition at line 61 of file FileStorageWatcher.cpp.
|
slot |
Updates the name of the theme.
Important for deleting behavior.
- Parameters
-
mapTheme The identifier of the new theme.
Definition at line 87 of file FileStorageWatcher.cpp.
|
signal |
Is emitted when a variable has changed.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.