KFstab Class Reference

[kfstab Index] [kfstab Hierarchy]


This is the class definition of KFstab a KTopLevelWidget More...

#include <kfstab.h>

Inherits: KTMainWindow

Public Members

Public Slots

Protected Slots

Private Members


Detailed Description

This is the class definition of KFstab a KTopLevelWidget.

It provides all necessary methods we need to make Kfstab work.


KFstab( const char *name=0 )

This is the constructor of class KFstab. Draws the widget. Each button calls a module that checks if there´s a device that can be mounted. Also the options on each filesystem can be set.

void closeEvent( QCloseEvent *e )

This is called when the application is closed using any other possiblities then File-Exit.

bool itemsChanged

In this public member we store when a item has changed.

void optionsPreferencesNew( char *optStr)

This public slot is used to change text field and listbox of the options

void devicePreferencesNew( char *devStr )

This public slot is used to change text field and listbox of the devices

void closeWindow()

Calls closeEvent to close the window.

void openFile()

This method opens the fstab file and reads the values.

virtual void closeFile()

This method closes the actual changed fstab file and saves it to disc. Before this the administrator is asked if he is sure about this. Comments and disabled entries (for future use) will be saved.

void itemChanged( QListViewItem *item )

This method is allways called when a item has changed.

void contentChanged()

This method is called when a content has changed.

void filesysChanged()

This method is used whenever a filesystem has changed.

void deleteItem()

This method is used when a item is deleted.

void addItem()

This method is called when a item has been added.

void callKdf()

This method starts kdf.

void callKdu()

This method starts kdu.

void helpSelected()

This method calls the KDE-Help.

void printFile()

This method prints the current /etc/fstab file.

void devicePreferences()

This method calls the device Preferences Class.

void mountPointPreferences()

This method calls the mount point preferences.

void optionsPreferences()

This method calls the options Preferences Class.


Documentation generated by areuter@vaio on Fri Jun 18 18:32:18 MEST 1999
Kdoc