#include <stdlib.h>#include <QDebug>#include <QString>#include <QStringList>#include "klfdefs.h"#include "klfsysinfo.h"
Go to the source code of this file.
Functions | |
| QString | klf_defs_sysinfo_arch () |
| bool | _klf_otheros_is_laptop () |
| bool | _klf_otheros_is_on_battery_power () |
| KLFSysInfo::BatteryInfo | _klf_otheros_battery_info () |
| KLFSysInfo::BatteryInfo _klf_otheros_battery_info | ( | ) |
Definition at line 10 of file klfdefs_otheros.cpp.
References KLFSysInfo::BatteryInfo::islaptop, KLF_EXPORT, klfWarning, and KLFSysInfo::BatteryInfo::onbatterypower.
Referenced by _klf_otheros_is_laptop(), _klf_otheros_is_on_battery_power(), and KLFSysInfo::batteryInfo().
| bool _klf_otheros_is_laptop | ( | ) |
Definition at line 20 of file klfdefs_otheros.cpp.
References _klf_otheros_battery_info(), KLFSysInfo::BatteryInfo::islaptop, and KLF_EXPORT.
Referenced by KLFSysInfo::isLaptop().
| bool _klf_otheros_is_on_battery_power | ( | ) |
Definition at line 27 of file klfdefs_otheros.cpp.
References _klf_otheros_battery_info(), KLF_EXPORT, and KLFSysInfo::BatteryInfo::onbatterypower.
Referenced by KLFSysInfo::isOnBatteryPower().
| QString klf_defs_sysinfo_arch | ( | ) |
Definition at line 38 of file klfdefs_linux.cpp.
References QString::fromLatin1(), and KLF_EXPORT.
Referenced by KLFSysInfo::arch().