koshell
KoShellWindow Class Reference
List of all members.Detailed Description
Definition at line 45 of file koshell_shell.h.
Public Member Functions | |
KoShellWindow () | |
virtual | ~KoShellWindow () |
virtual void | setRootDocument (KoDocument *doc) |
virtual void | updateCaption () |
virtual QString | configFile () const |
Public Attributes | |
KAction * | mnuSaveAll |
KAction * | partSpecificHelpAction |
Protected Slots | |
virtual void | slotFileNew () |
virtual void | slotFileClose () |
virtual void | slotFileOpen () |
void | saveAll () |
void | showPartSpecificHelp () |
void | slotSidebar_Part (int) |
void | slotSidebar_Document (int) |
void | tab_contextMenu (QWidget *, const QPoint &) |
void | slotShowSidebar () |
void | slotSidebarItemClicked (QIconViewItem *item) |
void | slotKSLoadCompleted () |
void | slotKSLoadCanceled (const QString &) |
void | slotNewDocumentName () |
void | slotUpdatePart (QWidget *widget) |
Member Function Documentation
|
Used for showing or hiding the sidebar and the components-label.
Definition at line 449 of file koshell_shell.cc. |
|
This slot is called whenever the user clicks on a "component" in the sidebar. It loads a new document which can be edited with the chosen component.
Definition at line 251 of file koshell_shell.cc. |
|
This slot is called whenever the user clicks on a tab to change the document. It looks for the changed widget in the list of all pages and calls switchToPage with the iterator which points to the page corresponding to the widget.
Definition at line 463 of file koshell_shell.cc. |
|
Update caption from document info - call when document info (title in the about page) changes.
Definition at line 369 of file koshell_shell.cc. |
The documentation for this class was generated from the following files: