|
|
Base class for sycoca factories
KSycocaFactoryId |
[const pure virtual]
|
[protected]
Create a factory which can be used to lookup from/create a database (depending on KSycoca::isBuilding())
~ |
[virtual]
int |
Returns: the position of the factory in the sycoca file
KSycocaEntryDict * |
Returns: the dict, for special use by KBuildSycoca
KSycocaEntry * |
[pure virtual]
Construct an entry from a config file. To be implemented in the real factories.
void |
[virtual]
Add an entry
KSycocaEntry * |
[pure virtual]
Read an entry from the database
KSycocaEntry::List |
Get a list of all entries from the database.
void |
[virtual]
Saves all entries it maintains as well as index files for these entries to the stream 'str'.
Also sets mOffset to the starting position.
The stream is positioned at the end of the last index.
Don't forget to call the parent first when you override this function.
void |
[virtual]
Writes out a header to the stream 'str'. The baseclass positions the stream correctly.
Don't forget to call the parent first when you override this function.
const KSycocaResourceList * |
[const virtual]
Returns: the resources for which this factory is responsible.
int |
[protected]
int |
[protected]
int |
[protected]
QDataStream * |
[protected]
KSycocaResourceList * |
[protected]
KSycocaEntryDict * |
[protected]
KSycocaDict * |
[protected]
Generated by: prospector@porky.devel.redhat.com on Thu Aug 24 05:36:06 2000, using kdoc 2.0a36. |