6 Jun
2005
6 Jun
'05
5:55 p.m.
On Mon, Jun 06, 2005 at 12:43:17AM -0700, Ted Gould wrote:
I think what I want to do is be able to find every window that references a particular document, and figure out what their current layer is. I couldn't figure out a way to do that.
It looks like the list I want is in the Inkscape::Application, but I can only get that through a private variable in SPView (or Desktop). Am I missing something on how this should work?
That's probably correct. The encapsulation for SPView is a slow refactoring in progress. Ultimately, those should have a C++ style interface but since SPView is used pretty extensively through the codebase, it may be a while before its all sorted out.
Bryce