org.kde.koala
public class KSycocaEntry extends KShared
See Also: ://developer#kde#org/documentation/library/kdeqt/kde3arch/ksycoca#html
UNKNOWN: Base class for all Sycoca entries.
| Constructor Summary | |
|---|---|
| protected | KSycocaEntry(Class dummy) |
| Method Summary | |
|---|---|
| String | entryPath() |
| boolean | isDeleted() |
| boolean | isType(int t) |
| boolean | isValid() |
| void | load(QDataStream arg1)
Load ourselves from the database. |
| String | name() |
| int | offset() |
| static void | read(QDataStream s, StringBuffer str)
Safe demarshalling functions. |
| static void | read(QDataStream s, String[] list) |
| void | save(QDataStream s)
Save ourselves to the database. |
| int | sycocaType() |
Returns: the path of this entry The path can be absolute or relative. The corresponding factory should know relative to what.
UNKNOWN:
Returns: true if deleted
UNKNOWN:
Returns: true if valid
UNKNOWN:
UNKNOWN:
Returns: the name of this entry
UNKNOWN:
Returns: the position of the entry in the sycoca file
UNKNOWN:
UNKNOWN: Safe demarshalling functions.
UNKNOWN: