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

Public Slots | |
void | setPosition (KMultiTabBar::KMultiTabBarPosition) |
void | setStyle (KMultiTabBar::KMultiTabBarStyle) |
void | setText (const QString &) |
QSize | sizeHint () const |
Signals | |
void | clicked (int id) |
Public Member Functions | |
KMultiTabBarButton (const QPixmap &pic, const QString &, QPopupMenu *popup, int id, QWidget *parent, KMultiTabBar::KMultiTabBarPosition pos, KMultiTabBar::KMultiTabBarStyle style) | |
KMultiTabBarButton (const QString &, QPopupMenu *popup, int id, QWidget *parent, KMultiTabBar::KMultiTabBarPosition pos, KMultiTabBar::KMultiTabBarStyle style) | |
int | id () const |
Protected Slots | |
virtual void | slotClicked () |
Protected Member Functions | |
virtual void | hideEvent (class QHideEvent *) |
virtual void | showEvent (class QShowEvent *) |
Protected Attributes | |
KMultiTabBar::KMultiTabBarPosition | m_position |
KMultiTabBar::KMultiTabBarStyle | m_style |
QString | m_text |
Detailed Description
This class should never be created except with the appendButton call of KMultiTabBar.Definition at line 152 of file kmultitabbar.h.
Member Function Documentation
|
this is used internaly, but can be used by the user, if (s)he wants to It the according call of KMultiTabBar is invoked though this modifications will be overwritten Definition at line 323 of file kmultitabbar.cpp. |
|
this is used internaly, but can be used by the user, if (s)he wants to It the according call of KMultiTabBar is invoked though this modifications will be overwritten Definition at line 329 of file kmultitabbar.cpp. |
|
modify the text of the button Definition at line 311 of file kmultitabbar.cpp. |
|
this is emitted if the button is clicked
|
The documentation for this class was generated from the following files: