kdf
DiskEntry Class Reference
#include <disks.h>
Inheritance diagram for DiskEntry:

Detailed Description
Definition at line 38 of file disks.h.
Constructor & Destructor Documentation
| DiskEntry::DiskEntry | ( | QObject * | parent = 0, |
|
| const char * | name = 0 | |||
| ) | [explicit] |
Member Function Documentation
| QString DiskEntry::mountCommand | ( | ) | const [inline] |
sets the used mountCommand for the actual DiskEntry.
- Parameters:
-
mntcmd is a string containing the executable file and special codes which will be filled in when used:
m : mountpoint
d : deviceName
t : filesystem type
o : mount options
all this information is gained from the objects' data if no mountCommand is set it defaults to "mount %d"
| QString DiskEntry::umountCommand | ( | ) | const [inline] |
sets the used umountCommand for the actual DiskEntry.
- Parameters:
-
mntcmd is a string containing the executable file and special codes which will be filled in when used:
m : mountpoint
d : deviceName
all this information is gained from the objects' data if no umountCommand is set it defaults to "umount %d"
| void DiskEntry::sysCallError | ( | DiskEntry * | disk, | |
| int | err_no | |||
| ) | [signal] |
| void DiskEntry::deviceNameChanged | ( | ) | [signal] |
| void DiskEntry::mountPointChanged | ( | ) | [signal] |
| void DiskEntry::mountOptionsChanged | ( | ) | [signal] |
| void DiskEntry::fsTypeChanged | ( | ) | [signal] |
| void DiskEntry::mountedChanged | ( | ) | [signal] |
| void DiskEntry::kBSizeChanged | ( | ) | [signal] |
| void DiskEntry::kBUsedChanged | ( | ) | [signal] |
| void DiskEntry::kBAvailChanged | ( | ) | [signal] |
| void DiskEntry::iconNameChanged | ( | ) | [signal] |
| void DiskEntry::setMountCommand | ( | const QString & | mnt | ) | [slot] |
| void DiskEntry::setUmountCommand | ( | const QString & | umnt | ) | [slot] |
| void DiskEntry::setDeviceName | ( | const QString & | deviceName | ) | [slot] |
| void DiskEntry::setMountPoint | ( | const QString & | mountPoint | ) | [slot] |
| void DiskEntry::setIconName | ( | const QString & | iconName | ) | [slot] |
| void DiskEntry::setMountOptions | ( | const QString & | mountOptions | ) | [slot] |
| void DiskEntry::setFsType | ( | const QString & | fsType | ) | [slot] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference