#include <sysinfo.h>
Inheritance diagram for CPUInfo:
Public Types | |
CPUMhz | |
Modelname | |
VendorID | |
Bogomips | |
CacheSize | |
enum | CPUType { CPUMhz, Modelname, VendorID, Bogomips, CacheSize } |
Public Member Functions | |
CPUInfo () | |
bool | init () |
void | timer () |
void | setType (CPUType type) |
CPUType | type () |
Properties | |
CPUType | type [] |
Private Attributes | |
QMap< QString, QString > | m_cpuInfo |
CPUType | m_type |
enum CPUInfo::CPUType |
CPUInfo::CPUInfo | ( | ) | [inline] |
bool CPUInfo::init | ( | ) | [virtual] |
Reimplemented from AbstractSysInfo.
void CPUInfo::setType | ( | CPUType | type | ) | [inline] |
void CPUInfo::timer | ( | ) | [virtual] |
Reimplemented from PluginInterface.
CPUType CPUInfo::type | ( | ) | [inline] |
QMap<QString, QString> CPUInfo::m_cpuInfo [private] |
CPUType CPUInfo::m_type [private] |
Reimplemented from GraphicText.
CPUType CPUInfo::type [read, write] |