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()
This event is sent to a Part when its GUI has been activated or deactivated.
Definition: event.h:55
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
void saveNewToolbarConfig()
Rebuilds the GUI after KEditToolbar changed the toolbar layout.
Definition: mainwindow.cpp:185
MainWindow(TQWidget *parent, const char *name=0L, WFlags f=(WFlags)(WType_TopLevel|WDestructiveClose))
Constructor, same signature as TDEMainWindow.
Definition: mainwindow.cpp:60
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
void loadPlugins(TQObject *parent, KXMLGUIClient *parentGUIClient, TDEInstance *instance)
Load the Plugins honoring the PluginLoadingMode.
Definition: part.cpp:122
virtual TQString xmlFile() const
virtual TDEInstance * instance() const
virtual void setXMLFile(const TQString &file, bool merge=false, bool setXMLDoc=true)
KXMLGUIFactory * factory() const
virtual TDEActionCollection * actionCollection() const
void removeClient(KXMLGUIClient *client)
void addClient(KXMLGUIClient *client)
bool setAutoUpdate(bool bAuto)
static TDEConfig * config()
static TDEInstance * instance()
KStatusBar * statusBar()
TDEAccel * accel()
virtual void setCaption(const TQString &caption)
bool autoSaveSettings() const
bool isHelpMenuEnabled()
void applyMainWindowSettings(TDEConfig *config, const TQString &groupName, bool force)
TQString autoSaveGroup() const
kndbgstream & endl(kndbgstream &s)
kdbgstream kdDebug(int area=0)
TQString locate(const char *type, const TQString &filename, const TDEInstance *instance=TDEGlobal::instance())