summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/core/opimrecord.h
Side-by-side diff
Diffstat (limited to 'libopie2/opiepim/core/opimrecord.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiepim/core/opimrecord.h19
1 files changed, 16 insertions, 3 deletions
diff --git a/libopie2/opiepim/core/opimrecord.h b/libopie2/opiepim/core/opimrecord.h
index e4d33d6..dbb94ed 100644
--- a/libopie2/opiepim/core/opimrecord.h
+++ b/libopie2/opiepim/core/opimrecord.h
@@ -9,2 +9,8 @@
+
+/**
+ * This is the base class for
+ * all PIM Records
+ *
+ */
class OPimRecord : public Qtopia::Record {
@@ -12,2 +18,3 @@ public:
/**
+ * c'tor
* uid of 0 isEmpty
@@ -46,2 +53,3 @@ public:
* if a Record isEmpty
+ * it's empty if it's 0
*/
@@ -90,3 +98,4 @@ public:
/**
- *
+ * clear the relations for all relations
+ * with app
*/
@@ -95,3 +104,3 @@ public:
/**
- *
+ * add a relation
*/
@@ -100,5 +109,9 @@ public:
/**
- *
+ * set the relations for an app
*/
void setRelations( const QString&, QArray<int> ids );
+
+ /**
+ * set the uid
+ */
virtual void setUid( int uid );