kfloppy
#include <floppy.h>
Public Slots | |
void | format () |
void | formatStatus (const QString &, int) |
void | quit () |
void | reset () |
Public Member Functions | |
FloppyData (QWidget *parent=0) | |
virtual | ~FloppyData () |
void | closeEvent (QCloseEvent *) |
bool | findDevice () |
int | findKeyWord (QString &, const QString &) |
void | readSettings () |
void | setEnabled (bool) |
bool | setInitialDevice (const QString &dev) |
void | setWidgets () |
void | show () |
void | writeSettings () |
Protected Member Functions | |
void | keyPressEvent (QKeyEvent *e) |
Detailed Description
Constructor & Destructor Documentation
FloppyData::FloppyData | ( | QWidget * | parent = 0 | ) |
Definition at line 56 of file floppy.cpp.
|
virtual |
Definition at line 349 of file floppy.cpp.
Member Function Documentation
void FloppyData::closeEvent | ( | QCloseEvent * | ) |
Override closeEvent() in order to properly close the entire application.
Definition at line 354 of file floppy.cpp.
bool FloppyData::findDevice | ( | ) |
Maps combobox selection to drive and density.
Definition at line 376 of file floppy.cpp.
A kind of QString::find()
|
slot |
Definition at line 499 of file floppy.cpp.
|
slot |
Definition at line 668 of file floppy.cpp.
|
protected |
Definition at line 359 of file floppy.cpp.
|
slot |
Definition at line 449 of file floppy.cpp.
void FloppyData::readSettings | ( | ) |
Reading the user-visible settings.
Definition at line 716 of file floppy.cpp.
|
slot |
Definition at line 481 of file floppy.cpp.
void FloppyData::setEnabled | ( | bool | b | ) |
Enable/disable all UI elements.
Definition at line 456 of file floppy.cpp.
bool FloppyData::setInitialDevice | ( | const QString & | dev | ) |
set default device
Definition at line 416 of file floppy.cpp.
void FloppyData::setWidgets | ( | ) |
Map stored settings to widget status.
Definition at line 733 of file floppy.cpp.
void FloppyData::show | ( | ) |
Need to overload normal show() in order to mangle caption.
Definition at line 371 of file floppy.cpp.
void FloppyData::writeSettings | ( | ) |
Writing the user-visible settings.
Definition at line 688 of file floppy.cpp.
The documentation for this class was generated from the following files:
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.