|
|
Base class for all entries. You can't create instance of KSycocaEntry, but it provides the common functionality for servicetypes and services.
|
Default constructor
|
Restores itself from a stream.
QString |
[const pure virtual]
Returns: the name of this entry
bool |
[const pure virtual]
Returns: true if valid
bool |
[const virtual]
Returns: true if deleted
int |
Returns: the position of the entry in the sycoca file
void |
[virtual]
Save ourselves to the database. Don't forget to call the parent class first if you override this function.
void |
[pure virtual]
Load ourselves from the database. Don't call the parent class!
Generated by: dfaure@faure on Sun Mar 26 14:24:43 2000, using kdoc 2.0a35. |