summaryrefslogtreecommitdiff
path: root/libopie2/README
Unidiff
Diffstat (limited to 'libopie2/README') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/libopie2/README b/libopie2/README
index 5130290..57172a7 100644
--- a/libopie2/README
+++ b/libopie2/README
@@ -1,46 +1,47 @@
1/******************************************************************** 1/********************************************************************
2/* This is an overview of the opielibs2 project 2/* This is an overview of the opielibs2 project
3/********************************************************************/ 3/********************************************************************/
4 4
5 Origin: opielibs is about creating classes to 5 Origin: opielibs is about creating classes to
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 12
13-------------------------------------------------------- 13--------------------------------------------------------
141. General Overview 141. General Overview
15-------------------------------------------------------- 15--------------------------------------------------------
16 16
17libopie is functionally seperated into the following libraries: 17libopie is functionally seperated into the following libraries:
18 - libopiecore 18 - libopiecore
19 - libopieui 19 - libopieui
20 - libopiepim 20 - libopiepim
21 - libopiedb 21 - libopiedb
22 - libopienet 22 - libopienet
23 - libopiemm
23 24
241.1 Contents of libopiecore [ opiecore ] 251.1 Contents of libopiecore [ opiecore ]
25-------------------------------------------------------- 26--------------------------------------------------------
26 27
27 - odbgstream 28 - odbgstream
28 - ondbgstream 29 - ondbgstream
29 30
30 - oprocctrl 31 - oprocctrl
31 - oprocess 32 - oprocess
32 - odevice 33 - odevice
33 - odevicebutton 34 - odevicebutton
34 35
35 - oconfig 36 - oconfig
36 - oconfiggroupsaver 37 - oconfiggroupsaver
37 38
38 - ocompletionbase 39 - ocompletionbase
39 - ocompletion 40 - ocompletion
40 - ocomptreenodelist 41 - ocomptreenodelist
41 - ocomptreenode 42 - ocomptreenode
42 - ocompletionwrapper 43 - ocompletionwrapper
43 44
44 - oglobal 45 - oglobal
45 - oglobalsettings 46 - oglobalsettings
46 47
@@ -111,47 +112,58 @@ USE THE CLASSES IN libopie/pim INSTEAD !(eilers)
111 - onetwork 112 - onetwork
112 - onetworkinterface 113 - onetworkinterface
113 - owirelessnetworkinterface 114 - owirelessnetworkinterface
114 - ochannelhopper 115 - ochannelhopper
115 116
116 - omonitoring 117 - omonitoring
117 - ociscomonitoring 118 - ociscomonitoring
118 - owlanngmonitoring 119 - owlanngmonitoring
119 - ohostapmonitoring 120 - ohostapmonitoring
120 - oorinocomonitoring 121 - oorinocomonitoring
121 122
122 - opacketcapturer 123 - opacketcapturer
123 - opacket 124 - opacket
124 - oethernetpacket 125 - oethernetpacket
125 - owavelanpacket 126 - owavelanpacket
126 - ollcpacket 127 - ollcpacket
127 - oippacket 128 - oippacket
128 - oudppacket 129 - oudppacket
129 - otcppacket 130 - otcppacket
130 131
131 <libmail stuff> 132 <libmail stuff>
132 <libbend stuff> 133 <libbend stuff>
133 <libftp stuff> 134 <libftp stuff>
134 135
1361.6 Contents of libopiemm [ opiemm ]
137--------------------------------------------------------
138
139 - osoundsystem
140 - oaudiointerface
141 - osoundserver
135 142
136-------------------------------------------------------- 143--------------------------------------------------------
1372.0 Feature Description 1442.0 Feature Description
138-------------------------------------------------------- 145--------------------------------------------------------
139 146
1402.1 libopiecore 1472.1 libopiecore
141 148
142... 149...
143 150
1442.2 libopieui 1512.2 libopieui
145 152
146... 153...
147 154
1482.3 libopiepim 1552.3 libopiepim
149 156
150... 157...
151 158
1522.4 libopiedb 1592.4 libopiedb
153 160
154... 161...
155 162
1562.5 libopienet 1632.5 libopienet
157 164
165...
166
1672.6 libopiemm
168
169...