toolviewmanager.cpp
45ToolViewManager::ToolViewManager (void *toolViewManager) : TQObject ((KateMainWindow*) toolViewManager)
56TQWidget *ToolViewManager::createToolView (const TQString &identifier, ToolViewManager::Position pos, const TQPixmap &icon, const TQString &text)
ToolViewManager(void *toolViewManager)
Construtor, should not interest, internal usage.
Definition toolviewmanager.cpp:45
TQWidget * createToolView(const TQString &identifier, ToolViewManager::Position pos, const TQPixmap &icon, const TQString &text)
add a given widget to the given sidebar if possible, name is very important
Definition toolviewmanager.cpp:56
bool moveToolView(TQWidget *widget, ToolViewManager::Position pos)
Move the toolview.
Definition toolviewmanager.cpp:61
Namespace collecting as much of the internal Kate classes as we can manage.
Definition kateapp.h:32