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