kspread
KSpread::CSVDialog Class Reference
#include <kspread_dlg_csv.h>
Detailed Description
Provides dialog for managing CSV (comma separated value) data.Currently CSVDialog is used for converting text into columns, inserting text file and pasting text from clipboard, where conversion from CSV (comma separated value) data is is all required. The different purposed mentioned above is determined using mode, which can be Column, File, or Clipboard respectively.
Definition at line 55 of file kspread_dlg_csv.h.
Public Types | |
enum | Mode { Clipboard, File, Column } |
enum | Header { TEXT, NUMBER, DATE, CURRENCY } |
Public Member Functions | |
CSVDialog (View *parent, const char *name, QRect const &rect, Mode mode) | |
~CSVDialog () | |
bool | cancelled () |
Protected Member Functions | |
void | accept () |
The documentation for this class was generated from the following files: