class KDockSplitter

Like QSplitter but specially designed for dockwidgets stuff. More...

Internal Use Only
Definition#include <kdockwidget_private.h>
InheritsQWidget [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

Like QSplitter but specially designed for dockwidgets stuff.

 KDockSplitter (QWidget *parent= 0, const char *name= 0, Orientation orient= Vertical, int pos= 50)

 ~KDockSplitter ()

[virtual]

void  activate (QWidget *c0, QWidget *c1 = 0L)

void  deactivate ()

int  separatorPos ()

void  setSeparatorPos (int pos, bool do_resize = true)

bool  eventFilter (QObject *, QEvent *)

[virtual]

bool  event ( QEvent * )

[virtual]

QWidget*  getFirst ()

QWidget*  getLast ()

QWidget*  getAnother ( QWidget* )

void  updateName ()

int  checkValue ( int )

[protected: ]

void  resizeEvent (QResizeEvent *)

[protected: virtual]