Solid
ifaces/processor.h
Base interface of all the device interfaces.
Definition ifaces/deviceinterface.h:23
This device interface is available on processors.
Definition ifaces/processor.h:21
virtual int maxSpeed() const =0
Retrieves the maximum speed of the processor.
virtual bool canChangeFrequency() const =0
Indicates if the processor can change the CPU frequency.
virtual Solid::Processor::InstructionSets instructionSets() const =0
Queries the instructions set extensions of the CPU.
virtual int number() const =0
Retrieves the processor number in the system.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:22 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:22 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.