KServiceGroupPrivate Class Reference
#include <kservicegroup_p.h>

Public Member Functions | |
| KServiceGroupPrivate (const QString &path) | |
| KServiceGroupPrivate (QDataStream &str, int offset) | |
| int | childCount () const |
| KServiceGroup::List | entries (KServiceGroup *group, bool sort, bool excludeNoDisplay, bool allowSeparators, bool sortByGenericName) |
| void | load (const QString &cfg) |
| void | load (QDataStream &s) |
| virtual QString | name () const |
| void | parseAttribute (const QString &item, bool &showEmptyMenu, bool &showInline, bool &showInlineHeader, bool &showInlineAlias, int &inlineValue) |
| virtual void | save (QDataStream &s) |
Public Attributes | |
| QString | directoryEntryPath |
| bool | m_bAllowInline: 1 |
| bool | m_bDeep |
| bool | m_bInlineAlias: 1 |
| bool | m_bNoDisplay: 1 |
| bool | m_bShowEmptyMenu: 1 |
| bool | m_bShowInlineHeader: 1 |
| int | m_childCount |
| int | m_inlineValue |
| KServiceGroup::List | m_serviceList |
| QString | m_strBaseGroupName |
| QString | m_strCaption |
| QString | m_strComment |
| QString | m_strIcon |
| QStringList | sortOrder |
| QStringList | suppressGenericNames |
Detailed Description
Definition at line 27 of file kservicegroup_p.h.
Constructor & Destructor Documentation
| KServiceGroupPrivate::KServiceGroupPrivate | ( | const QString & | path | ) | [inline] |
Definition at line 32 of file kservicegroup_p.h.
| KServiceGroupPrivate::KServiceGroupPrivate | ( | QDataStream & | str, |
| int | offset | ||
| ) | [inline] |
Definition at line 39 of file kservicegroup_p.h.
Member Function Documentation
| int KServiceGroupPrivate::childCount | ( | ) | const |
Definition at line 123 of file kservicegroup.cpp.
| KServiceGroup::List KServiceGroupPrivate::entries | ( | KServiceGroup * | group, |
| bool | sort, | ||
| bool | excludeNoDisplay, | ||
| bool | allowSeparators, | ||
| bool | sortByGenericName | ||
| ) |
Definition at line 371 of file kservicegroup.cpp.
| void KServiceGroupPrivate::load | ( | const QString & | cfg | ) |
Definition at line 51 of file kservicegroup.cpp.
| void KServiceGroupPrivate::load | ( | QDataStream & | s | ) |
Definition at line 222 of file kservicegroup.cpp.
| virtual QString KServiceGroupPrivate::name | ( | ) | const [inline, virtual] |
Implements KSycocaEntryPrivate.
Definition at line 49 of file kservicegroup_p.h.
| void KServiceGroupPrivate::parseAttribute | ( | const QString & | item, |
| bool & | showEmptyMenu, | ||
| bool & | showInline, | ||
| bool & | showInlineHeader, | ||
| bool & | showInlineAlias, | ||
| int & | inlineValue | ||
| ) |
This function parse attributes into menu.
Definition at line 658 of file kservicegroup.cpp.
| void KServiceGroupPrivate::save | ( | QDataStream & | s | ) | [virtual] |
Reimplemented from KSycocaEntryPrivate.
Definition at line 269 of file kservicegroup.cpp.
Member Data Documentation
Definition at line 74 of file kservicegroup_p.h.
Definition at line 71 of file kservicegroup_p.h.
Definition at line 81 of file kservicegroup_p.h.
Definition at line 70 of file kservicegroup_p.h.
Definition at line 67 of file kservicegroup_p.h.
Definition at line 68 of file kservicegroup_p.h.
Definition at line 69 of file kservicegroup_p.h.
int KServiceGroupPrivate::m_childCount [mutable] |
Definition at line 83 of file kservicegroup_p.h.
Definition at line 72 of file kservicegroup_p.h.
Definition at line 80 of file kservicegroup_p.h.
Definition at line 82 of file kservicegroup_p.h.
Definition at line 76 of file kservicegroup_p.h.
Definition at line 78 of file kservicegroup_p.h.
Definition at line 77 of file kservicegroup_p.h.
Definition at line 75 of file kservicegroup_p.h.
Definition at line 73 of file kservicegroup_p.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference