summaryrefslogtreecommitdiff
path: root/libopie2/README
Unidiff
Diffstat (limited to 'libopie2/README') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/README57
1 files changed, 17 insertions, 40 deletions
diff --git a/libopie2/README b/libopie2/README
index daf6b27..5643d25 100644
--- a/libopie2/README
+++ b/libopie2/README
@@ -6,12 +6,13 @@
6 * optimize Qt classes for the embedded environment 6 * optimize Qt classes for the embedded environment
7 * provide sophisticated abstractions for developers 7 * provide sophisticated abstractions for developers
8 * provide complete documentation and working examples 8 * provide complete documentation and working examples
9 * provide end users with a common look and feel 9 * provide end users with a common look and feel
10 * reduce memory footprint through sharing code 10 * reduce memory footprint through sharing code
11 * reduce possible bugs through reusing tested code 11 * reduce possible bugs through reusing tested code
12 * improve the architecture of applications with design patterns
12 13
13-------------------------------------------------------- 14--------------------------------------------------------
140. Building 150. Building
15-------------------------------------------------------- 16--------------------------------------------------------
16 17
17* for QPE run: 18* for QPE run:
@@ -41,92 +42,64 @@ libopie is functionally seperated into the following libraries:
41 - libopienet 42 - libopienet
42 - libopiemm 43 - libopiemm
43 44
441.1 Contents of libopiecore [ opiecore ] 451.1 Contents of libopiecore [ opiecore ]
45-------------------------------------------------------- 46--------------------------------------------------------
46 47
48 - oapplication
49 - ostorage
50
47 - odbgstream 51 - odbgstream
48 - ondbgstream 52 - ondbgstream
49 53
50 - oprocctrl 54 - oprocctrl
51 - oprocess 55 - oprocess
52 - odevice 56 - odevice
53 - odevicebutton 57 - odevicebutton
54 58
55 - oconfig 59 - oconfig
56 - oconfiggroupsaver 60 - oconfiggroupsaver
57 61
58 - ocompletionbase
59 - ocompletion
60 - ocomptreenodelist
61 - ocomptreenode
62 - ocompletionwrapper
63
64 - oglobal 62 - oglobal
65 - oglobalsettings 63 - oglobalsettings
66 64
67 - osortableitem
68 - osortablevaluelist
69
701.2 Contents of libopieui [ opieui ] 651.2 Contents of libopieui [ opieui ]
71-------------------------------------------------------- 66--------------------------------------------------------
72 67
73 - oapplication
74
75 - ofiledialog 68 - ofiledialog
76 - colordialog
77 - oclickablelabel 69 - oclickablelabel
78 - ocolorbutton 70 - ocolorbutton
79 - colorpopupmenu
80 - otabinfo 71 - otabinfo
81 - otabbar 72 - otabbar
82 - otabwidget 73 - otabwidget
83 - ofontmenu 74 - ofontmenu
84 - ofontselector 75 - ofontselector
85 - ofileview 76 - ofileview
86 - oticker 77 - oticker
87 78
88 - olistview 79 - olistview
89 - olistviewitem 80 - olistviewitem
90 - oversatileview 81 - oversatileview
91 - oversatileviewitem 82 - oversatileviewitem
92 - ocompletionbox
93 - olineedit
94 - ocombobox
95 - ohistorycombo
96 83
97 - omessagebox 84 - omessagebox
98 - odialogbase 85 - odialogbase
99 86
100 - todayconfigwidget (rather into opiepim?) 87 - okeyconfigwidget
101 - orecurrancewidget (rather into opiepim?) 88 - otaskbarapplet
102 - otimepicker (rather into opiepim?) 89 - otimepicker
103 90
1041.3 Contents of libopiepim [ opiepim ] 911.3 Contents of libopiepim [ opiepim ]
105-------------------------------------------------------- 92--------------------------------------------------------
106 93
107 - ocheckitem 94...
108 - todayplugininterface
109
110THIS STUFF IS OUTDATED/DEPRICATED AND SCHOULD NOT
111BE MOVED IN THE NEW LIBRARY !!
112USE THE CLASSES IN libopie/pim INSTEAD !(eilers)
113
114 - todoresource
115 - todoevent
116 - todovcalresource
117 95
1181.4 Contents of libopiedb [ opiedb ] 961.4 Contents of libopiedb [ opiedb ]
119-------------------------------------------------------- 97--------------------------------------------------------
120 98
121 - xmltree 99...
122
123THIS STUFF IS OUTDATED/DEPRICATED AND SCHOULD NOT
124BE MOVED IN THE NEW LIBRARY !!
125USE THE CLASSES IN libopie/pim INSTEAD !(eilers)
126 - tododb
127 100
1281.5 Contents of libopienet [ opienet ] 1011.5 Contents of libopienet [ opienet ]
129-------------------------------------------------------- 102--------------------------------------------------------
130 103
131 - onetwork 104 - onetwork
132 - onetworkinterface 105 - onetworkinterface
@@ -145,16 +118,12 @@ USE THE CLASSES IN libopie/pim INSTEAD !(eilers)
145 - owavelanpacket 118 - owavelanpacket
146 - ollcpacket 119 - ollcpacket
147 - oippacket 120 - oippacket
148 - oudppacket 121 - oudppacket
149 - otcppacket 122 - otcppacket
150 123
151 <libmail stuff>
152 <libbend stuff>
153 <libftp stuff>
154
1551.6 Contents of libopiemm [ opiemm ] 1241.6 Contents of libopiemm [ opiemm ]
156-------------------------------------------------------- 125--------------------------------------------------------
157 126
158 - osoundsystem 127 - osoundsystem
159 - oaudiointerface 128 - oaudiointerface
160 - osoundserver 129 - osoundserver
@@ -183,6 +152,14 @@ USE THE CLASSES IN libopie/pim INSTEAD !(eilers)
183 152
184... 153...
185 154
1862.6 libopiemm 1552.6 libopiemm
187 156
188... 157...
158
159--------------------------------------------------------
1603.0 Usage
161--------------------------------------------------------
162
1633.1 Namespaces
164
165