org.kde.qt

Class QTabBar

public class QTabBar extends QWidget

See QTabBarSignals for signals emitted by QTabBar
Field Summary
static intRoundedAbove
static intRoundedBelow
static intTriangularAbove
static intTriangularBelow
Constructor Summary
protected QTabBar(Class dummy)
QTabBar(QWidget parent, String name)
QTabBar(QWidget parent)
QTabBar()
Method Summary
intaddTab(QTab arg1)
StringclassName()
intcount()
intcurrentTab()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
booleanevent(QEvent e)
protected voidfinalize()
Deletes the wrapped C++ instance
protected voidfocusInEvent(QFocusEvent e)
protected voidfocusOutEvent(QFocusEvent e)
protected voidfontChange(QFont arg1)
intindexOf(int arg1)
intinsertTab(QTab arg1, int index)
intinsertTab(QTab arg1)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisTabEnabled(int arg1)
intkeyboardFocusTab()
protected voidkeyPressEvent(QKeyEvent arg1)
voidlayoutTabs()
QMetaObjectmetaObject()
QSizeminimumSizeHint()
protected voidmouseMoveEvent(QMouseEvent arg1)
protected voidmousePressEvent(QMouseEvent arg1)
protected voidmouseReleaseEvent(QMouseEvent arg1)
protected voidpaint(QPainter arg1, QTab arg2, boolean arg3)
protected voidpaintEvent(QPaintEvent arg1)
protected voidpaintLabel(QPainter arg1, QRect arg2, QTab arg3, boolean arg4)
voidremoveTab(QTab arg1)
voidremoveToolTip(int index)
protected voidresizeEvent(QResizeEvent arg1)
QTabselectTab(QPoint p)
voidsetCurrentTab(int arg1)
voidsetCurrentTab(QTab arg1)
voidsetShape(int arg1)
voidsetTabEnabled(int arg1, boolean arg2)
voidsetToolTip(int index, String tip)
intshape()
voidshow()
QSizesizeHint()
voidstyleChange(QStyle arg1)
QTabtab(int arg1)
QTabtabAt(int arg1)
StringtoolTip(int index)
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)

Field Detail

RoundedAbove

public static final int RoundedAbove

RoundedBelow

public static final int RoundedBelow

TriangularAbove

public static final int TriangularAbove

TriangularBelow

public static final int TriangularBelow

Constructor Detail

QTabBar

protected QTabBar(Class dummy)

QTabBar

public QTabBar(QWidget parent, String name)

QTabBar

public QTabBar(QWidget parent)

QTabBar

public QTabBar()

Method Detail

addTab

public int addTab(QTab arg1)

className

public String className()

count

public int count()

currentTab

public int currentTab()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

event

public boolean event(QEvent e)

finalize

protected void finalize()
Deletes the wrapped C++ instance

focusInEvent

protected void focusInEvent(QFocusEvent e)

focusOutEvent

protected void focusOutEvent(QFocusEvent e)

fontChange

protected void fontChange(QFont arg1)

indexOf

public int indexOf(int arg1)

insertTab

public int insertTab(QTab arg1, int index)

insertTab

public int insertTab(QTab arg1)

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

isTabEnabled

public boolean isTabEnabled(int arg1)

keyboardFocusTab

public int keyboardFocusTab()

keyPressEvent

protected void keyPressEvent(QKeyEvent arg1)

layoutTabs

public void layoutTabs()

metaObject

public QMetaObject metaObject()

minimumSizeHint

public QSize minimumSizeHint()

mouseMoveEvent

protected void mouseMoveEvent(QMouseEvent arg1)

mousePressEvent

protected void mousePressEvent(QMouseEvent arg1)

mouseReleaseEvent

protected void mouseReleaseEvent(QMouseEvent arg1)

paint

protected void paint(QPainter arg1, QTab arg2, boolean arg3)

paintEvent

protected void paintEvent(QPaintEvent arg1)

paintLabel

protected void paintLabel(QPainter arg1, QRect arg2, QTab arg3, boolean arg4)

removeTab

public void removeTab(QTab arg1)

removeToolTip

public void removeToolTip(int index)

resizeEvent

protected void resizeEvent(QResizeEvent arg1)

selectTab

public QTab selectTab(QPoint p)

setCurrentTab

public void setCurrentTab(int arg1)

setCurrentTab

public void setCurrentTab(QTab arg1)

setShape

public void setShape(int arg1)

setTabEnabled

public void setTabEnabled(int arg1, boolean arg2)

setToolTip

public void setToolTip(int index, String tip)

shape

public int shape()

show

public void show()

sizeHint

public QSize sizeHint()

styleChange

public void styleChange(QStyle arg1)

tab

public QTab tab(int arg1)

tabAt

public QTab tabAt(int arg1)

toolTip

public String toolTip(int index)

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)