<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 solid;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="http://reviewboard.kde.org/r/5062/">http://reviewboard.kde.org/r/5062/</a>
     </td>
    </tr>
   </table>
   <br />





<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
 <p style="margin-top: 0;">On August 21st, 2010, 1:27 p.m., <b>Stefan Majewsky</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">The only technical difference between renderer-&gt;colorFromSprite(key) and renderer-&gt;spritePixmap(key, QSize(3, 3)).toImage().pixel(1, 1) is that the former one is a bit more performant because you save two pixmap conversions, but given the pixmap size and the number of times you&#39;ll need to call this method, I consider these negligible.

Therefore, I see no immediate reason to add this to KGameRenderer itself.</pre>
 </blockquote>







</blockquote>

<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Seems like I missed the following sentence at first:

&quot;If we don&#39;t add this method to KGR, how can we change KGR to make it possible to implement it in a derived class.&quot;

So you basically want a clean, protected API for access to KGR&#39;s cache and renderers from a subclass. I will be helpful in designing and implementing such an API if you show me a realistic usecase. KGR&#39;s API is designed in a way that tries to make no assumptions about the implementation. API that provides access to the cache and the renderer breaks this design principle, and I will only support this when it is clear that the added value outweighs the potential BC problems. (I&#39;m sorry if I&#39;m sounding harsh, I just want to make my point clear.)</pre>
<br />








<p>- Stefan</p>


<br />
<p>On August 20th, 2010, 1:52 p.m., Parker Coates wrote:</p>






<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('http://reviewboard.kde.orgrb/images/review_request_box_top_bg.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
 <tr>
  <td>

<div>Review request for KDE Games.</div>
<div>By Parker Coates.</div>


<p style="color: grey;"><i>Updated 2010-08-20 13:52:48</i></p>




<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">In both KPat and Killbots, text colours are stored in the SVG as a simple filled rectangle. This system came about during discussions with some of our artists who really didn&#39;t like the idea of having to manually type RGB triplets into .desktop files and preferred being able to preview colour combinations live in Inkscape.

In porting these games to KGameRenderer, I ran into several problems implementing this colour extracting code. Issues included:
 - not having external access to the/a QSvgRenderer
 - not having external access to the KImageCache caching the theme details
 - not having a reliable way to clear any process local cache immediately before or after a theme change.

Rather than fight for the inclusion of additional (protected?) API, I decided to just implement a colorOfSprite() method directly in KGameRenderer to see what that would look like. The code is almost an exact copy of the boundsOfElement() implementation, so it turned out to be chiefly an exercise in copy/paste/find/replace.

Taking the selfish view, including this method in KGR would make life easy for me, but I understand if there&#39;s objection from others. I&#39;m mostly posting this to start a discussion about it. If we don&#39;t add this method to KGR, how can we change KGR to make it possible to implement it in a derived class.

PS: Ideally, QSvgRenderer would provide brushFromElement() and penFromElement() methods to directly extract these details from the SVG primitives without the hackish step of rendering anything.</pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Tested in KPat and Killbots. Seems to work as expected.

I also double checked that the word is consistently spelt &quot;color&quot; and not &quot;colour&quot;. My fingers type EN_US only begrudgingly. ;)</pre>
  </td>
 </tr>
</table>




<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>trunk/KDE/kdegames/libkdegames/kgamerenderer.h <span style="color: grey">(1164843)</span></li>

 <li>trunk/KDE/kdegames/libkdegames/kgamerenderer.cpp <span style="color: grey">(1164843)</span></li>

 <li>trunk/KDE/kdegames/libkdegames/kgamerenderer_p.h <span style="color: grey">(1164843)</span></li>

</ul>

<p><a href="http://reviewboard.kde.org/r/5062/diff/" style="margin-left: 3em;">View Diff</a></p>




  </td>
 </tr>
</table>








  </div>
 </body>
</html>