Definition at line 62 of file qsplitter.h.
#include <qsplitter.h>

Signals |
|
| void | splitterMoved (int pos, int index) |
Public Member Functions |
|
| QSplitter (QWidget *parent=0) | |
| QSplitter (Qt::Orientation, QWidget *parent=0) | |
| ~QSplitter () | |
| void | addWidget (QWidget *widget) |
| void | insertWidget (int index, QWidget *widget) |
| void | setOrientation (Qt::Orientation) |
| Qt::Orientation | orientation () const |
| void | setChildrenCollapsible (bool) |
| bool | childrenCollapsible () const |
| void | setCollapsible (int index, bool) |
| bool | isCollapsible (int index) const |
| void | setOpaqueResize (bool opaque=true) |
| bool | opaqueResize () const |
| void | refresh () |
| QSize | sizeHint () const |
| QSize | minimumSizeHint () const |
| QList< int > | sizes () const |
| void | setSizes (const QList< int > &list) |
| QByteArray | saveState () const |
| bool | restoreState (const QByteArray &state) |
| int | handleWidth () const |
| void | setHandleWidth (int) |
| int | indexOf (QWidget *w) const |
| QWidget * | widget (int index) const |
| int | count () const |
| void | getRange (int index, int *, int *) const |
| QSplitterHandle * | handle (int index) const |
| void | setStretchFactor (int index, int stretch) |
Protected Member Functions |
|
| virtual QSplitterHandle * | createHandle () |
| void | childEvent (QChildEvent *) |
| bool | event (QEvent *) |
| void | resizeEvent (QResizeEvent *) |
| void | changeEvent (QEvent *) |
| void | moveSplitter (int pos, int index) |
| void | setRubberBand (int position) |
| int | closestLegalPosition (int, int) |
Properties |
|
| Qt::Orientation | orientation |
| bool | opaqueResize |
| int | handleWidth |
| bool | childrenCollapsible |
Friends |
|
| class | QSplitterHandle |
| QSplitter | ( | Qt::Orientation | , |
| QWidget * | parent = 0 |
||
| ) | [explicit] |
| ~QSplitter | ( | ) |
| void addWidget | ( | QWidget * | widget | ) |
| void insertWidget | ( | int | index, |
| QWidget * | widget | ||
| ) |
| void setOrientation | ( | Qt::Orientation | ) |
| Qt::Orientation orientation | ( | ) | const |
| void setChildrenCollapsible | ( | bool | ) |
| bool childrenCollapsible | ( | ) | const |
| void setCollapsible | ( | int | index, |
| bool | |||
| ) |
| bool isCollapsible | ( | int | index | ) | const |
| void setOpaqueResize | ( | bool | opaque = true |
) |
| bool opaqueResize | ( | ) | const |
| void refresh | ( | ) |
| QList<int> sizes | ( | ) | const |
| void setSizes | ( | const QList< int > & | list | ) |
| QByteArray saveState | ( | ) | const |
| bool restoreState | ( | const QByteArray & | state | ) |
| int handleWidth | ( | ) | const |
| void setHandleWidth | ( | int | ) |
| int indexOf | ( | QWidget * | w | ) | const |
| QWidget* widget | ( | int | index | ) | const |
| int count | ( | ) | const |
| void getRange | ( | int | index, |
| int * | , | ||
| int * | |||
| ) | const |
| QSplitterHandle* handle | ( | int | index | ) | const |
| void setStretchFactor | ( | int | index, |
| int | stretch | ||
| ) |
| void splitterMoved | ( | int | pos, |
| int | index | ||
| ) | [signal] |
| virtual QSplitterHandle* createHandle | ( | ) | [protected, virtual] |
| void childEvent | ( | QChildEvent * | ) | [protected, virtual] |
Reimplemented from QObject.
| void resizeEvent | ( | QResizeEvent * | ) | [protected, virtual] |
Reimplemented from QWidget.
| void moveSplitter | ( | int | pos, |
| int | index | ||
| ) | [protected] |
| void setRubberBand | ( | int | position | ) | [protected] |
| int closestLegalPosition | ( | int | , |
| int | |||
| ) | [protected] |
friend class QSplitterHandle
[friend] |
Definition at line 147 of file qsplitter.h.
Qt::Orientation
orientation [read, write] |
Definition at line 66 of file qsplitter.h.
bool opaqueResize [read,
write] |
Definition at line 67 of file qsplitter.h.
int handleWidth [read, write] |
Definition at line 68 of file qsplitter.h.
bool childrenCollapsible [read,
write] |
Definition at line 69 of file qsplitter.h.