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

Public Member Functions |
|
| QSplitterHandle (Qt::Orientation o, QSplitter *parent) | |
| void | setOrientation (Qt::Orientation o) |
| Qt::Orientation | orientation () const |
| bool | opaqueResize () const |
| QSplitter * | splitter () const |
| QSize | sizeHint () const |
Protected Member Functions |
|
| void | paintEvent (QPaintEvent *) |
| void | mouseMoveEvent (QMouseEvent *) |
| void | mousePressEvent (QMouseEvent *) |
| void | mouseReleaseEvent (QMouseEvent *) |
| void | resizeEvent (QResizeEvent *) |
| bool | event (QEvent *) |
| void | moveSplitter (int p) |
| int | closestLegalPosition (int p) |
| QSplitterHandle | ( | Qt::Orientation | o, |
| QSplitter * | parent | ||
| ) |
| void setOrientation | ( | Qt::Orientation | o | ) |
| Qt::Orientation orientation | ( | ) | const |
| bool opaqueResize | ( | ) | const |
| QSplitter* splitter | ( | ) | const |
| void paintEvent | ( | QPaintEvent * | ) | [protected, virtual] |
Reimplemented from QWidget.
| void mouseMoveEvent | ( | QMouseEvent * | ) | [protected, virtual] |
Reimplemented from QWidget.
| void mousePressEvent | ( | QMouseEvent * | ) | [protected, virtual] |
Reimplemented from QWidget.
| void mouseReleaseEvent | ( | QMouseEvent * | ) | [protected, virtual] |
Reimplemented from QWidget.
| void resizeEvent | ( | QResizeEvent * | ) | [protected, virtual] |
Reimplemented from QWidget.
| void moveSplitter | ( | int | p | ) | [protected] |
| int closestLegalPosition | ( | int | p | ) | [protected] |