Solid
storagedrive.h
Go to the documentation of this file.
78 enum DriveType { HardDisk, CdromDrive, Floppy, Tape, CompactFlash, MemoryStick, SmartMedia, SdMmc, Xd };
Type
This enum type defines the type of device interface that a Device can have.
Definition deviceinterface.h:67
DeviceInterface(DeviceInterfacePrivate &dd, QObject *backendObject)
Definition deviceinterface.cpp:29
This class allows applications to deal with devices available in the underlying system.
Definition device.h:49
This device interface is available on storage devices.
Definition storagedrive.h:40
bool isInUse() const
Indicates if the storage device is currently in use i.e.
Definition storagedrive.cpp:77
bool isHotpluggable() const
Indicates if this storage device can be plugged or unplugged while the computer is running.
Definition storagedrive.cpp:65
DriveType
This enum type defines the type of drive a storage device can be.
Definition storagedrive.h:78
bool isRemovable() const
Indicates if the media contained by this drive can be removed.
Definition storagedrive.cpp:59
static Type deviceInterfaceType()
Get the Solid::DeviceInterface::Type of the StorageDrive device interface.
Definition storagedrive.h:105
Bus
This enum type defines the type of bus a storage device is attached to.
Definition storagedrive.h:63
Definition acadapter.h:29
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.