ksim
KSim::Config Class Reference
#include <ksimconfig.h>
Detailed Description
Definition at line 36 of file ksimconfig.h.
Public Member Functions | |
| Config (KConfig *config) | |
| ~Config () | |
| int | width (int defaultWidth) const |
| void | setWidth (int width) |
| bool | enabledMonitor (const QString &) const |
| void | setEnabledMonitor (const QString &, bool) |
| QString | monitorCommand (const QString &) const |
| void | setMonitorCommand (const QString &, const QString &) |
| int | monitorLocation (const QString &) |
| void | setMonitorLocation (const QString &, int) |
| bool | displayFqdn () const |
| void | setDisplayFqdn (bool) |
| bool | showDock () const |
| void | setShowDock (bool) |
| bool | savePos () const |
| void | setSavePos (bool) |
| bool | stayOnTop () const |
| void | setStayOnTop (bool) |
| QPoint | position (const QPoint &) const |
| void | setPosition (const QPoint &) |
| QSize | graphSize () const |
| void | setGraphSize (const QSize &) |
| QString | uptimeFormat () const |
| void | setUptimeFormat (const QStringList &) |
| int | uptimeItem () const |
| void | setUptimeItem (int) |
| QStringList | uptimeFormatList () const |
| QString | memoryFormat () const |
| void | setMemoryFormat (const QStringList &) |
| int | memoryItem () const |
| void | setMemoryItem (int) |
| QStringList | memoryFormatList () const |
| QString | swapFormat () const |
| void | setSwapFormat (const QStringList &) |
| int | swapItem () const |
| void | setSwapItem (int) |
| QStringList | swapFormatList () const |
| bool | showTime () const |
| void | setShowTime (bool) |
| bool | show24hour () const |
| void | setShow24hour (bool) |
| bool | showDate () const |
| void | setShowDate (bool) |
| bool | showUptime () const |
| void | setShowUptime (bool) |
| bool | showMemory () const |
| void | setShowMemory (bool) |
| bool | showSwap () const |
| void | setShowSwap (bool) |
| bool | showProcs () const |
| void | setShowProcs (bool) |
| QString | themeUrl () const |
| QString | themeName () const |
| void | setThemeName (const QString &) |
| int | themeAlt () const |
| void | setThemeAlt (int) |
| QFont | themeFont () const |
| void | setThemeFont (const QFont &) |
| int | themeFontItem () const |
| void | setThemeFontItem (int) |
| bool | reColourThemes () const |
| void | setReColourThemes (bool) |
Static Public Member Functions | |
| static KConfig * | config () |
Constructor & Destructor Documentation
| KSim::Config::Config | ( | KConfig * | config | ) |
Definition at line 29 of file ksimconfig.cpp.
| KSim::Config::~Config | ( | ) |
Definition at line 34 of file ksimconfig.cpp.
Member Function Documentation
| KConfig * KSim::Config::config | ( | ) | [static] |
Definition at line 38 of file ksimconfig.cpp.
| int KSim::Config::width | ( | int | defaultWidth | ) | const |
Definition at line 43 of file ksimconfig.cpp.
| void KSim::Config::setWidth | ( | int | width | ) |
Definition at line 53 of file ksimconfig.cpp.
| bool KSim::Config::enabledMonitor | ( | const QString & | entry | ) | const |
Definition at line 60 of file ksimconfig.cpp.
| void KSim::Config::setEnabledMonitor | ( | const QString & | entry, | |
| bool | enabled | |||
| ) |
Definition at line 66 of file ksimconfig.cpp.
Definition at line 73 of file ksimconfig.cpp.
Definition at line 79 of file ksimconfig.cpp.
| int KSim::Config::monitorLocation | ( | const QString & | entry | ) |
Definition at line 87 of file ksimconfig.cpp.
| void KSim::Config::setMonitorLocation | ( | const QString & | entry, | |
| int | location | |||
| ) |
Definition at line 93 of file ksimconfig.cpp.
| bool KSim::Config::displayFqdn | ( | ) | const |
Definition at line 100 of file ksimconfig.cpp.
| void KSim::Config::setDisplayFqdn | ( | bool | value | ) |
Definition at line 106 of file ksimconfig.cpp.
| bool KSim::Config::showDock | ( | ) | const |
Definition at line 113 of file ksimconfig.cpp.
| void KSim::Config::setShowDock | ( | bool | showDock | ) |
Definition at line 119 of file ksimconfig.cpp.
| bool KSim::Config::savePos | ( | ) | const |
Definition at line 126 of file ksimconfig.cpp.
| void KSim::Config::setSavePos | ( | bool | savePos | ) |
Definition at line 132 of file ksimconfig.cpp.
| bool KSim::Config::stayOnTop | ( | ) | const |
Definition at line 139 of file ksimconfig.cpp.
| void KSim::Config::setStayOnTop | ( | bool | stayOnTop | ) |
Definition at line 145 of file ksimconfig.cpp.
Definition at line 152 of file ksimconfig.cpp.
| void KSim::Config::setPosition | ( | const QPoint & | pos | ) |
Definition at line 158 of file ksimconfig.cpp.
| QSize KSim::Config::graphSize | ( | ) | const |
Definition at line 165 of file ksimconfig.cpp.
| void KSim::Config::setGraphSize | ( | const QSize & | size | ) |
Definition at line 171 of file ksimconfig.cpp.
| QString KSim::Config::uptimeFormat | ( | ) | const |
Definition at line 178 of file ksimconfig.cpp.
| void KSim::Config::setUptimeFormat | ( | const QStringList & | uptimeFormat | ) |
Definition at line 195 of file ksimconfig.cpp.
| int KSim::Config::uptimeItem | ( | ) | const |
Definition at line 183 of file ksimconfig.cpp.
| void KSim::Config::setUptimeItem | ( | int | item | ) |
Definition at line 202 of file ksimconfig.cpp.
| QStringList KSim::Config::uptimeFormatList | ( | ) | const |
Definition at line 189 of file ksimconfig.cpp.
| QString KSim::Config::memoryFormat | ( | ) | const |
Definition at line 209 of file ksimconfig.cpp.
| void KSim::Config::setMemoryFormat | ( | const QStringList & | memoryFormat | ) |
Definition at line 226 of file ksimconfig.cpp.
| int KSim::Config::memoryItem | ( | ) | const |
Definition at line 214 of file ksimconfig.cpp.
| void KSim::Config::setMemoryItem | ( | int | item | ) |
Definition at line 233 of file ksimconfig.cpp.
| QStringList KSim::Config::memoryFormatList | ( | ) | const |
Definition at line 220 of file ksimconfig.cpp.
| QString KSim::Config::swapFormat | ( | ) | const |
Definition at line 240 of file ksimconfig.cpp.
| void KSim::Config::setSwapFormat | ( | const QStringList & | swapFormat | ) |
Definition at line 258 of file ksimconfig.cpp.
| int KSim::Config::swapItem | ( | ) | const |
Definition at line 246 of file ksimconfig.cpp.
| void KSim::Config::setSwapItem | ( | int | item | ) |
Definition at line 265 of file ksimconfig.cpp.
| QStringList KSim::Config::swapFormatList | ( | ) | const |
Definition at line 252 of file ksimconfig.cpp.
| bool KSim::Config::showTime | ( | ) | const |
Definition at line 272 of file ksimconfig.cpp.
| void KSim::Config::setShowTime | ( | bool | time | ) |
Definition at line 278 of file ksimconfig.cpp.
| bool KSim::Config::show24hour | ( | ) | const |
Definition at line 285 of file ksimconfig.cpp.
| void KSim::Config::setShow24hour | ( | bool | _24hour | ) |
Definition at line 291 of file ksimconfig.cpp.
| bool KSim::Config::showDate | ( | ) | const |
Definition at line 298 of file ksimconfig.cpp.
| void KSim::Config::setShowDate | ( | bool | date | ) |
Definition at line 304 of file ksimconfig.cpp.
| bool KSim::Config::showUptime | ( | ) | const |
Definition at line 311 of file ksimconfig.cpp.
| void KSim::Config::setShowUptime | ( | bool | uptime | ) |
Definition at line 317 of file ksimconfig.cpp.
| bool KSim::Config::showMemory | ( | ) | const |
Definition at line 324 of file ksimconfig.cpp.
| void KSim::Config::setShowMemory | ( | bool | memory | ) |
Definition at line 330 of file ksimconfig.cpp.
| bool KSim::Config::showSwap | ( | ) | const |
Definition at line 337 of file ksimconfig.cpp.
| void KSim::Config::setShowSwap | ( | bool | swap | ) |
Definition at line 343 of file ksimconfig.cpp.
| bool KSim::Config::showProcs | ( | ) | const |
Definition at line 350 of file ksimconfig.cpp.
| void KSim::Config::setShowProcs | ( | bool | procs | ) |
Definition at line 356 of file ksimconfig.cpp.
| QString KSim::Config::themeUrl | ( | ) | const |
Definition at line 363 of file ksimconfig.cpp.
| QString KSim::Config::themeName | ( | ) | const |
Definition at line 368 of file ksimconfig.cpp.
| void KSim::Config::setThemeName | ( | const QString & | name | ) |
Definition at line 373 of file ksimconfig.cpp.
| int KSim::Config::themeAlt | ( | ) | const |
Definition at line 380 of file ksimconfig.cpp.
| void KSim::Config::setThemeAlt | ( | int | alt | ) |
Definition at line 385 of file ksimconfig.cpp.
| QFont KSim::Config::themeFont | ( | ) | const |
Definition at line 392 of file ksimconfig.cpp.
| void KSim::Config::setThemeFont | ( | const QFont & | font | ) |
Definition at line 397 of file ksimconfig.cpp.
| int KSim::Config::themeFontItem | ( | ) | const |
Definition at line 404 of file ksimconfig.cpp.
| void KSim::Config::setThemeFontItem | ( | int | item | ) |
Definition at line 409 of file ksimconfig.cpp.
| bool KSim::Config::reColourThemes | ( | ) | const |
Definition at line 416 of file ksimconfig.cpp.
| void KSim::Config::setReColourThemes | ( | bool | value | ) |
Definition at line 422 of file ksimconfig.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference