KDECore
kservicetypefactory.cpp
Go to the documentation of this file.
124 kError(7011) << "KServiceTypeFactory: unexpected object entry in KSycoca database (type=" << int(type) << ")";
virtual KSycocaEntry * createEntry(const QString &, const char *) const
Not meant to be called at this level.
Definition kservicetypefactory.h:57
QVariant::Type findPropertyTypeByName(const QString &_name)
Find a the property type of a named property.
Definition kservicetypefactory.cpp:85
QMap< QString, int > m_propertyTypeDict
Definition kservicetypefactory.h:86
virtual ~KServiceTypeFactory()
Definition kservicetypefactory.cpp:56
virtual void virtual_hook(int id, void *data)
Virtual hook, used to add new "virtual" functions while maintaining binary compatibility.
Definition kservicetypefactory.cpp:136
KServiceType::List allServiceTypes()
Definition kservicetypefactory.cpp:95
virtual KServiceType::Ptr findServiceTypeByName(const QString &_name)
Find a service type in the database file (allocates it) Overloaded by KBuildServiceTypeFactory to ret...
Definition kservicetypefactory.cpp:68
A service type is, well, a type of service, where a service is an application or plugin.
Definition kservicetype.h:44
int find_string(const QString &key) const
Looks up an entry identified by 'key'.
Definition ksycocadict.cpp:146
Template for making it easier to define a threadsafe singleton for each factory, with support for kbu...
Definition ksycocafactory.h:177
virtual KSycocaEntry::List allEntries() const
Get a list of all entries from the database.
Definition ksycocafactory.cpp:183
virtual void virtual_hook(int id, void *data)
Virtual hook, used to add new "virtual" functions while maintaining binary compatibility.
Definition ksycocafactory.cpp:246
KSycocaFactory(KSycocaFactoryId factory_id)
Create a factory which can be used to lookup from/create a database (depending on KSycoca::isBuilding...
Definition ksycocafactory.cpp:50
static KSycoca * self()
Get or create the only instance of KSycoca (read-only)
Definition ksycoca.cpp:293
#define K_GLOBAL_STATIC(TYPE, NAME)
This macro makes it easy to use non-POD types as global statics.
Definition kglobal.h:221
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.