|
|
Base class for all entries. You can't create instance of KSycocaEntry, but it provides the common functionality for servicetypes and services.
KSycocaEntry () : mOffset(0), m_bDeleted(false) |
Default constructor
KSycocaEntry ( QDataStream &, int offset ) : mOffset( offset ), m_bDeleted(false) |
Restores itself from a stream.
QString name () |
Returns: the name of this entry
bool isValid () |
Returns: true if valid
bool isDeleted () |
Returns: true if deleted
int offset () |
Returns: the position of the entry in the sycoca file
void save (QDataStream &s) |
Save ourselves to the database. Don't forget to call the parent class first if you override this function.
void load (QDataStream &) |
Load ourselves from the database. Don't call the parent class!
Generated by: root@tantive.terraplex.com on Sun Feb 27 17:39:31 2000, using kdoc 2.0a33. |