|
|
Base class for all entries. You can't create instance of KSycocaEntry, but it provides the common functionality for servicetypes and services.
bool |
[const virtual]
KSycocaType |
[const virtual]
typedef KSharedPtr<KSycocaEntry> |
typedef QValueList |
|
Default constructor
|
Restores itself from a stream.
QString |
[const pure virtual]
Returns: the name of this entry
QString |
[const]
Returns: the path of this entry The path can be aboslute or relative. The corresponding factory should know relative to what.
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!
bool |
[protected]
QString |
[protected]
Generated by: prospector@porky.devel.redhat.com on Fri Nov 3 09:58:58 2000, using kdoc 2.0a42. |