<html>
  <head>
    <meta content="text/html; charset=ISO-8859-7"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Óôéò 02/07/2012 10:01 ðì, ï/ç Aaron J.
      Seigo Ýãñáøå:<br>
    </div>
    <blockquote cite="mid:8208627.NLYjgE57TW@freedom" type="cite">
      <pre wrap="">On Sunday, July 1, 2012 19:46:51 Michail Vourlakos wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hello,

I would like to know if there is a way to know how much offset
adds the Plasma theme in a plasmoid. The decorations of the
plasma theme add some offset, for example the 0, 0 point of a plasmoid
is in reality offsetX+0, offsetY+0 because of the plasma theme.

I need that because of some computations outside of that plasmoid.
</pre>
      </blockquote>
      <pre wrap="">
can you explain what you are wanting to do in a bit more detail? because with 
what you described, it really sounds like you are doing something in the wrong 
way. 

these details are purposefully hidden so that developers don't try and do 
overly clever things that actually just break the user experience. if you are 
struggling against the API / design, it almost always means you should be 
doing something a little different. 

... but sometimes we actually do find new, valid use cases and need to extend / 
improve plasma in some way to meet them.

so if you can share more details, i can share a proper answer :)

</pre>
    </blockquote>
    <br>
    Aaron the use case is this, information for the project<br>
    ---------------------<br>
    Home Page: <a
href="http://www.opentoolsandspace.org/en/projects/development/plasmoid-workflow"
      class="postlink">http://www.opentoolsandspace.org/en/projects/development/plasmoid-workflow</a><br>
    Video1: <a href="https://vimeo.com/43340669" class="postlink">https://vimeo.com/43340669</a><br>
    Video2: <a href="https://vimeo.com/43340669" class="postlink">https://vimeo.com/45061682</a><br>
    Gitorious: <a href="https://gitorious.org/activities-plasma"
      class="postlink">https://gitorious.org/activities-plasma</a><br>
    <br>
    In second video you can watch the mentioned window previews.<br>
    -------------------<br>
    It's about  the window previews you had answered me in another
    thread and proposed me<br>
    to copy the QML ToolTip code. Instead I found a solution with:<br>
    <br>
        Plasma::WindowEffects::showWindowThumbnails
    <br>
    <br>
    actually it works as you can see in the second video but in order to
    find proper x,y for each<br>
    window thumbnail I need:<br>
    1. x,y of the plasmoid,<br>
    2. offset of Plasma Theme decoration<br>
    3. x,y inside the main QML Element<br>
    -so the real x,y is 1+2+3,<br>
    1. I can find it through the plasmoid geometry,<br>
    2. I am searching to find, (???)<br>
    3. I know it of course from inside QML.<br>
    <br>
    Plasma::WindowEffects::showWindowThumbnails
    needs as first parameter a WId. A plasmoid<br>
    I think does not have a WId, instead desktops WId or Dashboard WId
    is used I think through:<br>
    <br>
    view()->winId();<br>
    <br>
    Cheers,<br>
    Michail<br>
    <br>
    <br>
    <br>
    <blockquote cite="mid:8208627.NLYjgE57TW@freedom" type="cite"><br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Plasma-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Plasma-devel@kde.org">Plasma-devel@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/plasma-devel">https://mail.kde.org/mailman/listinfo/plasma-devel</a>
</pre>
    </blockquote>
    <br>
    <br>
  </body>
</html>