dockmainwindow.cpp
75 kdDebug(1000) << TQString(TQString("DockMainWindow::createGUI for %1").arg(part?part->name():"0L")) << endl;
85 kdDebug(1000) << TQString(TQString("deactivating GUI for %1").arg(d->m_activePart->name())) << endl;
TQString locate(const char *type, const TQString &filename, const KInstance *instance=KGlobal::instance())
virtual void setXMLFile(const TQString &file, bool merge=false, bool setXMLDoc=true)
void removeClient(KXMLGUIClient *client)
virtual void slotSetStatusBarText(const TQString &)
Called when the active part wants to change the statusbar message.
Definition: dockmainwindow.cpp:125
void addClient(KXMLGUIClient *client)
kdbgstream kdDebug(int area=0)
bool setAutoUpdate(bool bAuto)
virtual void setCaption(const TQString &caption)
This event is sent to a Part when its GUI has been activated or deactivated.
Definition: event.h:54
static KInstance * instance()
DockMainWindow(TQWidget *parent=0L, const char *name=0L, WFlags f=(WFlags) WDestructiveClose)
Constructor, same signature as KDockMainWindow.
Definition: dockmainwindow.cpp:61
KAccel * accel()
KXMLGUIFactory * factory() const
virtual TQString xmlFile() const
void loadPlugins(TQObject *parent, KXMLGUIClient *parentGUIClient, KInstance *instance)
Load the Plugins honoring the PluginLoadingMode.
Definition: part.cpp:122
bool isHelpMenuEnabled()
KStatusBar * statusBar()
void createGUI(KParts::Part *part)
Create the GUI (by merging the host's and the active part's)
Definition: dockmainwindow.cpp:73
virtual KActionCollection * actionCollection() const
kndbgstream & endl(kndbgstream &s)
virtual KInstance * instance() const
Definition: browserextension.cpp:64