KateMDI::MainWindow Class Reference
Inheritance diagram for KateMDI::MainWindow:

Detailed Description
Definition at line 248 of file katemdi.h.
Public Slots | |
void | setSidebarsVisible (bool visible) |
Public Member Functions | |
MainWindow (QWidget *parentWidget=0, const char *name=0) | |
virtual | ~MainWindow () |
QWidget * | centralWidget () const |
ToolView * | createToolView (const QString &identifier, KMultiTabBar::KMultiTabBarPosition pos, const QPixmap &icon, const QString &text) |
ToolView * | toolView (const QString &identifier) const |
void | setToolViewStyle (KMultiTabBar::KMultiTabBarStyle style) |
KMultiTabBar::KMultiTabBarStyle | toolViewStyle () const |
bool | sidebarsVisible () const |
bool | moveToolView (ToolView *widget, KMultiTabBar::KMultiTabBarPosition pos) |
bool | showToolView (ToolView *widget) |
bool | hideToolView (ToolView *widget) |
void | startRestore (KConfig *config, const QString &group) |
void | finishRestore () |
void | saveSession (KConfig *config, const QString &group) |
Protected Member Functions | |
void | toolViewDeleted (ToolView *widget) |
Friends | |
class | ToolView |
Constructor & Destructor Documentation
|
Constructor.
Definition at line 662 of file katemdi.cpp. |
|
Destructor.
Definition at line 699 of file katemdi.cpp. |
Member Function Documentation
|
central widget ;) use this as parent for your content this widget will get focus if a toolview is hidden
Definition at line 712 of file katemdi.cpp. |
|
add a given widget to the given sidebar if possible, name is very important
Definition at line 717 of file katemdi.cpp. |
|
finish the restore
Definition at line 898 of file katemdi.cpp. |
|
hide given toolview, discarded while session restore
Definition at line 837 of file katemdi.cpp. |
|
move a toolview around
Definition at line 808 of file katemdi.cpp. |
|
save the current session config to given object and group
Definition at line 931 of file katemdi.cpp. |
|
set the sidebars' visibility to If false, the sidebars are always hidden. Usually you do not have to call this because the user can set this in the menu.
Definition at line 763 of file katemdi.cpp. |
|
set the toolview's tabbar style.
Definition at line 794 of file katemdi.cpp. |
|
show given toolview, discarded while session restore
Definition at line 825 of file katemdi.cpp. |
|
get the sidebars' visibility.
Definition at line 789 of file katemdi.cpp. |
|
start the restore
Definition at line 849 of file katemdi.cpp. |
|
give you handle to toolview for the given name, 0 if no toolview around
Definition at line 741 of file katemdi.cpp. |
|
called by toolview destructor
Definition at line 746 of file katemdi.cpp. |
|
get the toolview's tabbar style.
Call this before
Definition at line 802 of file katemdi.cpp. |
The documentation for this class was generated from the following files: