toolviewmanager.cpp
45 ToolViewManager::ToolViewManager (void *toolViewManager) : TQObject ((KateMainWindow*) toolViewManager)
56 TQWidget *ToolViewManager::createToolView (const TQString &identifier, ToolViewManager::Position pos, const TQPixmap &icon, const TQString &text)
58 return d->toolViewMan->createToolView (identifier, (KMultiTabBar::KMultiTabBarPosition)pos, icon, text);
66 return d->toolViewMan->moveToolView (static_cast<KateMDI::ToolView*>(widget), (KMultiTabBar::KMultiTabBarPosition)pos);
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