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
KateMDI::ToolView::ToolView | ( | class MainWindow * | mainwin, | |
class Sidebar * | sidebar, | |||
QWidget * | parent | |||
) | [protected] |
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.
- Parameters:
-
mainwin main window for this toolview sidebar sidebar of this toolview parent parent widget, e.g. the splitter of one of the sidebars
Definition at line 228 of file katemdi.cpp.
KateMDI::ToolView::~ToolView | ( | ) | [virtual] |
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
void KateMDI::ToolView::visibleChanged | ( | bool | visible | ) | [signal] |
toolview hidden or shown
- Parameters:
-
bool is this toolview made visible?
MainWindow* KateMDI::ToolView::mainWindow | ( | ) | [inline, protected] |
The documentation for this class was generated from the following files: