]> Git trees. - libqmvoc.git/commitdiff
added some apidox
authorJeremy Paul Whiting <jpwhiting@kde.org>
Wed, 15 Aug 2007 12:49:27 +0000 (12:49 +0000)
committerJeremy Paul Whiting <jpwhiting@kde.org>
Wed, 15 Aug 2007 12:49:27 +0000 (12:49 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=700393

keduvocdocument/keduvockvtml2reader.h
keduvocdocument/keduvockvtml2writer.h
keduvocdocument/keduvoctranslation.h

index fe8cd3b6d71d8c4765be44ce6c5d3aa3100c2cef..4fc1c01d6a4901a0ccc4438dc96e72a509f23f5d 100644 (file)
@@ -118,6 +118,9 @@ public:
    */
   bool readLesson(QDomElement &lessonElement);
 
+  /** get the errormessage string 
+   * @returns the errormessage string
+   */
   QString errorMessage() const { return m_errorMessage; }
 
 private:
index 33df97b9824b41ae34a3590f2226b2d8ad100f1d..48bb9fdcb984636fcb4f637512a7f64a9a5bf8b2 100644 (file)
@@ -88,9 +88,7 @@ public:
    * @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
index eb574df8c2714fda2924401b2886ab21bdafc4fc..dd267a3825738984ecfc15506be1f5d9b44266be 100644 (file)
@@ -160,8 +160,13 @@ public:
    */
   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 );