[kfstab Index] [kfstab Hierarchy]
This is class TestMount More...
#include <testmount.h>
Inherits: KDialog
This is class TestMount.This class makes it possible to test if a filesystem can be mounted.
This is the Constructor of class TestMount. It draws the widget we need and calls the mount and umount programs.
This is the destructor of class TestMount.
It cleans up if neccassary by killing a running mount or umount process. If a filesystem is mounted it unmounts it.
This method executeMount is called whenever a mount is to be done.
This method executeUmount is called whenever a umount is to be done.
This method calls executeMount and afterwards executeUmount and does some testing if everything went ok.
This method calls executeMount and does some testing if everything went ok. Afterwards the selected partition is mounted.
This method calls executeUmount and does some testing if everything went ok. Afterwards the selected partition is unmounted.
This MultiLineEdit is used to display the output of mount and umount.
This slot is responsable when a KProcess is finished or killed.
This slot is called whenever a output of a KProcess is send using stdout or stderr.
This method gives out a KMsgBox as an unstable condition has appeared.
mountProc holds the KProcess which calls mount / umount.
This variable stores the 2nd argument for mount. This is usualy the device.
This variable stores the 3rd argument for mount. This is usualy the moint point.
This variable stores the 5th argument for mount. This is usualy the filesystemtype.
This vaiable stores the 7th argument for mount. This are usualy the options.
This variable indicates if weare doing a mount or unmount process. So only one combined method for the stdout and stderr can be used.
This variable stores if a mount process was successful.
| Kdoc |