File: README.developers

package info (click to toggle)
okteta 5%3A0.26.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,120 kB
  • sloc: cpp: 80,146; xml: 816; javascript: 372; sh: 57; makefile: 14; java: 5
file content (42 lines) | stat: -rw-r--r-- 1,001 bytes parent folder | download | duplicates (6)
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...