KParts
KParts::Plugin Member List
This is the complete list of members for KParts::Plugin, including all inherited members.
| action(const char *name) const | KXMLGUIClient | |
| action(const QDomElement &element) const | KXMLGUIClient | virtual |
| actionCollection() const | KXMLGUIClient | virtual |
| addStateActionDisabled(const QString &state, const QString &action) | KXMLGUIClient | |
| addStateActionEnabled(const QString &state, const QString &action) | KXMLGUIClient | |
| beginXMLPlug(QWidget *) | KXMLGUIClient | |
| blockSignals(bool block) | QObject | |
| checkConnectArgs(const char *signal, const QObject *object, const char *method) | QObject | protected |
| child(const char *objName, const char *inheritsClass, bool recursiveSearch) const | QObject | |
| childClients() | KXMLGUIClient | |
| childEvent(QChildEvent *event) | QObject | protectedvirtual |
| children() const | QObject | |
| className() const | QObject | |
| clientBuilder() const | KXMLGUIClient | |
| componentData() const | KXMLGUIClient | virtual |
| connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const | QObject | |
| connectNotify(const char *signal) | QObject | protectedvirtual |
| customEvent(QEvent *event) | QObject | protectedvirtual |
| deleteLater() | QObject | |
| destroyed(QObject *obj) | QObject | |
| disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
| disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
| disconnect(const char *signal, const QObject *receiver, const char *method) | QObject | |
| disconnect(const QObject *receiver, const char *method) | QObject | |
| disconnectNotify(const char *signal) | QObject | protectedvirtual |
| domDocument() const | KXMLGUIClient | virtual |
| dumpObjectInfo() | QObject | |
| dumpObjectTree() | QObject | |
| dynamicPropertyNames() const | QObject | |
| endXMLPlug() | KXMLGUIClient | |
| event(QEvent *e) | QObject | virtual |
| eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
| factory() const | KXMLGUIClient | |
| findChild(const QString &name) const | QObject | |
| findChildren(const QString &name) const | QObject | |
| findChildren(const QRegExp ®Exp) const | QObject | |
| findMostRecentXMLFile(const QStringList &files, QString &doc) | KXMLGUIClient | static |
| getActionsToChangeForState(const QString &state) | KXMLGUIClient | |
| inherits(const char *className) const | QObject | |
| insertChild(QObject *object) | QObject | |
| insertChildClient(KXMLGUIClient *child) | KXMLGUIClient | |
| installEventFilter(QObject *filterObj) | QObject | |
| isA(const char *className) const | QObject | |
| isWidgetType() const | QObject | |
| killTimer(int id) | QObject | |
| KXMLGUIClient() | KXMLGUIClient | |
| KXMLGUIClient(KXMLGUIClient *parent) | KXMLGUIClient | |
| loadPlugin(QObject *parent, const char *libname) | KParts::Plugin | protectedstatic |
| loadPlugin(QObject *parent, const QByteArray &libname) | KParts::Plugin | protectedstatic |
| loadPlugin(QObject *parent, const QString &libname) | KParts::Plugin | protectedstatic |
| loadPlugin(QObject *parent, const QString &libname, const QString &keyword) | KParts::Plugin | protectedstatic |
| loadPlugins(QObject *parent, const KComponentData &instance) | KParts::Plugin | static |
| loadPlugins(QObject *parent, const QList< PluginInfo > &pluginInfos) | KParts::Plugin | static |
| loadPlugins(QObject *parent, const QList< PluginInfo > &pluginInfos, const KComponentData &instance) | KParts::Plugin | static |
| loadPlugins(QObject *parent, KXMLGUIClient *parentGUIClient, const KComponentData &instance, bool enableNewPluginsByDefault=true, int interfaceVersionRequired=0) | KParts::Plugin | static |
| loadStandardsXmlFile() | KXMLGUIClient | protected |
| localXMLFile() const | KParts::Plugin | virtual |
| metaObject() const | QObject | virtual |
| moveToThread(QThread *targetThread) | QObject | |
| name() const | QObject | |
| name(const char *defaultName) const | QObject | |
| normalizeSignalSlot(const char *signalSlot) | QObject | protectedstatic |
| objectName | QObject | |
| objectName() const | QObject | |
| parent() const | QObject | |
| parentClient() const | KXMLGUIClient | |
| plugActionList(const QString &name, const QList< QAction * > &actionList) | KXMLGUIClient | |
| Plugin(QObject *parent=0) | KParts::Plugin | |
| pluginInfos(const KComponentData &instance) | KParts::Plugin | protectedstatic |
| pluginObjects(QObject *parent) | KParts::Plugin | static |
| prepareXMLUnplug(QWidget *) | KXMLGUIClient | |
| property(const char *name) const | QObject | |
| QObject(QObject *parent) | QObject | |
| QObject(QObject *parent, const char *name) | QObject | |
| receivers(const char *signal) const | QObject | protected |
| reloadXML() | KXMLGUIClient | |
| removeChild(QObject *object) | QObject | |
| removeChildClient(KXMLGUIClient *child) | KXMLGUIClient | |
| removeEventFilter(QObject *obj) | QObject | |
| replaceXMLFile(const QString &xmlfile, const QString &localxmlfile, bool merge=false) | KXMLGUIClient | |
| ReverseStateChange enum name | KXMLGUIClient | |
| sender() const | QObject | protected |
| senderSignalIndex() const | QObject | protected |
| setClientBuilder(KXMLGUIBuilder *builder) | KXMLGUIClient | |
| setComponentData(const KComponentData &instance) | KParts::Plugin | protectedvirtual |
| setDOMDocument(const QDomDocument &document, bool merge=false) | KXMLGUIClient | protectedvirtual |
| setFactory(KXMLGUIFactory *factory) | KXMLGUIClient | |
| setLocalXMLFile(const QString &file) | KXMLGUIClient | protectedvirtual |
| setName(const char *name) | QObject | |
| setObjectName(const QString &name) | QObject | |
| setParent(QObject *parent) | QObject | |
| setProperty(const char *name, const QVariant &value) | QObject | |
| setXML(const QString &document, bool merge=false) | KXMLGUIClient | protectedvirtual |
| setXMLFile(const QString &file, bool merge=false, bool setXMLDoc=true) | KXMLGUIClient | protectedvirtual |
| setXMLGUIBuildDocument(const QDomDocument &doc) | KXMLGUIClient | |
| signalsBlocked() const | QObject | |
| startTimer(int interval) | QObject | |
| stateChanged(const QString &newstate, ReverseStateChange reverse=StateNoReverse) | KXMLGUIClient | protectedvirtual |
| StateNoReverse enum value | KXMLGUIClient | |
| StateReverse enum value | KXMLGUIClient | |
| thread() const | QObject | |
| timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
| tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| unplugActionList(const QString &name) | KXMLGUIClient | |
| virtual_hook(int id, void *data) | KXMLGUIClient | protectedvirtual |
| xmlFile() const | KParts::Plugin | virtual |
| xmlguiBuildDocument() const | KXMLGUIClient | |
| ~KXMLGUIClient() | KXMLGUIClient | virtual |
| ~Plugin() | KParts::Plugin | virtual |
| ~QObject() | QObject | virtual |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference