SplitterBar Class Reference
If a SplitterBar is a child of a widget which in turn is embedded in a Splitter, it can be used for resizing the embedded widget. More...
#include <splitter.h>
Inheritance diagram for SplitterBar:

Public Member Functions | |
SplitterBar (QWidget *parent=0, const char *name=0) | |
~SplitterBar () | |
Protected Member Functions | |
virtual void | mouseMoveEvent (QMouseEvent *e) |
virtual void | mousePressEvent (QMouseEvent *e) |
virtual void | childEvent (QChildEvent *e) |
virtual bool | eventFilter (QObject *o, QEvent *e) |
Private Attributes | |
int | offset |
Detailed Description
If a SplitterBar is a child of a widget which in turn is embedded in a Splitter, it can be used for resizing the embedded widget.
Definition at line 110 of file splitter.h.
Constructor & Destructor Documentation
|
Definition at line 274 of file splitter.cpp. References offset, and SplitterBar(). Referenced by SplitterBar(). |
|
Definition at line 285 of file splitter.cpp. |
Member Function Documentation
|
Definition at line 318 of file splitter.cpp. References childEvent(). Referenced by childEvent(). |
|
Definition at line 327 of file splitter.cpp. References eventFilter(), mouseMoveEvent(), and mousePressEvent(). Referenced by eventFilter(). |
|
Definition at line 289 of file splitter.cpp. References mouseMoveEvent(), and offset. Referenced by eventFilter(), and mouseMoveEvent(). |
|
Definition at line 311 of file splitter.cpp. References mousePressEvent(), and offset. Referenced by eventFilter(), and mousePressEvent(). |
Member Data Documentation
|
Definition at line 125 of file splitter.h. Referenced by mouseMoveEvent(), mousePressEvent(), and SplitterBar(). |
The documentation for this class was generated from the following files:
- lib/util/splitter.h
- lib/util/splitter.cpp