KMultiTabBarTab Class Reference
This class should never be created except with the appendTab call of KMultiTabBar. More...
#include <kmultitabbar.h>
Inheritance diagram for KMultiTabBarTab:


| Public Slots | |
| virtual void | setIcon (const QString &) | 
| virtual void | setIcon (const QPixmap &) | 
| Public Member Functions | |
| KMultiTabBarTab (const QPixmap &pic, const QString &, int id, QWidget *parent, KMultiTabBar::KMultiTabBarPosition pos, KMultiTabBar::KMultiTabBarStyle style) | |
| void | setState (bool state) | 
| void | showActiveTabText (bool show) | 
| Protected Slots | |
| virtual void | slotClicked () | 
| void | setTabsPosition (KMultiTabBar::KMultiTabBarPosition) | 
| Protected Member Functions | |
| void | setSize (int) | 
| int | neededSize () | 
| void | updateState () | 
| virtual void | drawButton (QPainter *) | 
| virtual void | drawButtonLabel (QPainter *) | 
| void | drawButtonStyled (QPainter *) | 
| void | drawButtonClassic (QPainter *) | 
| Friends | |
| class | KMultiTabBarInternal | 
Detailed Description
This class should never be created except with the appendTab call of KMultiTabBar.
Definition at line 200 of file kmultitabbar.h.
Member Function Documentation
| 
 | 
| set the active state of the tab 
 
 Definition at line 359 of file kmultitabbar.cpp. References QPushButton::setOn(). Referenced by KMultiTabBar::setTab(). | 
| 
 | 
| choose if the text should always be displayed this is only used in classic mode if at all 
 Definition at line 413 of file kmultitabbar.cpp. | 
| 
 | 
| ,sh.height()); Definition at line 427 of file kmultitabbar.cpp. References QPainter::drawPixmap(), QPixmap::fill(), QPixmap::height(), QPushButton::isOn(), QPushButton::pixmap(), QPainter::rotate(), QPixmap::width(), and QSize::width(). | 
The documentation for this class was generated from the following files:

