svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=700393
*/
bool readLesson(QDomElement &lessonElement);
+ /** get the errormessage string
+ * @returns the errormessage string
+ */
QString errorMessage() const { return m_errorMessage; }
private:
* @param lessonsElement QDomElement <lessons> to write to
*/
bool writeLessons(QDomElement &lessonsElement);
-
- bool writeConjugEntry(QDomDocument &domDoc, QDomElement &domElementParent, KEduVocConjugation &curr_conjug);
-
+
/** write a comparison
* @param comparisonElement QDomElement <comparison> to write to
* @param comparison object to write
*/
void setType( const QString &type);
+ /** reset the grades for this translation */
void resetGrades();
+ /** get the gradeobject from given identifier
+ * @param indexFrom which identifier to get the grade from
+ * @returns the grade object
+ */
KEduVocGrade & gradeFrom( int indexFrom );