Kexi API Documentation (2.0 alpha)

KexiCSVExport::Options Class Reference

#include <kexicsvexport.h>

List of all members.


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

Options::Options  ) 
 

Definition at line 48 of file kexicsvexport.cpp.


Member Function Documentation

bool Options::assign QMap< QString, QString > &  args  ) 
 

Assigns args.

Returns:
false on failure.

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

bool KexiCSVExport::Options::addColumnNames
 

Definition at line 45 of file kexicsvexport.h.

Referenced by assign(), KexiCSVExportWizard::done(), and KexiCSVExport::exportData().

QString KexiCSVExport::Options::delimiter
 

Definition at line 42 of file kexicsvexport.h.

Referenced by assign(), KexiCSVExportWizard::done(), and KexiCSVExport::exportData().

QString KexiCSVExport::Options::fileName
 

Definition at line 41 of file kexicsvexport.h.

Referenced by KexiCSVExportWizard::done(), and KexiCSVExport::exportData().

QString KexiCSVExport::Options::forceDelimiter
 

Used for "clipboard" mode.

Definition at line 43 of file kexicsvexport.h.

Referenced by assign(), and KexiCSVExportWizard::defaultDelimiter().

int KexiCSVExport::Options::itemId
 

Table or query ID.

Definition at line 40 of file kexicsvexport.h.

Referenced by assign(), KexiCSVImportExportPart::executeCommand(), and KexiCSVExportWizard::KexiCSVExportWizard().

Mode KexiCSVExport::Options::mode
 

Definition at line 39 of file kexicsvexport.h.

Referenced by assign(), KexiCSVExportWizard::defaultDelimiter(), KexiCSVExportWizard::defaultTextQuote(), KexiCSVExportWizard::deleteEntry(), KexiCSVExportWizard::done(), KexiCSVExport::exportData(), KexiCSVExportWizard::KexiCSVExportWizard(), KexiCSVExportWizard::readBoolEntry(), KexiCSVExportWizard::readEntry(), KexiCSVExportWizard::showPage(), and KexiCSVExportWizard::writeEntry().

QString KexiCSVExport::Options::textQuote
 

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:
KDE Logo
This file is part of the documentation for Kexi 2.0 alpha.
Documentation copyright © 2002-2007 the Kexi Team.
Generated on Tue Apr 1 20:50:37 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003