3 1998 by Helge Deller (deller@gmx.de)
6 !!!!! this file will be included by info.cpp !!!!!
9 // Default for unsupportet systems
12 /* all following functions should return true, when the Information
13 was filled into the lBox-Widget.
14 returning false indicates, that information was not available.
17 bool GetInfo_CPU(QTreeWidget
*) {
21 bool GetInfo_IRQ(QTreeWidget
*) {
25 bool GetInfo_DMA(QTreeWidget
*) {
29 bool GetInfo_PCI(QTreeWidget
*) {
33 bool GetInfo_IO_Ports(QTreeWidget
*) {
37 bool GetInfo_Sound(QTreeWidget
*) {
41 bool GetInfo_Devices(QTreeWidget
*) {
45 bool GetInfo_SCSI(QTreeWidget
*) {
49 bool GetInfo_Partitions(QTreeWidget
*) {
53 bool GetInfo_XServer_and_Video(QTreeWidget
* tree
) {
54 return GetInfo_XServer_Generic(tree
);