Solid
Go to the documentation of this file.
25 #include <solid/ifaces/opticaldrive.h>
27 Solid::OpticalDrive::OpticalDrive(
QObject *backendObject)
28 : StorageDrive(*new OpticalDrivePrivate(), backendObject)
30 connect(backendObject, SIGNAL(ejectPressed(QString)),
31 this, SIGNAL(ejectPressed(QString)));
34 connect(backendObject, SIGNAL(ejectRequested(QString)),
35 this, SIGNAL(ejectRequested(QString)));
46 return_SOLID_CALL(Ifaces::OpticalDrive *, d->backendObject(), MediumTypes(), supportedMedia());
51 Q_D(
const OpticalDrive);
57 Q_D(
const OpticalDrive);
63 Q_D(
const OpticalDrive);
64 return_SOLID_CALL(Ifaces::OpticalDrive *, d->backendObject(), QList<int>(), writeSpeeds());
73 #include "opticaldrive.moc"
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 20:19:14 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.