KParts
mainwindow.cpp
Go to the documentation of this file.
KStatusBar * statusBar()
virtual void setCaption(const QString &caption)
This event is sent to a Part when its GUI has been activated or deactivated.
Definition: event.h:60
MainWindow(QWidget *parent=0, Qt::WindowFlags f=KDE_DEFAULT_WINDOWFLAGS)
Constructor, same signature as KMainWindow.
Definition: mainwindow.cpp:61
void saveNewToolbarConfig()
Rebuilds the GUI after KEditToolbar changed the toolbar layout.
Definition: mainwindow.cpp:173
virtual void createShellGUI(bool create=true)
Definition: mainwindow.cpp:140
virtual void slotSetStatusBarText(const QString &)
Called when the active part wants to change the statusbar message Reimplement if your mainwindow has ...
Definition: mainwindow.cpp:135
void createGUI(KParts::Part *part)
Create the GUI (by merging the host's and the active part's) You must call this in order to see any G...
Definition: mainwindow.cpp:81
void loadPlugins(QObject *parent, KXMLGUIClient *parentGUIClient, const KComponentData &componentData)
Load the Plugins honoring the PluginLoadingMode.
Definition: part.cpp:156
static QString locate(const char *type, const QString &filename, const KComponentData &cData=KGlobal::mainComponent())
virtual QString xmlFile() const
virtual KActionCollection * actionCollection() const
virtual void setXMLFile(const QString &file, bool merge=false, bool setXMLDoc=true)
virtual KComponentData componentData() const
KXMLGUIFactory * factory() const
void removeClient(KXMLGUIClient *client)
void addClient(KXMLGUIClient *client)
virtual KXMLGUIFactory * guiFactory()
virtual void configureToolbars()
bool isHelpMenuEnabled() const
#define kDebug
const KComponentData & mainComponent()
KSharedConfigPtr config()
const char * name(StandardAction id)
KAction * create(StandardAction id, const QObject *recvr, const char *slot, QObject *parent)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.