Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/doc/api.txt
blob: 2ad2d31d2034d2c965672196752bce8f6b54937f (plain)
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
43
44
45
46
47
48
49
#############
API reference
#############

This part describes the API of Gaphas.

The API can be separated into three parts. First of all there's the model
(canvas and items). Then there's the view (view) and controllers (tools).

Some more generic stuff is also described here.

Canvas and items
----------------

.. toctree::
   :maxdepth: 2

   api/canvas
   api/items
   api/connectors
   api/solver  
   api/constraints  
   api/utils


View and tools
--------------

.. toctree::
   :maxdepth: 2

   api/view
   api/gtkview
   api/tools
   api/painters


Miscellaneous
-------------

.. toctree::
   :maxdepth: 2

   api/tree
   api/matrix
   api/quadtree
   api/geometry
   api/decorators