|
From: | R. van Twisk |
Subject: | Re: [libredwg] Appeal for relicensing of LibreDWG |
Date: | Sat, 11 Feb 2012 12:45:53 -0500 |
On Feb 11, 2012, at 12:28 PM, Mike Dupont wrote: Hello, LibreCAD has a interface where it's not possible that a plugin can call LibreCAD or LibreCAD can call the plugin. Everything must go though the plugin's interface. All communication goes through the documen_interface, for example if a plugin needs to add a line then we have a virtual function for it : virtual void addLine(QPointF *start, QPointF *end) = 0; And we have a QC_PluginInterface in case LibreCAD needs to call up the plugin. sounds like we are good, right? Ries
|
[Prev in Thread] | Current Thread | [Next in Thread] |