#include <klflibbrowser_p.h>


Public Member Functions | |
| KLFLibBrowserTabMenu (KLFLibBrowserTabWidget *tabwidget) | |
| virtual | ~KLFLibBrowserTabMenu () |
Protected Slots | |
| void | slotPageInserted (int index, const QIcon &icon, const QString &text) |
| void | slotPageRemoved (int index) |
| void | slotPageTextChanged (int index, const QString &text) |
| void | slotPageIconChanged (int index, const QIcon &icon) |
| void | slotPageEnabled (int index, bool enable) |
| void | slotCurrentIndexChanged (int index) |
| void | slotRaisePageFromAction () |
Definition at line 561 of file klflibbrowser_p.h.
| KLFLibBrowserTabMenu::KLFLibBrowserTabMenu | ( | KLFLibBrowserTabWidget * | tabwidget | ) | [inline] |
Definition at line 565 of file klflibbrowser_p.h.
References slotCurrentIndexChanged(), slotPageEnabled(), slotPageIconChanged(), slotPageInserted(), slotPageRemoved(), slotPageTextChanged(), QTabWidget::tabIcon(), and QTabWidget::tabText().
| virtual KLFLibBrowserTabMenu::~KLFLibBrowserTabMenu | ( | ) | [inline, virtual] |
Definition at line 587 of file klflibbrowser_p.h.
| void KLFLibBrowserTabMenu::slotCurrentIndexChanged | ( | int | index | ) | [inline, protected, slot] |
Definition at line 626 of file klflibbrowser_p.h.
Referenced by KLFLibBrowserTabMenu().
| void KLFLibBrowserTabMenu::slotPageEnabled | ( | int | index, |
| bool | enable | ||
| ) | [inline, protected, slot] |
Definition at line 621 of file klflibbrowser_p.h.
Referenced by KLFLibBrowserTabMenu().
| void KLFLibBrowserTabMenu::slotPageIconChanged | ( | int | index, |
| const QIcon & | icon | ||
| ) | [inline, protected, slot] |
Definition at line 616 of file klflibbrowser_p.h.
Referenced by KLFLibBrowserTabMenu().
| void KLFLibBrowserTabMenu::slotPageInserted | ( | int | index, |
| const QIcon & | icon, | ||
| const QString & | text | ||
| ) | [inline, protected, slot] |
Definition at line 592 of file klflibbrowser_p.h.
References QMenu::addAction(), KLF_DEBUG_BLOCK, KLF_FUNC_NAME, slotRaisePageFromAction(), and QMenu::triggered().
Referenced by KLFLibBrowserTabMenu().
| void KLFLibBrowserTabMenu::slotPageRemoved | ( | int | index | ) | [inline, protected, slot] |
Definition at line 605 of file klflibbrowser_p.h.
References KLF_DEBUG_BLOCK, and KLF_FUNC_NAME.
Referenced by KLFLibBrowserTabMenu().
| void KLFLibBrowserTabMenu::slotPageTextChanged | ( | int | index, |
| const QString & | text | ||
| ) | [inline, protected, slot] |
Definition at line 611 of file klflibbrowser_p.h.
Referenced by KLFLibBrowserTabMenu().
| void KLFLibBrowserTabMenu::slotRaisePageFromAction | ( | ) | [inline, protected, slot] |
Definition at line 633 of file klflibbrowser_p.h.
References KLF_FUNC_NAME, and QList::size().
Referenced by slotPageInserted().