Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 4971201a11fcb8ab20ef88f75b106a9e > files > 1182

kdelibs-2.2.2-49.2mdk.i586.rpm

<HTML>
<HEAD>
<TITLE>class KBuildServiceGroupFactory</TITLE>

<META NAME="Generator" CONTENT="KDOC ">
</HEAD>
<BODY bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000099" alink= "#ffffff">
<TABLE WIDTH="100%" BORDER="0">
<TR>
<TD>
	<TABLE BORDER="0">
		<TR><TD valign="top" align="left" cellspacing="10">
		<h1>class KBuildServiceGroupFactory</h1>
		</TD>
		<TD valign="top" align="right" colspan="1">
 <small><A HREF="#longdesc">More...</A></small></TD></TR>
	</TABLE>
	<HR>
	<TABLE BORDER="0">
		<TR><TH colspan="2">Internal Use Only</TH></TR><TR><TH>Definition</TH><TD><code>#include &lt;<A HREF="kbuildservicegroupfactory_h.html">kbuildservicegroupfactory.h</A>&gt;</code></TD></TR>
<TR><TH>Inherits</TH><TD><A HREF="../kio/KServiceGroupFactory.html">KServiceGroupFactory</A> <small>(kio)</small> <small>[public ]</small></TD></TR>
<TR><TH><A HREF="full-list-KBuildServiceGroupFactory.html">List of all Methods</A></TH></TR>
	</TABLE>
	</TD>
<TD align="right"><TABLE BORDER="0"><TR><TD><small><A HREF="index-long.html">Annotated List</A></small></TD></TR>
<TR><TD><small><A HREF="header-list.html">Files</A></small></TD></TR>
<TR><TD><small><A HREF="all-globals.html">Globals</A></small></TD></TR>
<TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR>
<TR><TD><small><A HREF="index.html">Index</A></small></TD></TR>
</TABLE></TD></TR></TABLE>
<h4>Public Methods</h4><ul><LI>&nbsp;<b><A HREF="#ref1">KBuildServiceGroupFactory</A></b> () 
</LI>
<LI>virtual  &nbsp;<b><A HREF="#ref2">~KBuildServiceGroupFactory</A></b> () 
</LI>
<LI>virtual  <A HREF="../kio/KServiceGroup.html">KServiceGroup</A> * &nbsp;<b><A HREF="#ref3">createEntry</A></b> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A> &, const char *) 
</LI>
<LI>virtual  <A HREF="../kio/KServiceGroup.html">KServiceGroup</A> * &nbsp;<b><A HREF="#ref4">createEntry</A></b> (int) 
</LI>
<LI><A HREF="../kio/KServiceGroup.html">KServiceGroup</A> *&nbsp;<b><A HREF="#ref5">addNewEntry</A></b> ( const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& file, const char *resource, <A HREF="../kdecore/KSycocaEntry.html">KSycocaEntry</A> *newEntry) 
</LI>
<LI>virtual  void &nbsp;<b><A HREF="#ref6">addEntry</A></b> ( <A HREF="../kdecore/KSycocaEntry.html">KSycocaEntry</A> *newEntry, const char *resource ) 
</LI>
<LI>virtual  void &nbsp;<b><A HREF="#ref7">save</A></b> (<A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qdatastream.html">QDataStream</A> &str) 
</LI>
<LI>virtual  void &nbsp;<b><A HREF="#ref8">saveHeader</A></b> (<A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qdatastream.html">QDataStream</A> &str) 
</LI>
</ul><HR><H2><A NAME="longdesc">Detailed Description</A></H2><p>
 Service group factory for building ksycoca
 </p>
<A NAME="KBuildServiceGroupFactory"></A><A NAME="ref1"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>KBuildServiceGroupFactory</strong> ()
<br></td><td align="right"><h3><strong>KBuildServiceGroupFactory</strong></h3></td></tr></table><p></p><p>
 Create factory
   </p>
<A NAME="~KBuildServiceGroupFactory"></A><A NAME="ref2"></A><table width="100%"><tr bgcolor="#eeeeee"><td> &nbsp;<strong>~KBuildServiceGroupFactory</strong> ()
<br></td><td align="right"><h3><strong>~KBuildServiceGroupFactory</strong></h3></td></tr></table><p> <small>[virtual]</small></p><A NAME="createEntry"></A><A NAME="ref3"></A><table width="100%"><tr bgcolor="#eeeeee"><td> <A HREF="../kio/KServiceGroup.html">KServiceGroup</A> * &nbsp;<strong>createEntry</strong> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A> &, const char *)
<br></td><td align="right"><h3><strong>createEntry</strong></h3></td></tr></table><p> <small>[virtual]</small></p><p>
 Create new entry.
   </p>
<p>Reimplemented from <A HREF="../kio/KServiceGroupFactory.html#createEntry">KServiceGroupFactory</A>.</p>
<A NAME="createEntry"></A><A NAME="ref4"></A><table width="100%"><tr bgcolor="#eeeeee"><td> <A HREF="../kio/KServiceGroup.html">KServiceGroup</A> * &nbsp;<strong>createEntry</strong> (int)
<br></td><td align="right"><h3><strong>createEntry</strong></h3></td></tr></table><p> <small>[virtual]</small></p><p>Reimplemented from <A HREF="../kio/KServiceGroupFactory.html#createEntry">KServiceGroupFactory</A>.</p>
<A NAME="addNewEntry"></A><A NAME="ref5"></A><table width="100%"><tr bgcolor="#eeeeee"><td><A HREF="../kio/KServiceGroup.html">KServiceGroup</A> *&nbsp;<strong>addNewEntry</strong> ( const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& file, const char *resource, <A HREF="../kdecore/KSycocaEntry.html">KSycocaEntry</A> *newEntry)
<br></td><td align="right"><h3><strong>addNewEntry</strong></h3></td></tr></table><p></p><p>
 Adds the entry newEntry to the correct group, creating the group if
 necassery. If newEntry is 0, only the group is created.
   </p>
<A NAME="addEntry"></A><A NAME="ref6"></A><table width="100%"><tr bgcolor="#eeeeee"><td> void &nbsp;<strong>addEntry</strong> ( <A HREF="../kdecore/KSycocaEntry.html">KSycocaEntry</A> *newEntry, const char *resource )
<br></td><td align="right"><h3><strong>addEntry</strong></h3></td></tr></table><p> <small>[virtual]</small></p><p>
 Add a new entry
   </p>
<A NAME="save"></A><A NAME="ref7"></A><table width="100%"><tr bgcolor="#eeeeee"><td> void &nbsp;<strong>save</strong> (<A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qdatastream.html">QDataStream</A> &str)
<br></td><td align="right"><h3><strong>save</strong></h3></td></tr></table><p> <small>[virtual]</small></p><p>
 Write out servicegroup  specific index files.
   </p>
<A NAME="saveHeader"></A><A NAME="ref8"></A><table width="100%"><tr bgcolor="#eeeeee"><td> void &nbsp;<strong>saveHeader</strong> (<A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qdatastream.html">QDataStream</A> &str)
<br></td><td align="right"><h3><strong>saveHeader</strong></h3></td></tr></table><p> <small>[virtual]</small></p><p>
 Write out header information
   </p>
<HR>
	<table>
	<tr><td><small>Generated by: qateam on updates.mandrakesoft.com on Mon Dec 30 16:09:19 2002, using kdoc 2.0a53.</small></td></tr>
	</table>
</BODY>
</HTML>