• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdecore
 

tdecore

  • tdecore
  • tdehw
tdehwcommontypes.h
1 /* This file is part of the TDE libraries
2  Copyright (C) 2012 Timothy Pearson <kb9vqf@pearsoncomputing.net>
3  (C) 2013 Golubev Alexander <fatzer2@gmail.com>
4 
5  This library is free software; you can redistribute it and/or
6  modify it under the terms of the GNU Library General Public
7  License version 2 as published by the Free Software Foundation.
8 
9  This library is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  Library General Public License for more details.
13 
14  You should have received a copy of the GNU Library General Public License
15  along with this library; see the file COPYING.LIB. If not, write to
16  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17  Boston, MA 02110-1301, USA.
18 */
19 
20 #ifndef _TDEHWCOMMON_H
21 #define _TDEHWCOMMON_H
22 
23 // Keep readGenericDeviceTypeFromString(), getFriendlyDeviceTypeStringFromType(), and getDeviceTypeIconFromType() in tdehardwaredevices.cpp in sync with this enum
24 namespace TDEGenericDeviceType {
25 enum TDEGenericDeviceType {
26  Root,
27  RootSystem,
28  CPU,
29  GPU,
30  RAM,
31  Bus,
32  I2C,
33  MDIO,
34  Mainboard,
35  Disk,
36  SCSI,
37  StorageController,
38  Mouse,
39  Keyboard,
40  HID,
41  Modem,
42  Monitor,
43  Network,
44  NonvolatileMemory,
45  Printer,
46  Scanner,
47  Sound,
48  VideoCapture,
49  IEEE1394,
50  PCMCIA,
51  Camera,
52  TextIO,
53  Serial,
54  Parallel,
55  Peripheral,
56  Backlight,
57  Battery,
58  PowerSupply,
59  Dock,
60  ThermalSensor,
61  ThermalControl,
62  BlueTooth,
63  Bridge,
64  Hub,
65  Platform,
66  Cryptography,
67  CryptographicCard,
68  BiometricSecurity,
69  TestAndMeasurement,
70  Timekeeping,
71  Event,
72  Input,
73  PNP,
74  OtherACPI,
75  OtherUSB,
76  OtherMultimedia,
77  OtherPeripheral,
78  OtherSensor,
79  OtherVirtual,
80  Other,
81  Last = Other
82 };
83 };
84 
85 namespace TDEDisplayPowerLevel {
86 enum TDEDisplayPowerLevel {
87  On,
88  Standby,
89  Suspend,
90  Off
91 };
92 };
93 
94 #endif // _TDEHWCOMMON_H

tdecore

Skip menu "tdecore"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdecore

Skip menu "tdecore"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdecore by doxygen 1.9.1
This website is maintained by Timothy Pearson.