diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-03-26 06:08:16 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-03-26 06:08:16 +0000 |
| commit | e10dac95b2ab0d4a1ed5e9e58327b80a7bf1af52 (patch) | |
| tree | e3fa3ad4e6758fd3909d184a93056354935dd5f8 /doc/API | |
| parent | up version (diff) | |
| download | inkscape-e10dac95b2ab0d4a1ed5e9e58327b80a7bf1af52.tar.gz inkscape-e10dac95b2ab0d4a1ed5e9e58327b80a7bf1af52.zip | |
remove the insanely obsolete sodipodi docs and the inkscape-shadow hack as no longer needed
(bzr r5195)
Diffstat (limited to 'doc/API')
| -rw-r--r-- | doc/API | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/doc/API b/doc/API deleted file mode 100644 index 129faa6b6..000000000 --- a/doc/API +++ /dev/null @@ -1,61 +0,0 @@ - -Sodipodi API's --------------- - -This file identifies and discusses various Application Programming -Interfaces (API's) that exist in the codebase. This is not intended to -serve as a complete reference but as a high level overview; details -should be sought from the appropriate code units. - -Stable API's -============ - - -Unstable API's -============== -Objects and API-s mentioned here, even if implemented, -may change without notice. - -Special item classes -~~~~~~~~~~~~~~~~~~~~ -SPGroup::SPBinder -A group with special children -For example - blender -1. first -2. second -3... intermediate - -Sodipodi New Object Tree TM -~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Caution: This does not follow necessarily the Real (TM) implementation -logic. This should be updated to capture the correct stuff. - - SPItem - Virtual methods: - void update (gdouble affine[]); - void bbox (); - void print (GnomePrintContext * gpc); - gchar * description (); - void read (); - read_attr (const gchar * attr) - GnomeCanvasItem * show (GnomeCanvasGroup * canvas_group, gpointer event_handler); - hide (GnomeCanvas * canvas) - paint (ArtPixBuf * buf, double affine[]); - Signals: - Methods: - SPRepr * sp_item_repr () - SPItem * sp_item_parent () - - Constructors: - sp_item_new (SPRepr * repr); - - Destructors: - sp_item_destroy (SPItem * item); - - Derivatives: - - SPGroup -> SPDocument - SPImage - SPPath -> SPShape -> SPRect - -> SPEllipse - -> SPChars -> SPText |
