libkdeedu/keduvocdocument
keduvoccsvwriter.cpp
Go to the documentation of this file.
49 outputStream << i18nc( "@item:intable the title of the document will be written here", "Title:" ) << separator << m_doc->title() << "\n";
50 outputStream << i18nc( "@item:intable the author will be written here", "Author:" ) << separator << m_doc->author() << "\n";
bool writeDoc(KEduVocDocument *doc, const QString &generator)
Definition: keduvoccsvwriter.cpp:36
QList< KEduVocExpression * > entries(EnumEntriesRecursive recursive=NotRecursive)
get a list of all entries in the lesson
Definition: keduvoclesson.cpp:51
Definition: keduvoccontainer.h:44
This class contains one vocabulary expression as an original with one or more translations.
Definition: keduvocexpression.h:37
QString csvDelimiter() const
Returns the delimiter (separator) used for csv import and export.
Definition: keduvocdocument.cpp:847
KEduVocTranslation * translation(int index)
Get a pointer to the translation.
Definition: keduvocexpression.cpp:182
int entryCount(EnumEntriesRecursive recursive=NotRecursive)
get the number of entries in the lesson
Definition: keduvoclesson.cpp:59
This class contains the expressions of your vocabulary as well as other information about the vocabul...
Definition: keduvocdocument.h:44
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:37:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:37:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.