#include <kservice_p.h>

Public Member Functions | |
| KServicePrivate (const QString &path) | |
| KServicePrivate (QDataStream &_str, int _offset) | |
| void | init (const KDesktopFile *config, KService *q) |
| virtual bool | isValid () const |
| void | load (QDataStream &) |
| virtual QString | name () const |
| void | parseActions (const KDesktopFile *config, KService *q) |
| virtual QVariant | property (const QString &name) const |
| QVariant | property (const QString &_name, QVariant::Type t) const |
| virtual QStringList | propertyNames () const |
| virtual void | save (QDataStream &) |
| QStringList | serviceTypes () const |
| virtual QString | storageId () const |
Public Attributes | |
| QStringList | categories |
| QList< KServiceAction > | m_actions |
| bool | m_bAllowAsDefault: 1 |
| bool | m_bTerminal: 1 |
| bool | m_bValid: 1 |
| KService::DBusStartupType | m_DBUSStartusType |
| int | m_initialPreference |
| QStringList | m_lstKeywords |
| QMap< QString, QVariant > | m_mapProps |
| QVector < KService::ServiceTypeAndPreference > | m_serviceTypes |
| QString | m_strComment |
| QString | m_strDesktopEntryName |
| QString | m_strExec |
| QString | m_strGenName |
| QString | m_strIcon |
| QString | m_strLibrary |
| QString | m_strName |
| QString | m_strPath |
| QString | m_strTerminalOptions |
| QString | m_strType |
| QString | menuId |
Constructor & Destructor Documentation
| KServicePrivate::KServicePrivate | ( | const QString & | path | ) | [inline] |
Definition at line 34 of file kservice_p.h.
| KServicePrivate::KServicePrivate | ( | QDataStream & | _str, |
| int | _offset | ||
| ) | [inline] |
Definition at line 38 of file kservice_p.h.
Member Function Documentation
| void KServicePrivate::init | ( | const KDesktopFile * | config, |
| KService * | q | ||
| ) |
Definition at line 63 of file kservice.cpp.
| virtual bool KServicePrivate::isValid | ( | ) | const [inline, virtual] |
Reimplemented from KSycocaEntryPrivate.
Definition at line 61 of file kservice_p.h.
| void KServicePrivate::load | ( | QDataStream & | s | ) |
Definition at line 321 of file kservice.cpp.
| virtual QString KServicePrivate::name | ( | ) | const [inline, virtual] |
Implements KSycocaEntryPrivate.
Definition at line 49 of file kservice_p.h.
| void KServicePrivate::parseActions | ( | const KDesktopFile * | config, |
| KService * | q | ||
| ) |
Definition at line 287 of file kservice.cpp.
| QVariant KServicePrivate::property | ( | const QString & | name | ) | const [virtual] |
Reimplemented from KSycocaEntryPrivate.
Definition at line 481 of file kservice.cpp.
| QVariant KServicePrivate::property | ( | const QString & | _name, |
| QVariant::Type | t | ||
| ) | const |
Definition at line 502 of file kservice.cpp.
| QStringList KServicePrivate::propertyNames | ( | ) | const [virtual] |
Reimplemented from KSycocaEntryPrivate.
Definition at line 572 of file kservice.cpp.
| void KServicePrivate::save | ( | QDataStream & | s | ) | [virtual] |
Reimplemented from KSycocaEntryPrivate.
Definition at line 349 of file kservice.cpp.
| QStringList KServicePrivate::serviceTypes | ( | ) | const |
Definition at line 923 of file kservice.cpp.
| virtual QString KServicePrivate::storageId | ( | ) | const [inline, virtual] |
Reimplemented from KSycocaEntryPrivate.
Definition at line 54 of file kservice_p.h.
Member Data Documentation
| QStringList KServicePrivate::categories |
Definition at line 74 of file kservice_p.h.
Definition at line 94 of file kservice_p.h.
Definition at line 95 of file kservice_p.h.
Definition at line 96 of file kservice_p.h.
Definition at line 97 of file kservice_p.h.
Definition at line 90 of file kservice_p.h.
Definition at line 85 of file kservice_p.h.
| QStringList KServicePrivate::m_lstKeywords |
Definition at line 92 of file kservice_p.h.
| QMap<QString,QVariant> KServicePrivate::m_mapProps |
Definition at line 91 of file kservice_p.h.
Definition at line 87 of file kservice_p.h.
| QString KServicePrivate::m_strComment |
Definition at line 82 of file kservice_p.h.
Definition at line 89 of file kservice_p.h.
| QString KServicePrivate::m_strExec |
Definition at line 78 of file kservice_p.h.
| QString KServicePrivate::m_strGenName |
Definition at line 93 of file kservice_p.h.
| QString KServicePrivate::m_strIcon |
Definition at line 79 of file kservice_p.h.
| QString KServicePrivate::m_strLibrary |
Definition at line 83 of file kservice_p.h.
| QString KServicePrivate::m_strName |
Definition at line 77 of file kservice_p.h.
| QString KServicePrivate::m_strPath |
Definition at line 81 of file kservice_p.h.
Definition at line 80 of file kservice_p.h.
| QString KServicePrivate::m_strType |
Definition at line 76 of file kservice_p.h.
| QString KServicePrivate::menuId |
Definition at line 75 of file kservice_p.h.
The documentation for this class was generated from the following files:
KDE 4.7 API Reference