mainwindow.cpp
88 kdDebug(1000) << "MainWindow::createGUI, part=" << part << " " << ( part ? part->className() : "" )
102 kdDebug(1000) << "deactivating GUI for " << d->m_activePart << " " << d->m_activePart->className()
virtual void setXMLFile(const TQString &file, bool merge=false, bool setXMLDoc=true)
bool setAutoUpdate(bool bAuto)
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:86
virtual TDEActionCollection * actionCollection() const
kdbgstream kdDebug(int area=0)
void applyMainWindowSettings(TDEConfig *config, const TQString &groupName, bool force)
virtual void slotSetStatusBarText(const TQString &)
Called when the active part wants to change the statusbar message Reimplement if your mainwindow has ...
Definition: mainwindow.cpp:145
KStatusBar * statusBar()
virtual void setCaption(const TQString &caption)
static TDEInstance * instance()
bool autoSaveSettings() const
virtual TDEInstance * instance() const
This event is sent to a Part when its GUI has been activated or deactivated.
Definition: event.h:54
TDEAccel * accel()
MainWindow(TQWidget *parent, const char *name=0L, WFlags f=(WFlags)(WType_TopLevel|WDestructiveClose))
Constructor, same signature as TDEMainWindow.
Definition: mainwindow.cpp:60
KXMLGUIFactory * factory() const
virtual TQString xmlFile() const
void loadPlugins(TQObject *parent, KXMLGUIClient *parentGUIClient, TDEInstance *instance)
Load the Plugins honoring the PluginLoadingMode.
Definition: part.cpp:122
bool isHelpMenuEnabled()
static TDEConfig * config()
kndbgstream & endl(kndbgstream &s)
TQString locate(const char *type, const TQString &filename, const TDEInstance *instance=TDEGlobal::instance())
TQString autoSaveGroup() const
void saveNewToolbarConfig()
Rebuilds the GUI after KEditToolbar changed the toolbar layout.
Definition: mainwindow.cpp:185
Definition: browserextension.cpp:64