Kate::ToolViewManager Class Reference
Interface to the toolviewmanager. More...
#include <toolviewmanager.h>
Public Member Functions | |
ToolViewManager (void *toolViewManager) | |
virtual | ~ToolViewManager () |
KMDI::ToolViewAccessor * | addToolView (KDockWidget::DockPosition position, QWidget *widget, const QPixmap &icon, const QString &sname, const QString &tabToolTip=0, const QString &tabCaption=0) |
bool | removeToolView (QWidget *widget) |
bool | removeToolView (KMDI::ToolViewAccessor *accessor) |
bool | showToolView (QWidget *widget) |
bool | showToolView (KMDI::ToolViewAccessor *accessor) |
bool | hideToolView (QWidget *widget) |
bool | hideToolView (KMDI::ToolViewAccessor *accessor) |
Friends | |
class | PrivateToolViewManager |
Detailed Description
Interface to the toolviewmanager.
Definition at line 36 of file toolviewmanager.h.
Constructor & Destructor Documentation
|
Construtor, should not interest, internal usage.
Definition at line 45 of file toolviewmanager.cpp. References PrivateToolViewManager. |
|
Desctructor.
Definition at line 51 of file toolviewmanager.cpp. |
Member Function Documentation
|
Add a toolview.
Definition at line 56 of file toolviewmanager.cpp. |
|
Remove a toolview.
Definition at line 61 of file toolviewmanager.cpp. |
|
Remove a toolview.
Definition at line 66 of file toolviewmanager.cpp. |
|
Show the toolview.
Definition at line 71 of file toolviewmanager.cpp. |
|
Show the toolview.
Definition at line 76 of file toolviewmanager.cpp. |
|
Hide the toolview.
Definition at line 81 of file toolviewmanager.cpp. |
|
Hide the toolview.
Definition at line 86 of file toolviewmanager.cpp. |
The documentation for this class was generated from the following files: