DevPreferences Class Reference

[kfstab Index] [kfstab Hierarchy]


This is class DevPreferences More...

#include <devpref.h>

Inherits: KDialog

Public Members

Public Slots

Protected Slots

Signals

Private Members


Detailed Description

This is class DevPreferences. It handles userīs device selection and sends them back using signal NewDevice


DevPreferences( QWidget *parent=0, QString name=0 )

This is the constructor of class DevPreferences.

~DevPreferences()

This is the destructor of class DevPreferences. When the dialog is closed, we will kill all remaining fdisk tasks.

void devFloppy()

This module handles Floppy devices.

void devEide()

This module handles EIDE devices.

void devSelect()

Sends the selected device back if the selection is accepted.

void devScsi()

This module handles SCSI devices.

void devFile()

This module handles File devices.

void devDevice()

This method handles /dev/ directly as KFileDialog can do so.

virtual void slotProcessDead( KProcess * )

This slot is responsable when a KProcess is finished or killed.

virtual void slotCmdStdout( KProcess *, char *, int )

This slot is called whenever a output of a KProcess is send using stdout.

void newDevice( QString devStr )

This signal is emmited whenever a new Device is selected.

void foundPart( QString *stdOutBuffer )

This module reads the available partitions from stdout which is send as a QString to this module. The partitions are send to a ComboBox, a text is shown.

void devEideScsi( QString name = 0, const char majorDev = 'h', const char endDev = 'i' )

This module is used by devEide and devScsi to check which partitions are found by fdisk.


Documentation generated by areuter@vaio on Tue Jul 20 21:36:01 MEST 1999
Kdoc