#include <klflibbrowser_p.h>


Public Slots | |
| void | refreshTabReadOnly (int tabindex, bool readonly) |
Signals | |
| void | pageInserted (int index, const QIcon &icon, const QString &text) |
| void | pageTextChanged (int index, const QString &text) |
| void | pageIconChanged (int index, const QIcon &icon) |
| void | pageEnabled (int index, bool enable) |
| void | pageRemoved (int index) |
Protected Member Functions | |
| virtual void | tabInserted (int index) |
| virtual void | tabRemoved (int index) |
Definition at line 455 of file klflibbrowser_p.h.
|
inline |
Definition at line 459 of file klflibbrowser_p.h.
References QTabWidget::setTabBar().
|
inlinevirtual |
Definition at line 467 of file klflibbrowser_p.h.
Definition at line 482 of file klflibbrowser_p.h.
References getTabAtPoint(), QDragMoveEvent::ignore(), and QEvent::type().
|
inline |
Returns the tab index at position pos relative to tab widget.
Definition at line 470 of file klflibbrowser_p.h.
References QTabBar::tabAt().
Referenced by eventFilter().
|
inline |
Returns the rectangle, relative to tab widget, occupied by tab in the tab bar.
Definition at line 476 of file klflibbrowser_p.h.
References QRect::size(), QTabBar::tabRect(), and QRect::topLeft().
|
signal |
Referenced by setTabEnabled().
|
signal |
Referenced by setTabIcon().
|
signal |
Referenced by tabInserted().
|
signal |
Referenced by tabRemoved().
|
signal |
Referenced by setTabText().
|
inlineslot |
Definition at line 532 of file klflibbrowser_p.h.
References QPalette::color(), and QTabBar::setTabTextColor().
|
inline |
Reimplemented from QTabWidget.
Definition at line 503 of file klflibbrowser_p.h.
References pageEnabled().
|
inline |
Reimplemented from QTabWidget.
Definition at line 509 of file klflibbrowser_p.h.
References pageIconChanged().
|
inline |
Reimplemented from QTabWidget.
Definition at line 515 of file klflibbrowser_p.h.
References pageTextChanged().
|
inlineprotectedvirtual |
Reimplemented from QTabWidget.
Definition at line 546 of file klflibbrowser_p.h.
References pageInserted(), QTabWidget::tabIcon(), and QTabWidget::tabText().
|
inlineprotectedvirtual |
Reimplemented from QTabWidget.
Definition at line 549 of file klflibbrowser_p.h.
References pageRemoved().