KateMDI::ToolView Class Reference
List of all members.Detailed Description
Definition at line 102 of file katemdi.h.
Signals | |
void | visibleChanged (bool visible) |
Public Member Functions | |
virtual | ~ToolView () |
bool | visible () const |
Protected Member Functions | |
ToolView (class MainWindow *mainwin, class Sidebar *sidebar, QWidget *parent) | |
MainWindow * | mainWindow () |
Sidebar * | sidebar () |
void | setVisible (bool vis) |
void | childEvent (QChildEvent *ev) |
Friends | |
class | Sidebar |
class | MainWindow |
class | GUIClient |
class | ToggleToolViewAction |
Constructor & Destructor Documentation
|
ToolView Objects of this clas represent a toolview in the mainwindow you should only add one widget as child to this toolview, it will be automatically set to be the focus proxy of the toolview.
Definition at line 228 of file katemdi.cpp. |
|
destuct me, this is allowed for all, will care itself that the toolview is removed from the mainwindow and sidebar
Definition at line 237 of file katemdi.cpp. |
Member Function Documentation
|
some internal methodes needed by the main window and the sidebars
|
|
toolview hidden or shown
|
The documentation for this class was generated from the following files: