KServiceTypeFactory Class Reference
List of all members.Detailed Description
Definition at line 45 of file kservicetypefactory.h.
Public Member Functions | |
KServiceTypeFactory () | |
virtual | ~KServiceTypeFactory () |
virtual KSycocaEntry * | createEntry (const QString &, const char *) |
virtual KServiceType * | findServiceTypeByName (const QString &_name) |
QVariant::Type | findPropertyTypeByName (const QString &_name) |
KMimeType * | findFromPattern (const QString &_filename, QString *match=0) |
KMimeType::List | allMimeTypes () |
KServiceType::List | allServiceTypes () |
bool | checkMimeTypes () |
Static Public Member Functions | |
static KServiceTypeFactory * | self () |
Protected Member Functions | |
virtual KServiceType * | createEntry (int offset) |
virtual void | virtual_hook (int id, void *data) |
Protected Attributes | |
int | m_fastPatternOffset |
int | m_otherPatternOffset |
QMap< QString, int > | m_propertyTypeDict |
Constructor & Destructor Documentation
|
Create factory.
Definition at line 33 of file kservicetypefactory.cpp. |
Member Function Documentation
|
Definition at line 214 of file kservicetypefactory.cpp. |
|
Definition at line 229 of file kservicetypefactory.cpp. |
|
Definition at line 248 of file kservicetypefactory.cpp. |
|
Not meant to be called at this level.
Definition at line 59 of file kservicetypefactory.h. |
|
Find a mimetype from a filename (using the pattern list).
Definition at line 113 of file kservicetypefactory.cpp. |
|
Find a the property type of a named property.
Definition at line 98 of file kservicetypefactory.cpp. |
|
Find a service type in the database file (allocates it) Overloaded by KBuildServiceTypeFactory to return a memory one.
Definition at line 80 of file kservicetypefactory.cpp. |
|
Definition at line 73 of file kservicetypefactory.cpp. |
The documentation for this class was generated from the following files: