kspread
KSpread::CSVDialog Class Reference
Provides dialog for managing CSV (comma separated value) data. More...
#include <CSVDialog.h>

Public Types | |
| enum | Mode { Clipboard, File, Column } |
Public Member Functions | |
| CSVDialog (QWidget *parent, Selection *selection, Mode mode) | |
| ~CSVDialog () | |
| bool | canceled () |
Protected Slots | |
| void | init () |
Protected Member Functions | |
| void | accept () |
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 43 of file CSVDialog.h.
Member Enumeration Documentation
Definition at line 48 of file CSVDialog.h.
Constructor & Destructor Documentation
Definition at line 48 of file CSVDialog.cpp.
| CSVDialog::~CSVDialog | ( | ) |
Definition at line 99 of file CSVDialog.cpp.
Member Function Documentation
| void CSVDialog::accept | ( | ) | [protected] |
Definition at line 156 of file CSVDialog.cpp.
| bool CSVDialog::canceled | ( | ) |
Definition at line 151 of file CSVDialog.cpp.
| void CSVDialog::init | ( | ) | [protected, slot] |
Definition at line 104 of file CSVDialog.cpp.
The documentation for this class was generated from the following files:
