org.kde.qt
public class QTabBar extends QWidget
Field Summary | |
---|---|
static int | RoundedAbove |
static int | RoundedBelow |
static int | TriangularAbove |
static int | TriangularBelow |
Constructor Summary | |
---|---|
protected | QTabBar(Class dummy) |
QTabBar(QWidget parent, String name) | |
QTabBar(QWidget parent) | |
QTabBar() |
Method Summary | |
---|---|
int | addTab(QTab arg1) |
String | className() |
int | count() |
int | currentTab() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
boolean | event(QEvent e) |
protected void | finalize() Deletes the wrapped C++ instance |
protected void | focusInEvent(QFocusEvent e) |
protected void | focusOutEvent(QFocusEvent e) |
protected void | fontChange(QFont arg1) |
int | indexOf(int arg1) |
int | insertTab(QTab arg1, int index) |
int | insertTab(QTab arg1) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isTabEnabled(int arg1) |
int | keyboardFocusTab() |
protected void | keyPressEvent(QKeyEvent arg1) |
void | layoutTabs() |
QMetaObject | metaObject() |
QSize | minimumSizeHint() |
protected void | mouseMoveEvent(QMouseEvent arg1) |
protected void | mousePressEvent(QMouseEvent arg1) |
protected void | mouseReleaseEvent(QMouseEvent arg1) |
protected void | paint(QPainter arg1, QTab arg2, boolean arg3) |
protected void | paintEvent(QPaintEvent arg1) |
protected void | paintLabel(QPainter arg1, QRect arg2, QTab arg3, boolean arg4) |
void | removeTab(QTab arg1) |
void | removeToolTip(int index) |
protected void | resizeEvent(QResizeEvent arg1) |
QTab | selectTab(QPoint p) |
void | setCurrentTab(int arg1) |
void | setCurrentTab(QTab arg1) |
void | setShape(int arg1) |
void | setTabEnabled(int arg1, boolean arg2) |
void | setToolTip(int index, String tip) |
int | shape() |
void | show() |
QSize | sizeHint() |
void | styleChange(QStyle arg1) |
QTab | tab(int arg1) |
QTab | tabAt(int arg1) |
String | toolTip(int index) |
static String | tr(String arg1, String arg2) |
static String | tr(String arg1) |