kdevmainwindow.h
Go to the documentation of this file.
50 virtual void embedPartView(TQWidget *view, const TQString &title, const TQString& toolTip = TQString()) = 0;
56 virtual void embedSelectView(TQWidget *view, const TQString &title, const TQString &toolTip) = 0;
62 virtual void embedOutputView(TQWidget *view, const TQString &title, const TQString &toolTip) = 0;
68 virtual void embedSelectViewRight(TQWidget* view, const TQString& title, const TQString &toolTip) = 0;
virtual void removeView(TQWidget *view)=0
Removes a view from the main window.
virtual void setCurrentDocumentCaption(const TQString &caption)=0
Sets the current document's caption, if applicable.
virtual void embedOutputView(TQWidget *view, const TQString &title, const TQString &toolTip)=0
Embeds a toolview at the bottom of the main window.
virtual void embedSelectView(TQWidget *view, const TQString &title, const TQString &toolTip)=0
Embeds a toolview at the left of the main window.
virtual void embedSelectViewRight(TQWidget *view, const TQString &title, const TQString &toolTip)=0
Embeds a toolview at the right of the main window.
virtual void embedPartView(TQWidget *view, const TQString &title, const TQString &toolTip=TQString())=0
Embeds a view of a part into the main window.
virtual TDEMainWindow * main()=0
virtual void setViewAvailable(TQWidget *pView, bool bEnabled)=0
Shows or hides a view.
virtual void raiseView(TQWidget *view)=0
Raises a view (shows it if it was minimized).