org.kde.qt
public class QScrollView extends QFrame
| Field Summary | |
|---|---|
| static int | AlwaysOff |
| static int | AlwaysOn |
| static int | Auto |
| static int | AutoOne |
| static int | AutoOneFit |
| static int | Default |
| static int | Manual |
| Constructor Summary | |
|---|---|
| protected | QScrollView(Class dummy) |
| QScrollView(QWidget parent, String name, int f) | |
| QScrollView(QWidget parent, String name) | |
| QScrollView(QWidget parent) | |
| QScrollView() | |
| Method Summary | |
|---|---|
| void | addChild(QWidget child, int x, int y) |
| void | addChild(QWidget child, int x) |
| void | addChild(QWidget child) |
| protected int | bottomMargin() |
| protected QSize | cachedSizeHint() |
| void | center(int x, int y) |
| void | center(int x, int y, float xmargin, float ymargin) |
| boolean | childIsVisible(QWidget child) |
| int | childX(QWidget child) |
| int | childY(QWidget child) |
| String | className() |
| QWidget | clipper() |
| protected void | contentsContextMenuEvent(QContextMenuEvent arg1) |
| protected void | contentsDragEnterEvent(QDragEnterEvent arg1) |
| protected void | contentsDragLeaveEvent(QDragLeaveEvent arg1) |
| protected void | contentsDragMoveEvent(QDragMoveEvent arg1) |
| protected void | contentsDropEvent(QDropEvent arg1) |
| int | contentsHeight() |
| protected void | contentsMouseDoubleClickEvent(QMouseEvent arg1) |
| protected void | contentsMouseMoveEvent(QMouseEvent arg1) |
| protected void | contentsMousePressEvent(QMouseEvent arg1) |
| protected void | contentsMouseReleaseEvent(QMouseEvent arg1) |
| void | contentsToViewport(int x, int y, int[] vx, int[] vy) |
| QPoint | contentsToViewport(QPoint arg1) |
| protected void | contentsWheelEvent(QWheelEvent arg1) |
| int | contentsWidth() |
| int | contentsX() |
| int | contentsY() |
| protected void | contextMenuEvent(QContextMenuEvent arg1) |
| QWidget | cornerWidget() |
| void | disableSizeHintCaching() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| boolean | dragAutoScroll() |
| protected void | drawContents(QPainter arg1, int cx, int cy, int cw, int ch) |
| protected void | drawContentsOffset(QPainter arg1, int ox, int oy, int cx, int cy, int cw, int ch) |
| void | enableClipper(boolean y) |
| void | ensureVisible(int x, int y) |
| void | ensureVisible(int x, int y, int xmargin, int ymargin) |
| boolean | eventFilter(QObject arg1, QEvent e) |
| protected void | finalize() Deletes the wrapped C++ instance |
| protected boolean | focusNextPrevChild(boolean next) |
| protected void | fontChange(QFont arg1) |
| protected void | frameChanged() |
| boolean | hasStaticBackground() |
| QScrollBar | horizontalScrollBar() |
| int | hScrollBarMode() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isHorizontalSliderPressed() |
| boolean | isVerticalSliderPressed() |
| protected int | leftMargin() |
| QMetaObject | metaObject() |
| QSize | minimumSizeHint() |
| protected void | mouseDoubleClickEvent(QMouseEvent arg1) |
| protected void | mouseMoveEvent(QMouseEvent arg1) |
| protected void | mousePressEvent(QMouseEvent arg1) |
| protected void | mouseReleaseEvent(QMouseEvent arg1) |
| void | moveChild(QWidget child, int x, int y) |
| void | removeChild(QWidget child) |
| void | removeChild(QObject child) |
| void | repaintContents(int x, int y, int w, int h, boolean erase) |
| void | repaintContents(int x, int y, int w, int h) |
| void | repaintContents(QRect r, boolean erase) |
| void | repaintContents(QRect r) |
| void | repaintContents(boolean erase) |
| void | repaintContents() |
| void | resize(int w, int h) |
| void | resize(QSize arg1) |
| void | resizeContents(int w, int h) |
| protected void | resizeEvent(QResizeEvent arg1) |
| int | resizePolicy() |
| protected int | rightMargin() |
| void | scrollBy(int dx, int dy) |
| protected void | setCachedSizeHint(QSize sh) |
| void | setContentsPos(int x, int y) |
| void | setCornerWidget(QWidget arg1) |
| void | setDragAutoScroll(boolean b) |
| void | setEnabled(boolean enable) |
| protected void | setHBarGeometry(QScrollBar hbar, int x, int y, int w, int h) |
| void | setHScrollBarMode(int arg1) |
| protected void | setMargins(int left, int top, int right, int bottom) |
| void | setResizePolicy(int arg1) |
| void | setStaticBackground(boolean y) |
| protected void | setVBarGeometry(QScrollBar vbar, int x, int y, int w, int h) |
| void | setVScrollBarMode(int arg1) |
| void | show() |
| void | showChild(QWidget child, boolean yes) |
| void | showChild(QWidget child) |
| QSize | sizeHint() |
| void | styleChange(QStyle arg1) |
| protected int | topMargin() |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |
| void | updateContents(int x, int y, int w, int h) |
| void | updateContents(QRect r) |
| void | updateContents() |
| void | updateScrollBars() |
| QScrollBar | verticalScrollBar() |
| QWidget | viewport() |
| protected void | viewportContextMenuEvent(QContextMenuEvent arg1) |
| protected void | viewportDragEnterEvent(QDragEnterEvent arg1) |
| protected void | viewportDragLeaveEvent(QDragLeaveEvent arg1) |
| protected void | viewportDragMoveEvent(QDragMoveEvent arg1) |
| protected void | viewportDropEvent(QDropEvent arg1) |
| protected void | viewportMouseDoubleClickEvent(QMouseEvent arg1) |
| protected void | viewportMouseMoveEvent(QMouseEvent arg1) |
| protected void | viewportMousePressEvent(QMouseEvent arg1) |
| protected void | viewportMouseReleaseEvent(QMouseEvent arg1) |
| protected void | viewportPaintEvent(QPaintEvent arg1) |
| protected void | viewportResizeEvent(QResizeEvent arg1) |
| QSize | viewportSize(int arg1, int arg2) |
| void | viewportToContents(int vx, int vy, int[] x, int[] y) |
| QPoint | viewportToContents(QPoint arg1) |
| protected void | viewportWheelEvent(QWheelEvent arg1) |
| int | visibleHeight() |
| int | visibleWidth() |
| int | vScrollBarMode() |
| protected void | wheelEvent(QWheelEvent arg1) |