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 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 149 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 240 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 246 of file kmultitabbar.cpp. |
|
modify the text of the button
Reimplemented from QPushButton. Definition at line 228 of file kmultitabbar.cpp. References QToolTip::add(), and QPushButton::setText(). |
|
this is emitted if the button is clicked
|
The documentation for this class was generated from the following files: