• 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  Printer,
45  Scanner,
46  Sound,
47  VideoCapture,
48  IEEE1394,
49  PCMCIA,
50  Camera,
51  TextIO,
52  Serial,
53  Parallel,
54  Peripheral,
55  Backlight,
56  Battery,
57  PowerSupply,
58  Dock,
59  ThermalSensor,
60  ThermalControl,
61  BlueTooth,
62  Bridge,
63  Platform,
64  Cryptography,
65  Event,
66  Input,
67  PNP,
68  OtherACPI,
69  OtherUSB,
70  OtherMultimedia,
71  OtherPeripheral,
72  OtherSensor,
73  OtherVirtual,
74  Other,
75  Last = Other
76 };
77 };
78 
79 namespace TDEDisplayPowerLevel {
80 enum TDEDisplayPowerLevel {
81  On,
82  Standby,
83  Suspend,
84  Off
85 };
86 };
87 
88 namespace TDEHardwareEvent {
89 enum TDEHardwareEvent {
90  HardwareListModified,
91  MountTableModified,
92  HardwareAdded,
93  HardwareRemoved,
94  HardwareUpdated,
95  Other,
96  Last = Other
97 };
98 };
99 
100 #endif // _TDEHWCOMMON_H
TDEDisplayPowerLevel
Definition: tdehwcommontypes.h:79
TDEGenericDeviceType
Definition: tdehwcommontypes.h:24
TDEHardwareEvent
Definition: tdehwcommontypes.h:88

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
  •     tdecore
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  • tdeioslave
  •   http
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdecore by doxygen 1.8.8
This website is maintained by Timothy Pearson.