org.kde.qt
public class QHeader extends QWidget
Constructor Summary | |
---|---|
protected | QHeader(Class dummy) |
QHeader(QWidget parent, String name) | |
QHeader(QWidget parent) | |
QHeader() | |
QHeader(int arg1, QWidget parent, String name) | |
QHeader(int arg1, QWidget parent) | |
QHeader(int arg1) |
Method Summary | |
---|---|
int | addLabel(String arg1, int size) |
int | addLabel(String arg1) |
int | addLabel(QIconSet arg1, String arg2, int size) |
int | addLabel(QIconSet arg1, String arg2) |
void | adjustHeaderSize() |
int | cellAt(int pos) |
int | cellPos(int arg1) |
int | cellSize(int i) |
String | className() |
int | count() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
protected void | fontChange(QFont arg1) |
int | headerWidth() |
QIconSet | iconSet(int section) |
boolean | isClickEnabled(int section) |
boolean | isClickEnabled() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isMovingEnabled() |
boolean | isResizeEnabled(int section) |
boolean | isResizeEnabled() |
boolean | isStretchEnabled() |
boolean | isStretchEnabled(int section) |
protected void | keyPressEvent(QKeyEvent arg1) |
protected void | keyReleaseEvent(QKeyEvent arg1) |
String | label(int section) |
int | mapToActual(int arg1) |
int | mapToIndex(int section) |
int | mapToLogical(int arg1) |
int | mapToSection(int index) |
QMetaObject | metaObject() |
protected void | mouseDoubleClickEvent(QMouseEvent arg1) |
protected void | mouseMoveEvent(QMouseEvent arg1) |
protected void | mousePressEvent(QMouseEvent arg1) |
protected void | mouseReleaseEvent(QMouseEvent arg1) |
void | moveCell(int arg1, int arg2) |
void | moveSection(int section, int toIndex) |
int | offset() |
int | orientation() |
protected void | paintEvent(QPaintEvent arg1) |
protected void | paintSection(QPainter p, int index, QRect fr) |
protected void | paintSectionLabel(QPainter p, int index, QRect fr) |
void | removeLabel(int section) |
protected void | resizeEvent(QResizeEvent e) |
void | resizeSection(int section, int s) |
int | sectionAt(int pos) |
int | sectionPos(int section) |
QRect | sectionRect(int section) |
int | sectionSize(int section) |
void | setCellSize(int arg1, int arg2) |
void | setClickEnabled(boolean arg1, int section) |
void | setClickEnabled(boolean arg1) |
void | setLabel(int arg1, String arg2, int size) |
void | setLabel(int arg1, String arg2) |
void | setLabel(int arg1, QIconSet arg2, String arg3, int size) |
void | setLabel(int arg1, QIconSet arg2, String arg3) |
void | setMovingEnabled(boolean arg1) |
void | setOffset(int pos) |
void | setOrientation(int arg1) |
void | setResizeEnabled(boolean arg1, int section) |
void | setResizeEnabled(boolean arg1) |
void | setSortIndicator(int section, boolean ascending) |
void | setSortIndicator(int section) |
void | setSortIndicator(int section, int order) |
void | setStretchEnabled(boolean b, int section) |
void | setStretchEnabled(boolean b) |
void | setTracking(boolean enable) |
void | setUpdatesEnabled(boolean enable) |
void | showEvent(QShowEvent e) |
QSize | sizeHint() |
int | sortIndicatorOrder() |
int | sortIndicatorSection() |
protected QRect | sRect(int index) |
static String | tr(String arg1, String arg2) |
static String | tr(String arg1) |
boolean | tracking() |