Plasma
#include <libplasma-theme-global.h>
Public Member Functions | |
ThemeConfig () | |
~ThemeConfig () | |
bool | cacheTheme () const |
int | themeCacheKb () const |
Protected Attributes | |
bool | mCacheTheme |
int | mThemeCacheKb |
Detailed Description
Definition at line 10 of file libplasma-theme-global.h.
Constructor & Destructor Documentation
ThemeConfig::ThemeConfig | ( | ) |
Definition at line 6 of file libplasma-theme-global.cpp.
ThemeConfig::~ThemeConfig | ( | ) |
Definition at line 19 of file libplasma-theme-global.cpp.
Member Function Documentation
|
inline |
Get Whether or not to create an on-disk cache for the theme.
Definition at line 21 of file libplasma-theme-global.h.
|
inline |
Get The maximum size of the on-disk Theme cache in kilobytes.
Note that these files are sparse files, so the maximum size may not be used. Setting a larger size is therefore often quite safe.
Definition at line 30 of file libplasma-theme-global.h.
Member Data Documentation
|
protected |
Definition at line 38 of file libplasma-theme-global.h.
|
protected |
Definition at line 39 of file libplasma-theme-global.h.
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:48:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.