kfloppy
format.h
Go to the documentation of this file.
virtual void processStdOut(K3Process *, char *, int)
Provide handling of stdout.
Definition: format.cpp:354
Debugging definitions for KFloppy.
void done(KFAction *me, bool success)
done() should always be emitted with this as first parameter, to avoid sender() magic and the like...
virtual void processDone(K3Process *)
Provide handling of the exit of the external program.
Definition: format.cpp:324
virtual void processDone(K3Process *)
Provide handling of the exit of the external program.
Definition: format.cpp:601
virtual void processStdOut(K3Process *, char *, int)
Provide handling of stdout.
Definition: format.cpp:464
bool configure(bool verify, bool label, const QString &l)
newfs_msdos(1) doesn't support an additional verify, but Linux mkdosfs(1) does.
Definition: format.cpp:648
virtual void processStdErr(K3Process *, char *, int)
Provide handling stderr.
Definition: format.cpp:361
virtual void exec()
Exec() should return quickly to ensire that the GUI thread stays alive.
Definition: format.cpp:103
bool configure(bool verify)
verify instructs fdformat(1) to verify the medium as well.
Definition: format.cpp:400
void status(const QString &msg, int progress)
Emit this signal to inform the user of interesting changes; setting msg to an empty string doesn't ch...
Acts as a queue and executes the actions in the queue in FIFO order.
Definition: format.h:115
bool configureDevice(int driveno, int density)
ConfigureDevice() needs to be called prior to exec() or exec() will fail; this indicates which drive ...
Definition: format.cpp:256
const fdinfo * deviceInfo
Configuration info (Pointer into list of "/dev/..." entries)
Definition: format.h:212
virtual void exec()
Exec() should return quickly to ensire that the GUI thread stays alive.
Definition: format.cpp:69
virtual void exec()
Exec() should return quickly to ensire that the GUI thread stays alive.
Definition: format.cpp:660
bool configure(bool verify, bool label, const QString &l)
Same args as FATFilesystem::configure.
Definition: format.cpp:821
virtual void exec()
Exec() should return quickly to ensire that the GUI thread stays alive.
Definition: format.cpp:837
virtual void exec()
Exec() should return quickly to ensire that the GUI thread stays alive.
Definition: format.cpp:567
QObject * parent() const
virtual void exec()
Exec() should return quickly to ensire that the GUI thread stays alive.
Definition: format.cpp:406
static bool runtimeCheck()
Concrete classes can provide a runtimeCheck function (heck, this is static, so the name is up to you)...
Definition: format.cpp:394
QString findExecutable(const QString &)
Utility function that looks for executables in $PATH and in /sbin and /usr/sbin.
Definition: format.cpp:38
static bool runtimeCheck()
Concrete classes can provide a runtimeCheck function (heck, this is static, so the name is up to you)...
Definition: format.cpp:561
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.