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

Detailed Description
Format with Ext2.Definition at line 346 of file format.h.
Public Member Functions | |
| bool | configure (bool verify, bool label, const QString &l) |
| virtual void | exec () |
| Ext2Filesystem (QObject *parent=0L) | |
| virtual void | processStdOut (K3Process *, char *b, int l) |
Static Public Member Functions | |
| static bool | runtimeCheck () |
Protected Attributes | |
| bool | doLabel |
| bool | doVerify |
| QString | label |
Static Protected Attributes | |
| static QString | newfs = QString() |
Constructor & Destructor Documentation
| Ext2Filesystem::Ext2Filesystem | ( | QObject * | parent = 0L |
) |
Definition at line 801 of file format.cpp.
Member Function Documentation
| bool Ext2Filesystem::configure | ( | bool | verify, | |
| bool | label, | |||
| const QString & | l | |||
| ) |
| void Ext2Filesystem::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 835 of file format.cpp.
| void Ext2Filesystem::processStdOut | ( | K3Process * | , | |
| char * | b, | |||
| int | l | |||
| ) | [virtual] |
| bool Ext2Filesystem::runtimeCheck | ( | ) | [static] |
Definition at line 810 of file format.cpp.
Member Data Documentation
bool Ext2Filesystem::doLabel [protected] |
bool Ext2Filesystem::doVerify [protected] |
QString Ext2Filesystem::label [protected] |
QString Ext2Filesystem::newfs = QString() [static, protected] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference