kio Library API Documentation

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:

QObject List of all members.

Signals

void finished ()
void error ()

Public Member Functions

 KAutoUnmount (const QString &mountpoint, const QString &desktopFile)

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

KAutoUnmount::KAutoUnmount const QString mountpoint,
const QString desktopFile
 

Unmounts a device.

Parameters:
mountpoint the mount point - KAutoUnmount finds the device from that
desktopFile the file the user clicked on - to notify KDirWatch of the fact that it should emit fileDirty for it (to have the icon change)

Definition at line 74 of file kautomount.cpp.

References KIO::unmount().


Member Function Documentation

void KAutoUnmount::finished  )  [signal]
 

Emitted when the directory has been unmounted.

void KAutoUnmount::error  )  [signal]
 

Emitted in case the directory could not been unmounted.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kio Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Mar 3 19:23:46 2005 by doxygen 1.3.6 written by Dimitri van Heesch, © 1997-2003