From c853ffb5b2f75f5a889ed2e3ef89b818a736e87a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:50:49 +0200 Subject: Adding upstream version 1.3+ds. Signed-off-by: Daniel Baumann --- doc/NewAppArchitecture/08-inkscape-gtkmm.svg | 576 +++++++++++++++++++++++++++ 1 file changed, 576 insertions(+) create mode 100644 doc/NewAppArchitecture/08-inkscape-gtkmm.svg (limited to 'doc/NewAppArchitecture/08-inkscape-gtkmm.svg') diff --git a/doc/NewAppArchitecture/08-inkscape-gtkmm.svg b/doc/NewAppArchitecture/08-inkscape-gtkmm.svg new file mode 100644 index 0000000..5123944 --- /dev/null +++ b/doc/NewAppArchitecture/08-inkscape-gtkmm.svg @@ -0,0 +1,576 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + inkscape_gtkmm Architecture + + * Very much a work-in-progress + top level architecture still incomplete* Inkscape::Application + Modelled after current Inkscape::Application struct + Inkscape::ApplicationImpl allows 'interface hiding' - Helps keep *.h include hierarchy trim and clean - Subclasses Gtk::Window !! problem, only one Window per application - No code for creating/managing documents + + + -- cgit v1.2.3