#include <kmultitabbar.h>
Use KMultiTabBar::appendTab to append a tab, which creates a KMultiTabBarTab instance.
Definition at line 192 of file kmultitabbar.h.
KMultiTabBarTab::~KMultiTabBarTab |
( |
| ) |
|
|
virtual |
QSize KMultiTabBarTab::minimumSizeHint |
( |
| ) |
const |
|
virtual |
void KMultiTabBarTab::paintEvent |
( |
QPaintEvent * |
| ) |
|
|
protectedvirtual |
void KMultiTabBarTab::setIcon |
( |
const QString & |
icon | ) |
|
|
slot |
void KMultiTabBarTab::setIcon |
( |
const QPixmap & |
icon | ) |
|
|
slot |
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 219 of file kmultitabbar.cpp.
void KMultiTabBarTab::setState |
( |
bool |
state | ) |
|
|
slot |
set the active state of the tab
- Parameters
-
state | true==active false==not active |
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 225 of file kmultitabbar.cpp.
QSize KMultiTabBarTab::sizeHint |
( |
void |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:17 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.