|
| |||||||||||||||
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
| 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!
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 04:05:18 2001, using kdoc 2.0a35. |