<br><br><div class="gmail_quote">On Fri, Jul 6, 2012 at 6:06 PM, laurent Montel <span dir="ltr"><<a href="mailto:montel@kde.org" target="_blank">montel@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Vishesh<br>
<br>
I want to port kdepim trunk to nepomuk-core and "Nepomuk::Tag::allTags()"<br>
What function I must use now ?<br></blockquote><div><br>Well, I can provide an allTags function if you want. The reason I'd removed it was cause it was blocking, and the number of tags could be quite high. One should ideally be using an asynchronous query for the tags (maybe via the QueryServiceClient)<br>
<br>Then again, listing all the tags is such a common operation that maybe we should be providing it.<br><br>@Sebastian: What do you think?<br> <br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<br>
Thanks :)<br>
Regards<br>
<br>
  foreach( const Nepomuk::Tag &tag, Nepomuk::Tag::allTags() ) {<br>
    mParameterList.append( tag.label() );<br>
    mLabelList.append( tag.resourceUri().toString() );<br>
  }<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Laurent Montel | <a href="mailto:laurent.montel@kdab.com">laurent.montel@kdab.com</a> | KDE/Qt Senior Software Engineer<br>
KDAB (France) S.A.S., a KDAB Group company<br>
Tel. France <a href="tel:%2B33%20%280%294%2090%2084%2008%2053" value="+33490840853">+33 (0)4 90 84 08 53</a>, Sweden (HQ) <a href="tel:%2B46-563-540090" value="+46563540090">+46-563-540090</a><br>
KDAB - Qt Experts - Platform-independent software solutions<br>
</font></span></blockquote></div><br>