KMdiDocumentViewTabWidget Class Reference
#include <kmdidocumentviewtabwidget.h>
Detailed Description
A reimplementation of KTabWidget for KMDI.
Definition at line 22 of file kmdidocumentviewtabwidget.h.
Public Slots | |
void | updateIconInView (QWidget *, QPixmap) |
void | updateCaptionInView (QWidget *, const QString &) |
Signals | |
void | initiateTabMove (int, int) |
Public Member Functions | |
KMdiDocumentViewTabWidget (QWidget *parent, const char *name=0) | |
virtual void | addTab (QWidget *child, const QString &label) |
virtual void | addTab (QWidget *child, const QIconSet &iconset, const QString &label) |
virtual void | addTab (QWidget *child, QTab *tab) |
virtual void | insertTab (QWidget *child, const QString &label, int index=-1) |
virtual void | insertTab (QWidget *child, const QIconSet &iconset, const QString &label, int index=-1) |
virtual void | insertTab (QWidget *child, QTab *tab, int index=-1) |
virtual void | removePage (QWidget *w) |
KMdi::TabWidgetVisibility | tabWidgetVisibility () |
void | setTabWidgetVisibility (KMdi::TabWidgetVisibility) |
Member Function Documentation
|
Add a tab into the tabwidget.
Definition at line 45 of file kmdidocumentviewtabwidget.cpp. |
|
Add a tab into the tabwidget.
Definition at line 38 of file kmdidocumentviewtabwidget.cpp. |
|
Add a tab into the tabwidget.
Definition at line 31 of file kmdidocumentviewtabwidget.cpp. |
|
Inserts a tab into the tabwidget.
Definition at line 68 of file kmdidocumentviewtabwidget.cpp. |
|
Inserts a tab into the tabwidget with an icon and label.
Definition at line 60 of file kmdidocumentviewtabwidget.cpp. |
|
Insert a tab into the tabwidget with a label.
Definition at line 52 of file kmdidocumentviewtabwidget.cpp. |
|
Removes the tab from the tabwidget.
Definition at line 76 of file kmdidocumentviewtabwidget.cpp. |
|
Get the tab widget's visibility.
Definition at line 125 of file kmdidocumentviewtabwidget.cpp. |
|
Set the tab widget's visibility and then make the change to match the new setting.
Definition at line 137 of file kmdidocumentviewtabwidget.cpp. |
|
Change the caption for the tab.
Definition at line 87 of file kmdidocumentviewtabwidget.cpp. |
|
Change the icon for the tab.
Definition at line 82 of file kmdidocumentviewtabwidget.cpp. |
The documentation for this class was generated from the following files: