Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi all!

Since my last update I was working on the custom widget for thumbnails.
After updating my master, and recompiling, it came to light that I
introduced circular dependencies, which I've been trying to resolve ever
since.
I wanted to use the class ThumbnailView (
http://opengrok.libreoffice.org/xref/core/include/sfx2/thumbnailview.hxx)
in BackingWindow. ThumbnailView is in sfx2 and BackingWindow is in
framework. Sfx2 depends on framework, so I can't just simply include it.
Kendy told me to move the class. I tried putting it in vcl, since UI stuff
is in there, and both framework and sfx2 uses it, but ThumbnailView uses
stuff from drawinglayer, which depends on vcl, so that didn't work.
I thought about putting it in framework, but I'm not sure it'd logically
belong there. Also, I found the structure of framework somewhat confusing,
and it seems to me that the only submodule that exports things globally is
fwe, where ThumbnailView doesn't seem to belong either (and sorry if I'm
using any terms horribly wrong here).

I'd be really glad if someone would be kind enough to give some suggestions
about resolving this, because I'm stuck.

All the best,
Krisztian

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.