KDockSplitter Class Reference
Like QSplitter but specially designed for dockwidgets stuff. More...
#include <kdockwidget_private.h>
Inheritance diagram for KDockSplitter:


| Public Member Functions | |
| KDockSplitter (QWidget *parent=0, const char *name=0, Orientation orient=Vertical, int pos=50, bool highResolution=false) | |
| void | activate (QWidget *c0, QWidget *c1=0L) | 
| void | deactivate () | 
| int | separatorPos () const | 
| void | setSeparatorPos (int pos, bool do_resize=true) | 
| virtual bool | eventFilter (QObject *, QEvent *) | 
| virtual bool | event (QEvent *) | 
| QWidget * | getFirst () const | 
| QWidget * | getLast () const | 
| QWidget * | getAnother (QWidget *) const | 
| void | updateName () | 
| void | setOpaqueResize (bool b=true) | 
| bool | opaqueResize () const | 
| void | setKeepSize (bool b=true) | 
| bool | keepSize () const | 
| void | setHighResolution (bool b=true) | 
| bool | highResolution () const | 
| void | setForcedFixedWidth (KDockWidget *dw, int w) | 
| void | setForcedFixedHeight (KDockWidget *dw, int h) | 
| void | restoreFromForcedFixedSize (KDockWidget *dw) | 
| Orientation | orientation () | 
| Protected Member Functions | |
| int | checkValue (int) const | 
| int | checkValueOverlapped (int,QWidget *) const | 
| virtual void | resizeEvent (QResizeEvent *) | 
| Friends | |
| class | KDockContainer | 
Detailed Description
Like QSplitter but specially designed for dockwidgets stuff.
Definition at line 43 of file kdockwidget_private.h.
The documentation for this class was generated from the following files:

