kpilot
SysInfoConduit Class Reference
#include <sysinfo-conduit.h>
Public Slots | |
void | cleanup () |
void | dbListInfo () |
void | debugInfo () |
void | hardwareInfo () |
void | memoryInfo () |
void | palmVersionInfo () |
void | pcVersionInfo () |
void | recNumberInfo () |
void | storageInfo () |
void | syncInfo () |
void | userInfo () |
void | writeFile () |
Public Member Functions | |
virtual bool | exec () |
SysInfoConduit (KPilotLink *o, const char *n=0L, const QStringList &a=QStringList()) | |
virtual | ~SysInfoConduit () |
Protected Member Functions | |
void | readConfig () |
Detailed Description
Definition at line 33 of file sysinfo-conduit.h.
Constructor & Destructor Documentation
SysInfoConduit::SysInfoConduit | ( | KPilotLink * | o, | |
const char * | n = 0L , |
|||
const QStringList & | a = QStringList() | |||
) |
Definition at line 157 of file sysinfo-conduit.cc.
SysInfoConduit::~SysInfoConduit | ( | ) | [virtual] |
Definition at line 168 of file sysinfo-conduit.cc.
Member Function Documentation
void SysInfoConduit::cleanup | ( | ) | [slot] |
Definition at line 606 of file sysinfo-conduit.cc.
void SysInfoConduit::dbListInfo | ( | ) | [slot] |
Definition at line 315 of file sysinfo-conduit.cc.
void SysInfoConduit::debugInfo | ( | ) | [slot] |
Definition at line 456 of file sysinfo-conduit.cc.
bool SysInfoConduit::exec | ( | ) | [virtual] |
This function starts the actual processing done by the conduit.
It should return false if the processing cannot be initiated, f.ex. because some parameters were not set or a needed library is missing. This will be reported to the user. It should return true if processing is started normally. If processing starts normally, it is the _conduit's_ responsibility to eventually emit syncDone(); if processing does not start normally (ie. exec() returns false) then the environment will deal with syncDone().
Implements SyncAction.
Definition at line 193 of file sysinfo-conduit.cc.
void SysInfoConduit::hardwareInfo | ( | ) | [slot] |
Definition at line 203 of file sysinfo-conduit.cc.
void SysInfoConduit::memoryInfo | ( | ) | [slot] |
Definition at line 271 of file sysinfo-conduit.cc.
void SysInfoConduit::palmVersionInfo | ( | ) | [slot] |
Definition at line 436 of file sysinfo-conduit.cc.
void SysInfoConduit::pcVersionInfo | ( | ) | [slot] |
Definition at line 392 of file sysinfo-conduit.cc.
void SysInfoConduit::readConfig | ( | ) | [protected] |
Definition at line 175 of file sysinfo-conduit.cc.
void SysInfoConduit::recNumberInfo | ( | ) | [slot] |
Definition at line 328 of file sysinfo-conduit.cc.
void SysInfoConduit::storageInfo | ( | ) | [slot] |
Definition at line 292 of file sysinfo-conduit.cc.
void SysInfoConduit::syncInfo | ( | ) | [slot] |
Definition at line 369 of file sysinfo-conduit.cc.
void SysInfoConduit::userInfo | ( | ) | [slot] |
Definition at line 241 of file sysinfo-conduit.cc.
void SysInfoConduit::writeFile | ( | ) | [slot] |
Definition at line 469 of file sysinfo-conduit.cc.
The documentation for this class was generated from the following files: