KDE3Support
dockmainwindow3.cpp
Go to the documentation of this file.
A special kind of KMainWindow that is able to have dockwidget child widgets (and member of the dockwi...
Definition: k3dockwidget.h:1279
KStatusBar * statusBar()
virtual void setCaption(const QString &caption)
void createGUI(KParts::Part *part)
Create the GUI (by merging the host's and the active part's)
Definition: dockmainwindow3.cpp:73
virtual void slotSetStatusBarText(const QString &)
Called when the active part wants to change the statusbar message Reimplement if your dock-mainwindow...
Definition: dockmainwindow3.cpp:125
DockMainWindow3(QWidget *parent=0L, const char *name=0L, Qt::WindowFlags f=0)
Constructor, same signature as K3DockMainWindow3.
Definition: dockmainwindow3.cpp:60
virtual void createShellGUI(bool create=true)
Definition: dockmainwindow3.cpp:130
void setPartObject(QObject *object)
void loadPlugins(QObject *parent, KXMLGUIClient *parentGUIClient, const KComponentData &componentData)
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()
bool isHelpMenuEnabled() const
#define kDebug
const KComponentData & mainComponent()
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.