KexiCSVExport::Options Class Reference
#include <kexicsvexport.h>
Detailed Description
Options used in KexiCSVExportWizard contructor.
Definition at line 32 of file kexicsvexport.h.
Public Member Functions | |
| Options () | |
| bool | assign (QMap< QString, QString > &args) |
| Assigns args. | |
Public Attributes | |
| Mode | mode |
| int | itemId |
| Table or query ID. | |
| QString | fileName |
| QString | delimiter |
| QString | forceDelimiter |
| Used for "clipboard" mode. | |
| QString | textQuote |
| bool | addColumnNames: 1 |
Constructor & Destructor Documentation
|
|
Definition at line 48 of file kexicsvexport.cpp. |
Member Function Documentation
|
|
Assigns args.
Definition at line 53 of file kexicsvexport.cpp. References addColumnNames, KexiCSVExport::Clipboard, delimiter, KexiCSVExport::File, forceDelimiter, itemId, KEXICSV_DEFAULT_CLIPBOARD_DELIMITER, KEXICSV_DEFAULT_CLIPBOARD_TEXT_QUOTE, KEXICSV_DEFAULT_FILE_DELIMITER, KEXICSV_DEFAULT_FILE_TEXT_QUOTE, mode, and textQuote. Referenced by KexiCSVImportExportPart::createWidget(), and KexiCSVImportExportPart::executeCommand(). |
Member Data Documentation
|
|
Definition at line 45 of file kexicsvexport.h. Referenced by assign(), KexiCSVExportWizard::done(), and KexiCSVExport::exportData(). |
|
|
Definition at line 42 of file kexicsvexport.h. Referenced by assign(), KexiCSVExportWizard::done(), and KexiCSVExport::exportData(). |
|
|
Definition at line 41 of file kexicsvexport.h. Referenced by KexiCSVExportWizard::done(), and KexiCSVExport::exportData(). |
|
|
Used for "clipboard" mode.
Definition at line 43 of file kexicsvexport.h. Referenced by assign(), and KexiCSVExportWizard::defaultDelimiter(). |
|
|
Table or query ID.
Definition at line 40 of file kexicsvexport.h. Referenced by assign(), KexiCSVImportExportPart::executeCommand(), and KexiCSVExportWizard::KexiCSVExportWizard(). |
|
|
|
Definition at line 44 of file kexicsvexport.h. Referenced by assign(), KexiCSVExportWizard::done(), and KexiCSVExport::exportData(). |
The documentation for this class was generated from the following files:
