KAutoUnmount Class Reference
This class implements synchronous unmounting of devices, It is a wrapper around the asychronous KIO::special() call for unmount, used by KMimeType. This class implements synchronous unmounting of devices,. More...
#include <kautomount.h>
Inheritance diagram for KAutoUnmount:

Signals | |
void | finished () |
Emitted when the directory has been unmounted. | |
void | error () |
Emitted in case the directory could not been unmounted. | |
Public Member Functions | |
KAutoUnmount (const QString &mountpoint, const QString &desktopFile) | |
Unmounts a device. | |
Protected Slots | |
void | slotResult (KIO::Job *) |
Detailed Description
This class implements synchronous unmounting of devices, It is a wrapper around the asychronous KIO::special() call for unmount, used by KMimeType. This class implements synchronous unmounting of devices,.
Definition at line 81 of file kautomount.h.
Constructor & Destructor Documentation
|
Unmounts a device.
Definition at line 74 of file kautomount.cpp. References QObject::connect(), and KIO::unmount(). |
Member Function Documentation
|
Emitted when the directory has been unmounted.
|
|
Emitted in case the directory could not been unmounted.
|
The documentation for this class was generated from the following files: