|
Revision 1121, 0.8 kB
(checked in by arjanmol, 2 years ago)
|
Merged changed from new-canvas branch to trunk
|
| Line | |
|---|
| 1 |
module: gaphor |
|---|
| 2 |
============== |
|---|
| 3 |
|
|---|
| 4 |
This is the main module for Gaphor. |
|---|
| 5 |
|
|---|
| 6 |
Submodules: |
|---|
| 7 |
|
|---|
| 8 |
event.py - top level events, emited through zope.component |
|---|
| 9 |
i18n.py - internationalization. The '_' function. |
|---|
| 10 |
interfaces.py - top level interfaces |
|---|
| 11 |
plugin.py - entrypoint for plugins (import gaphor.plugin from your plugin) |
|---|
| 12 |
pluginmanager.py - Loads plugins |
|---|
| 13 |
storage.py, parser.py - Load / save models. |
|---|
| 14 |
undomanager.py - handle undo / redo functionality |
|---|
| 15 |
version.py - version information |
|---|
| 16 |
|
|---|
| 17 |
Packages: |
|---|
| 18 |
|
|---|
| 19 |
UML - The data model (UML 2.1 meta-model) |
|---|
| 20 |
diagram - presentation elements ("items"). This is what's actually drawn. |
|---|
| 21 |
ui - GUI code (GTK+) |
|---|
| 22 |
actions - (menu) actions |
|---|
| 23 |
adapters - all sort of adapters (adapting items to perform specific tasks) |
|---|
| 24 |
misc - utility and support modules |
|---|
| 25 |
|
|---|
| 26 |
|
|---|