kfloppy
FATFilesystem Class Reference
#include <format.h>
Inheritance diagram for FATFilesystem:

Detailed Description
Create an msdos (FAT) filesystem on the floppy.Definition at line 315 of file format.h.
Public Member Functions | |
| FATFilesystem (QObject *parent=0L) | |
| virtual void | exec () |
| bool | configure (bool verify, bool label, const QString &l) |
| virtual void | processStdOut (K3Process *, char *b, int l) |
Static Public Member Functions | |
| static bool | runtimeCheck () |
Protected Attributes | |
| bool | doVerify |
| bool | doLabel |
| QString | label |
Static Protected Attributes | |
| static QString | newfs_fat = QString() |
Constructor & Destructor Documentation
| FATFilesystem::FATFilesystem | ( | QObject * | parent = 0L |
) |
Definition at line 624 of file format.cpp.
Member Function Documentation
| void FATFilesystem::exec | ( | ) | [virtual] |
Exec() should return quickly to ensire that the GUI thread stays alive.
quit() should abort the action.
Reimplemented from KFAction.
Definition at line 660 of file format.cpp.
| bool FATFilesystem::runtimeCheck | ( | ) | [static] |
Definition at line 633 of file format.cpp.
| bool FATFilesystem::configure | ( | bool | verify, | |
| bool | label, | |||
| const QString & | l | |||
| ) |
newfs_msdos(1) doesn't support an additional verify, but Linux mkdosfs(1) does.
Enable additional medium verify with verify. Disks can be labeled (label) with the remaining parameters (l).
Definition at line 648 of file format.cpp.
| void FATFilesystem::processStdOut | ( | K3Process * | , | |
| char * | b, | |||
| int | l | |||
| ) | [virtual] |
Member Data Documentation
QString FATFilesystem::newfs_fat = QString() [static, protected] |
bool FATFilesystem::doVerify [protected] |
bool FATFilesystem::doLabel [protected] |
QString FATFilesystem::label [protected] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference