summaryrefslogtreecommitdiff
path: root/core/pim/datebook2/DESIGN
authorzecke <zecke>2003-02-22 22:59:37 (UTC)
committer zecke <zecke>2003-02-22 22:59:37 (UTC)
commit47fc358e914aecd13c4cb3d9cb4b3f2ca1a93b6c (patch) (unidiff)
tree034af2ca8bb5ee3e0b751739f9f9a9fbcc241530 /core/pim/datebook2/DESIGN
parent00c146960fa7fd05dc56fac2a24b3d7968a4a772 (diff)
downloadopie-47fc358e914aecd13c4cb3d9cb4b3f2ca1a93b6c.zip
opie-47fc358e914aecd13c4cb3d9cb4b3f2ca1a93b6c.tar.gz
opie-47fc358e914aecd13c4cb3d9cb4b3f2ca1a93b6c.tar.bz2
import the new layout/design of datebook
sorry this was not put into a branch and once its done it'll replace datebook and be put into that subdir. but currently I want both versions available so I can test... So by design it'll feature Showing BirthDays Showing Due and OVerDue Todos Better AllDay handling Pinning Events to TimeZones Exceptions to Recurrence
Diffstat (limited to 'core/pim/datebook2/DESIGN') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/datebook2/DESIGN29
1 files changed, 29 insertions, 0 deletions
diff --git a/core/pim/datebook2/DESIGN b/core/pim/datebook2/DESIGN
new file mode 100644
index 0000000..7442e81
--- a/dev/null
+++ b/core/pim/datebook2/DESIGN
@@ -0,0 +1,29 @@
1A small abstract about the design
2
3First of all we've a namespace called Datebook
4
5class MainWindow is our QMainWindow and PimMainWindow
6 it's the center of all datebook operations.
7 It loads all Views, Configs, Shows, Manager
8 and dispatches between them
9
10the Interface declarations use protected methods instead
11of signals because templates and signals does not match
12that nicely.
13I add friend declarations to the mainwindow so that we've a
14tight interface of interactions and know that it works.
15friend can not be inherited so all got enough abstraction. The
16dependency on the MainWindow is acceptable.
17
18Then we've a small DB Manager class which is responsible
19for controlling the ODateBookAccess class and to resolve
20other records ( due todo items, Birthdays.. )
21
22Show - Show can show richtext of OEvent
23View - The basic view
24MainWindow - The mainwindow with all the actions
25Editor - The editor interface to edit and create OEvents
26AlarmManager - A widget to take care of alarm activation
27ManagerTemplate,StringManager - Responsible for managing strings
28 for the Location and Description ComboBox
29TemplateManager - the OEvent TemplateManager \ No newline at end of file