Solid
processor.h
Go to the documentation of this file.
65 NoExtensions = 0x0,
66 IntelMmx = 0x1,
67 IntelSse = 0x2,
68 IntelSse2 = 0x4,
69 IntelSse3 = 0x8,
70 IntelSse4 = 0x10,
71 Amd3DNow = 0x20,
73 };
Type
This enum type defines the type of device interface that a Device can have.
Definition: deviceinterface.h:67
This class allows applications to deal with devices available in the underlying system.
Definition: device.h:49
InstructionSet
This enum contains the list of architecture extensions you can query.
Definition: processor.h:64
static Type deviceInterfaceType()
Get the Solid::DeviceInterface::Type of the Processor device interface.
Definition: processor.h:92
Definition: acadapter.h:29
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.