libkdepim
KImportDialog Class Reference
List of all members.Detailed Description
Definition at line 76 of file kimportdialog.h.
Public Slots | |
| bool | setFile (const QString &file) |
| QString | cell (uint row) |
| void | addColumn (KImportColumn *) |
Public Member Functions | |
| KImportDialog (QWidget *parent) | |
Protected Slots | |
| void | separatorClicked (int id) |
| void | formatSelected (QListViewItem *item) |
| void | headerSelected (QListViewItem *item) |
| void | assignColumn (QListViewItem *) |
| void | assignColumn () |
| void | assignTemplate () |
| void | removeColumn () |
| void | applyConverter () |
| void | tableSelected () |
| void | slotUrlChanged (const QString &) |
| void | saveTemplate () |
Protected Member Functions | |
| void | readFile (int rows=10) |
| void | fillTable () |
| void | registerColumns () |
| int | findFormat (int column) |
| virtual void | convertRow () |
Constructor & Destructor Documentation
| KImportDialog::KImportDialog | ( | QWidget * | parent | ) |
This is a generic class for importing line-oriented data from text files.
It provides a dialog for file selection, preview, separator selection and column assignment as well as generic conversion routines. For conversion to special data objects, this class has to be inherited by a special class, which reimplements the convertRow() function.
Definition at line 151 of file kimportdialog.cpp.
The documentation for this class was generated from the following files:

