KDECore
#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 Member Functions inherited from KSycocaEntryPrivate | |
| KSycocaEntryPrivate (const QString &path_) | |
| KSycocaEntryPrivate (QDataStream &_str, int iOffset) | |
| virtual | ~KSycocaEntryPrivate () |
| virtual bool | isType (KSycocaType t) const |
| virtual bool | isValid () const |
| virtual QVariant | property (const QString &name) const |
| virtual QStringList | propertyNames () const |
| virtual QString | storageId () const |
| virtual KSycocaType | sycocaType () const |
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 |
Public Attributes inherited from KSycocaEntryPrivate | |
| bool | deleted |
| int | offset |
| QString | path |
Detailed Description
Definition at line 27 of file kservicegroup_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 32 of file kservicegroup_p.h.
|
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.
|
inlinevirtual |
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.
|
virtual |
Reimplemented from KSycocaEntryPrivate.
Definition at line 269 of file kservicegroup.cpp.
Member Data Documentation
| QString KServiceGroupPrivate::directoryEntryPath |
Definition at line 74 of file kservicegroup_p.h.
| bool KServiceGroupPrivate::m_bAllowInline |
Definition at line 71 of file kservicegroup_p.h.
| bool KServiceGroupPrivate::m_bDeep |
Definition at line 81 of file kservicegroup_p.h.
| bool KServiceGroupPrivate::m_bInlineAlias |
Definition at line 70 of file kservicegroup_p.h.
| bool KServiceGroupPrivate::m_bNoDisplay |
Definition at line 67 of file kservicegroup_p.h.
| bool KServiceGroupPrivate::m_bShowEmptyMenu |
Definition at line 68 of file kservicegroup_p.h.
| bool KServiceGroupPrivate::m_bShowInlineHeader |
Definition at line 69 of file kservicegroup_p.h.
|
mutable |
Definition at line 83 of file kservicegroup_p.h.
| int KServiceGroupPrivate::m_inlineValue |
Definition at line 72 of file kservicegroup_p.h.
| KServiceGroup::List KServiceGroupPrivate::m_serviceList |
Definition at line 80 of file kservicegroup_p.h.
| QString KServiceGroupPrivate::m_strBaseGroupName |
Definition at line 82 of file kservicegroup_p.h.
| QString KServiceGroupPrivate::m_strCaption |
Definition at line 76 of file kservicegroup_p.h.
| QString KServiceGroupPrivate::m_strComment |
Definition at line 78 of file kservicegroup_p.h.
| QString KServiceGroupPrivate::m_strIcon |
Definition at line 77 of file kservicegroup_p.h.
| QStringList KServiceGroupPrivate::sortOrder |
Definition at line 75 of file kservicegroup_p.h.
| QStringList KServiceGroupPrivate::suppressGenericNames |
Definition at line 73 of file kservicegroup_p.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from