#include <tdesycocaentry.h>
Static Public Member Functions |
static void | read (TQDataStream &s, TQString &str) |
static void | read (TQDataStream &s, TQStringList &list) |
Protected Member Functions |
virtual void | virtual_hook (int id, void *data) |
Protected Attributes |
bool | m_bDeleted |
TQString | mPath |
Related Functions |
(Note that these are not member functions.)
|
enum | KSycocaType |
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 tdesycocaentry.h.
Constructor & Destructor Documentation
KSycocaEntry::KSycocaEntry |
( |
const TQString & |
path | ) |
|
|
inline |
Member Function Documentation
TQString KSycocaEntry::entryPath |
( |
| ) |
const |
|
inline |
- Returns
- the path of this entry The path can be absolute or relative. The corresponding factory should know relative to what.
Definition at line 79 of file tdesycocaentry.h.
virtual bool KSycocaEntry::isDeleted |
( |
| ) |
const |
|
inlinevirtual |
virtual bool KSycocaEntry::isValid |
( |
| ) |
const |
|
pure virtual |
virtual TQString KSycocaEntry::name |
( |
| ) |
const |
|
pure virtual |
- Returns
- the name of this entry
void KSycocaEntry::read |
( |
TQDataStream & |
s, |
|
|
TQString & |
str |
|
) |
| |
|
static |
Friends And Related Function Documentation
A KSycocaType is a code (out of the KSycocaType enum) assigned to each class type derived from KSycocaEntry . To use it, call the macro K_SYCOCATYPE( your_typecode, parent_class ) at the top of your class definition.
Definition at line 31 of file tdesycocatype.h.
The documentation for this class was generated from the following files: