KSycocaEntry Class Reference
Base class for all Sycoca entries. More...
#include <ksycocaentry.h>
Inheritance diagram for KSycocaEntry:


Public Types | |
typedef KSharedPtr< KSycocaEntry > | Ptr |
typedef QValueList< Ptr > | List |
Public Member Functions | |
virtual bool | isType (KSycocaType t) const |
virtual KSycocaType | sycocaType () const |
KSycocaEntry (const QString &path) | |
Default constructor. | |
KSycocaEntry (QDataStream &_str, int offset) | |
virtual QString | name () const =0 |
QString | entryPath () const |
virtual bool | isValid () const =0 |
virtual bool | isDeleted () const |
int | offset () |
virtual void | save (QDataStream &s) |
virtual void | load (QDataStream &)=0 |
Static Public Member Functions | |
void | read (QDataStream &s, QString &str) |
Safe demarshalling functions. | |
void | read (QDataStream &s, QStringList &list) |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Protected Attributes | |
bool | m_bDeleted |
QString | mPath |
Detailed Description
Base class for all Sycoca entries.You can't create an instance of KSycocaEntry, but it provides the common functionality for servicetypes and services.
Definition at line 37 of file ksycocaentry.h.
Constructor & Destructor Documentation
|
Default constructor.
Definition at line 51 of file ksycocaentry.h. |
Member Function Documentation
|
Safe demarshalling functions.
Definition at line 428 of file ksycoca.cpp. References QDataStream::readRawBytes(), QString::setLength(), and QString::unicode(). |
|
|
|
Definition at line 79 of file ksycocaentry.h. |
|
|
|
Definition at line 89 of file ksycocaentry.h. |
The documentation for this class was generated from the following files: