19#ifndef __auto_mount_h__
20#define __auto_mount_h__
25#include <tdelibs_export.h>
44 friend class gcc_gives_a_warning_without_this;
57 KAutoMount(
bool readonly,
const TQString& format,
const TQString& device,
const TQString& mountpoint,
58 const TQString & desktopFile,
bool show_filemanager_window =
true );
71 bool m_bShowFilemanagerWindow;
72 TQString m_desktopFile;
76 class KAutoMountPrivate* d;
89 friend class gcc_gives_a_warning_without_this;
97 KAutoUnmount(
const TQString & mountpoint,
const TQString & desktopFile );
108 TQString m_desktopFile;
109 TQString m_mountpoint;
113 class KAutoUnmountPrivate* d;
void error()
Emitted in case the directory could not been mounted.
void finished()
Emitted when the directory has been mounted.
KAutoMount(bool readonly, const TQString &format, const TQString &device, const TQString &mountpoint, const TQString &desktopFile, bool show_filemanager_window=true)
Mounts a device.
void error()
Emitted in case the directory could not been unmounted.
void finished()
Emitted when the directory has been unmounted.
KAutoUnmount(const TQString &mountpoint, const TQString &desktopFile)
Unmounts a device.
The base class for all jobs.
A namespace for TDEIO globals.