summaryrefslogtreecommitdiff
authoreilers <eilers>2002-09-25 15:53:30 (UTC)
committer eilers <eilers>2002-09-25 15:53:30 (UTC)
commit5b7e930de7cc42f14b078072b8d23b977001e7b6 (patch) (unidiff)
tree328e7f5a860e98ba1d1b0c2df456f05baa278209
parent38240090027bd68d8dd15d7d46ecf17792edb732 (diff)
downloadopie-5b7e930de7cc42f14b078072b8d23b977001e7b6.zip
opie-5b7e930de7cc42f14b078072b8d23b977001e7b6.tar.gz
opie-5b7e930de7cc42f14b078072b8d23b977001e7b6.tar.bz2
a small comment be me...
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/pim/DESIGN14
1 files changed, 13 insertions, 1 deletions
diff --git a/libopie/pim/DESIGN b/libopie/pim/DESIGN
index d878f45..4def7b9 100644
--- a/libopie/pim/DESIGN
+++ b/libopie/pim/DESIGN
@@ -42,9 +42,21 @@ as you can see from here it just behaves like you expect from Qt or STL.
42 42
43The kewlest thing is that List and List::Iterator is free to use if you 43The kewlest thing is that List and List::Iterator is free to use if you
44want to implement your own OPimAccessTemplate. 44want to implement your own OPimAccessTemplate.
45You just have to sub class it and voila you're done 45You just have to sub class it and voila you're done
46 46
47 47
48Hope you enjoy using OPIE PIM 48Hope you enjoy using OPIE PIM
49 49
50regards Holger 'zecke' Freyther \ No newline at end of file 50regards Holger 'zecke' Freyther
51
52
53Comment by Stefan Eilers:
54
55The opimaccesstemplate defines "SortOrder":
56I think sortorder is the wrong name for the meaning of it and
57it should be defined by the childs of opimaccesstemplate (every
58implementation may use different values for this..)
59
60
61
62