KServiceGroupFactory Class Reference
List of all members.Detailed Description
Definition at line 36 of file kservicegroupfactory.h.
Public Member Functions | |
KServiceGroupFactory () | |
virtual | ~KServiceGroupFactory () |
virtual KSycocaEntry * | createEntry (const QString &, const char *) |
KServiceGroup * | findGroupByDesktopPath (const QString &_name, bool deep=true) |
KServiceGroup * | findBaseGroup (const QString &_baseGroupName, bool deep=true) |
Static Public Member Functions | |
static KServiceGroupFactory * | self () |
Protected Member Functions | |
KServiceGroup * | createGroup (int offset, bool deep) |
KServiceGroup * | createEntry (int offset) |
virtual void | virtual_hook (int id, void *data) |
Protected Attributes | |
KSycocaDict * | m_baseGroupDict |
int | m_baseGroupDictOffset |
Constructor & Destructor Documentation
KServiceGroupFactory::KServiceGroupFactory | ( | ) |
Member Function Documentation
virtual KSycocaEntry* KServiceGroupFactory::createEntry | ( | const QString & | , | |
const char * | ||||
) | [inline, virtual] |
KServiceGroup * KServiceGroupFactory::findGroupByDesktopPath | ( | const QString & | _name, | |
bool | deep = true | |||
) |
Find a group ( by desktop path, e.g.
"Applications/Editors")
Definition at line 69 of file kservicegroupfactory.cpp.
KServiceGroup * KServiceGroupFactory::findBaseGroup | ( | const QString & | _baseGroupName, | |
bool | deep = true | |||
) |
KServiceGroupFactory * KServiceGroupFactory::self | ( | ) | [static] |
- Returns:
- the unique service group factory, creating it if necessary
Definition at line 62 of file kservicegroupfactory.cpp.
The documentation for this class was generated from the following files: