Definition at line 57 of file qscrollarea.h.
#include <qscrollarea.h>

Public Member Functions |
|
| QScrollArea (QWidget *parent=0) | |
| ~QScrollArea () | |
| QWidget * | widget () const |
| void | setWidget (QWidget *widget) |
| QWidget * | takeWidget () |
| bool | widgetResizable () const |
| void | setWidgetResizable (bool resizable) |
| QSize | sizeHint () const |
| bool | focusNextPrevChild (bool next) |
| Qt::Alignment | alignment () const |
| void | setAlignment (Qt::Alignment) |
| void | ensureVisible (int x, int y, int xmargin=50, int ymargin=50) |
| void | ensureWidgetVisible (QWidget *childWidget, int xmargin=50, int ymargin=50) |
Protected Member Functions |
|
| QScrollArea (QScrollAreaPrivate &dd, QWidget *parent=0) | |
| bool | event (QEvent *) |
| bool | eventFilter (QObject *, QEvent *) |
| void | resizeEvent (QResizeEvent *) |
| void | scrollContentsBy (int dx, int dy) |
Properties |
|
| bool | widgetResizable |
| Qt::Alignment | alignment |
| QScrollArea | ( | QWidget * | parent = 0 |
) | [explicit] |
| ~QScrollArea | ( | ) |
| QScrollArea | ( | QScrollAreaPrivate & | dd, |
| QWidget * | parent = 0 |
||
| ) | [protected] |
| QWidget* widget | ( | ) | const |
| void setWidget | ( | QWidget * | widget | ) |
| QWidget* takeWidget | ( | ) |
| bool widgetResizable | ( | ) | const |
| void setWidgetResizable | ( | bool | resizable | ) |
| QSize sizeHint | ( | ) | const [virtual] |
Reimplemented from QAbstractScrollArea.
| bool focusNextPrevChild | ( | bool | next | ) | [virtual] |
Reimplemented from QWidget.
| Qt::Alignment alignment | ( | ) | const |
| void setAlignment | ( | Qt::Alignment | ) |
| void ensureVisible | ( | int | x, |
| int | y, | ||
| int | xmargin = 50, |
||
| int | ymargin = 50 |
||
| ) |
| void ensureWidgetVisible | ( | QWidget * | childWidget, |
| int | xmargin = 50, |
||
| int | ymargin = 50 |
||
| ) |
| bool event | ( | QEvent * | ) | [protected, virtual] |
Reimplemented from QAbstractScrollArea.
Reimplemented from QObject.
| void resizeEvent | ( | QResizeEvent * | ) | [protected, virtual] |
Reimplemented from QAbstractScrollArea.
| void scrollContentsBy | ( | int | dx, |
| int | dy | ||
| ) | [protected, virtual] |
Reimplemented from QAbstractScrollArea.
bool widgetResizable [read,
write] |
Definition at line 60 of file qscrollarea.h.
Qt::Alignment alignment [read,
write] |
Definition at line 61 of file qscrollarea.h.