kdf
DiskList Class Reference
#include <disklist.h>
Inheritance diagram for DiskList:

Detailed Description
Definition at line 97 of file disklist.h.
Public Slots | |
| void | loadSettings () |
| void | applySettings () |
Signals | |
| void | readDFDone () |
| void | criticallyFull (DiskEntry *disk) |
Public Member Functions | |
| DiskList (QObject *parent=0) | |
| ~DiskList () | |
| int | readFSTAB () |
| int | readDF () |
| int | find (const DiskEntry *disk) |
| DiskEntry * | at (uint index) |
| DiskEntry * | first () |
| DiskEntry * | next () |
| uint | count () |
| void | deleteAllMountedAt (const QString &mountpoint) |
| void | setUpdatesDisabled (bool disable) |
Constructor & Destructor Documentation
| DiskList::DiskList | ( | QObject * | parent = 0 |
) |
Definition at line 42 of file disklist.cpp.
| DiskList::~DiskList | ( | ) |
Definition at line 72 of file disklist.cpp.
Member Function Documentation
| int DiskList::readFSTAB | ( | ) |
Definition at line 163 of file disklist.cpp.
| int DiskList::readDF | ( | ) |
Definition at line 247 of file disklist.cpp.
| int DiskList::find | ( | const DiskEntry * | disk | ) | [inline] |
Definition at line 104 of file disklist.h.
| DiskEntry* DiskList::at | ( | uint | index | ) | [inline] |
Definition at line 105 of file disklist.h.
| DiskEntry* DiskList::first | ( | ) | [inline] |
Definition at line 106 of file disklist.h.
| DiskEntry* DiskList::next | ( | ) | [inline] |
Definition at line 107 of file disklist.h.
| uint DiskList::count | ( | ) | [inline] |
Definition at line 108 of file disklist.h.
| void DiskList::deleteAllMountedAt | ( | const QString & | mountpoint | ) |
Definition at line 360 of file disklist.cpp.
| void DiskList::setUpdatesDisabled | ( | bool | disable | ) |
Updated need to be disabled sometimes to avoid pulling the DiskEntry out from the popupmenu handler.
Definition at line 80 of file disklist.cpp.
| void DiskList::readDFDone | ( | ) | [signal] |
| void DiskList::criticallyFull | ( | DiskEntry * | disk | ) | [signal] |
| void DiskList::loadSettings | ( | ) | [slot] |
Definition at line 112 of file disklist.cpp.
| void DiskList::applySettings | ( | ) | [slot] |
Definition at line 88 of file disklist.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference