forked from KDE/okteta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.developers
42 lines (26 loc) · 1001 Bytes
/
README.developers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Okteta and the framework Kasten is designed in a very modular way, with a lot
of interfaces. So it should be easily extendable. While there isn't yet a real
plugin system, new plugins/modules can be simply added directly in the code for now.
Find below a list of places where Okteta can be extended:
= Basic Okteta libraries ======================
_AbstractByteArrayModel___
Not yet documented
_CharCodec/ValueCodec___
Not yet documented
= Okteta Kasten elements ======================
_Binary Filter___
See kasten/controllers/view/libbytearrayfilter/README.developers
_Checksum/Hashsum___
See kasten/controllers/view/libbytearraychecksum/README.developers
_Encoder (for Export)___
Not yet documented
= Kasten framework ============================
_AbstractModel/AbstractDocument/AbstractSynchronizer___
Not yet documented
_AbstractView___
Not yet documented
_AbstractXmlGuiController___
Not yet documented
_AbstractTool/AbstractTool(Inline)View___
Not yet documented
and some more...