#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 324 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-2016 The KDE developers.
Generated on Wed May 11 2016 01:40:24 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.