KSpreadCSVDialog Class Reference
Provides dialog for managing CSV (comma separated value) data. More...
#include <kspread_dlg_csv.h>
Collaboration diagram for KSpreadCSVDialog:

Public Types | |
enum | Mode { Clipboard, File, Column } |
enum | Header { TEXT, NUMBER, DATE, CURRENCY } |
Public Member Functions | |
KSpreadCSVDialog (KSpreadView *parent, const char *name, QRect const &rect, Mode mode) | |
bool | cancelled () |
Protected Member Functions | |
void | accept () |
Detailed Description
Provides dialog for managing CSV (comma separated value) data.Currently KSpreadCSVDialog 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 53 of file kspread_dlg_csv.h.
The documentation for this class was generated from the following files: