KTextEditor
katepart.cpp
37 QObject *create(const char *iface, QWidget *parentWidget, QObject *parent, const QVariantList &) override
42 // default to the kparts::* behavior of having one single widget() if the user don't requested a pure document
49 KTextEditor::DocumentPrivate *part = new KTextEditor::DocumentPrivate(metaData(), bWantSingleView, bWantReadOnly, parentWidget, parent);
KPluginMetaData metaData() const
Backend of KTextEditor::Document related public KTextEditor interfaces.
Definition katedocument.h:68
Q_INTERFACES(...)
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.