kdf
DiskEntry Class Reference
#include <disks.h>
List of all members.
Detailed Description
Definition at line 40 of file disks.h.
Constructor & Destructor Documentation
| DiskEntry::DiskEntry |
( |
QObject * |
parent = 0, |
|
|
const char * |
name = 0 | |
|
) |
| | [explicit] |
| DiskEntry::DiskEntry |
( |
const QString & |
deviceName, |
|
|
QObject * |
parent = 0, |
|
|
const char * |
name = 0 | |
|
) |
| | [explicit] |
| DiskEntry::~DiskEntry |
( |
|
) |
|
Member Function Documentation
| QString DiskEntry::deviceName |
( |
|
) |
const [inline] |
| void DiskEntry::deviceNameChanged |
( |
|
) |
[signal] |
| QString DiskEntry::deviceRealName |
( |
|
) |
const |
| QString DiskEntry::fsType |
( |
|
) |
const [inline] |
| void DiskEntry::fsTypeChanged |
( |
|
) |
[signal] |
| QString DiskEntry::guessIconName |
( |
|
) |
[slot] |
| void DiskEntry::iconNameChanged |
( |
|
) |
[signal] |
| int DiskEntry::kBAvail |
( |
|
) |
const [inline] |
| void DiskEntry::kBAvailChanged |
( |
|
) |
[signal] |
| int DiskEntry::kBSize |
( |
|
) |
const [inline] |
| void DiskEntry::kBSizeChanged |
( |
|
) |
[signal] |
| int DiskEntry::kBUsed |
( |
|
) |
const [inline] |
| void DiskEntry::kBUsedChanged |
( |
|
) |
[signal] |
| QString DiskEntry::lastSysError |
( |
|
) |
[inline] |
| int DiskEntry::mount |
( |
|
) |
[slot] |
| 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" |
Definition at line 66 of file disks.h.
| bool DiskEntry::mounted |
( |
|
) |
const [inline] |
| void DiskEntry::mountedChanged |
( |
|
) |
[signal] |
| QString DiskEntry::mountOptions |
( |
|
) |
const [inline] |
| void DiskEntry::mountOptionsChanged |
( |
|
) |
[signal] |
| QString DiskEntry::mountPoint |
( |
|
) |
const [inline] |
| void DiskEntry::mountPointChanged |
( |
|
) |
[signal] |
| float DiskEntry::percentFull |
( |
|
) |
const |
| QString DiskEntry::prettyKBAvail |
( |
|
) |
const [inline] |
| QString DiskEntry::prettyKBSize |
( |
|
) |
const [inline] |
| QString DiskEntry::prettyKBUsed |
( |
|
) |
const [inline] |
| QString DiskEntry::realIconName |
( |
|
) |
[inline] |
| QString DiskEntry::realMountPoint |
( |
|
) |
const |
| int DiskEntry::remount |
( |
|
) |
[slot] |
| void DiskEntry::setDeviceName |
( |
const QString & |
deviceName |
) |
[slot] |
| void DiskEntry::setFsType |
( |
const QString & |
fsType |
) |
[slot] |
| void DiskEntry::setIconName |
( |
const QString & |
iconName |
) |
[slot] |
| void DiskEntry::setKBAvail |
( |
int |
kb_avail |
) |
[slot] |
| void DiskEntry::setKBSize |
( |
int |
kb_size |
) |
[slot] |
| void DiskEntry::setKBUsed |
( |
int |
kb_used |
) |
[slot] |
| void DiskEntry::setMountCommand |
( |
const QString & |
mnt |
) |
[slot] |
| void DiskEntry::setMounted |
( |
bool |
nowMounted |
) |
[slot] |
| void DiskEntry::setMountOptions |
( |
const QString & |
mountOptions |
) |
[slot] |
| void DiskEntry::setMountPoint |
( |
const QString & |
mountPoint |
) |
[slot] |
| void DiskEntry::setUmountCommand |
( |
const QString & |
umnt |
) |
[slot] |
| void DiskEntry::sysCallError |
( |
DiskEntry * |
disk, |
|
|
int |
err_no | |
|
) |
| | [signal] |
| int DiskEntry::toggleMount |
( |
|
) |
[slot] |
| int DiskEntry::umount |
( |
|
) |
[slot] |
| 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" |
Definition at line 76 of file disks.h.
The documentation for this class was generated from the following files: