typedef unsigned short grade_t;
typedef unsigned short count_t;
-class KEduVocGradePrivate;
/**
Contains grading information (query date, bad count) for one language with respect to another.
* provides safe copy of d pointer
*/
KEduVocGrade(const KEduVocGrade &other);
-
+
~KEduVocGrade();
/** returns query count of given translation as int
*
* @param index index of translation
* @param index the identifier displayed to the user
-
*/
QDateTime queryDate( ) const;
void setQueryDate ( const QDateTime & date );
private:
-
+ class KEduVocGradePrivate;
KEduVocGradePrivate * const d;
};