kchart
CSVImportDialog Class Reference
List of all members.Detailed Description
Definition at line 30 of file csvimportdialog.h.
Public Types | |
TEXT | |
NUMBER | |
DATE | |
CURRENCY | |
COMMANUMBER | |
POINTNUMBER | |
enum | Header { TEXT, NUMBER, DATE, CURRENCY, COMMANUMBER, POINTNUMBER } |
Public Member Functions | |
CSVImportDialog (QWidget *parent, QByteArray &fileArray) | |
~CSVImportDialog () | |
bool | firstRowContainHeaders () |
bool | firstColContainHeaders () |
int | rows () |
int | cols () |
int | headerType (int col) |
QString | text (int row, int col) |
Member Enumeration Documentation
- Enumerator:
-
TEXT Normal text. NUMBER Number (either like locale or like C). DATE Date. - Todo:
- What type exactly?
CURRENCY Currency. COMMANUMBER Number, which decimal symbol is a comma. POINTNUMBER Number, which decimal symbol is a point/dot.
Definition at line 34 of file csvimportdialog.h.
The documentation for this class was generated from the following files: