Kate::ToolViewManager Class Reference
#include <toolviewmanager.h>
Detailed Description
Interface to the toolviewmanager.
Definition at line 32 of file toolviewmanager.h.
Public Types | |
enum | Position { Left, Right, Top, Bottom } |
Public Member Functions | |
ToolViewManager (void *toolViewManager) | |
virtual | ~ToolViewManager () |
QWidget * | createToolView (const QString &identifier, ToolViewManager::Position pos, const QPixmap &icon, const QString &text) |
bool | moveToolView (QWidget *widget, ToolViewManager::Position pos) |
bool | showToolView (QWidget *widget) |
bool | hideToolView (QWidget *widget) |
Friends | |
class | PrivateToolViewManager |
Member Enumeration Documentation
|
positions
Definition at line 53 of file toolviewmanager.h. |
Constructor & Destructor Documentation
|
Construtor, should not interest, internal usage.
Definition at line 45 of file toolviewmanager.cpp. |
|
Desctructor.
Definition at line 51 of file toolviewmanager.cpp. |
Member Function Documentation
|
add a given widget to the given sidebar if possible, name is very important
Definition at line 56 of file toolviewmanager.cpp. |
|
Hide the toolview.
Definition at line 77 of file toolviewmanager.cpp. |
|
Move the toolview.
Definition at line 61 of file toolviewmanager.cpp. |
|
Show the toolview.
Definition at line 69 of file toolviewmanager.cpp. |
The documentation for this class was generated from the following files: