From 3f194c85b5b9243ff30f1067361ef9fa5bb85a1e Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 22 Sep 2002 19:25:33 +0000 Subject: Some documentation and addition to OTodoAccess overDue and effectiveTodos --- (limited to 'libopie/pim/opimrecord.h') diff --git a/libopie/pim/opimrecord.h b/libopie/pim/opimrecord.h index e4d33d6..dbb94ed 100644 --- a/libopie/pim/opimrecord.h +++ b/libopie/pim/opimrecord.h @@ -7,9 +7,16 @@ #include + +/** + * This is the base class for + * all PIM Records + * + */ class OPimRecord : public Qtopia::Record { public: /** + * c'tor * uid of 0 isEmpty * uid of 1 will be assigned a new one */ @@ -44,6 +51,7 @@ public: /** * if a Record isEmpty + * it's empty if it's 0 */ virtual bool isEmpty()const; @@ -88,19 +96,24 @@ public: QArray relations( const QString& app )const; /** - * + * clear the relations for all relations + * with app */ void clearRelation( const QString& app ); /** - * + * add a relation */ void addRelation( const QString& app, int id ); /** - * + * set the relations for an app */ void setRelations( const QString&, QArray ids ); + + /** + * set the uid + */ virtual void setUid( int uid ); protected: -- cgit v0.9.0.2