|
|
Like QSplitter but specially designed for dockwidgets stuff.
KDockSplitter (QWidget *parent= 0, const char *name= 0, Orientation orient= Vertical, int pos= 50, bool highResolution=false)
| KDockSplitter |
~KDockSplitter ()
| ~KDockSplitter |
[virtual]
void activate (QWidget *c0, QWidget *c1 = 0L)
| activate |
void deactivate ()
| deactivate |
int separatorPos ()
| separatorPos |
[const]
void setSeparatorPos (int pos, bool do_resize = true)
| setSeparatorPos |
bool eventFilter (QObject *, QEvent *)
| eventFilter |
[virtual]
bool event ( QEvent * )
| event |
[virtual]
QWidget* getFirst ()
| getFirst |
[const]
QWidget* getLast ()
| getLast |
[const]
QWidget* getAnother ( QWidget* )
| getAnother |
[const]
void updateName ()
| updateName |
void setOpaqueResize (bool b=true)
| setOpaqueResize |
bool opaqueResize ()
| opaqueResize |
[const]
void setKeepSize (bool b=true)
| setKeepSize |
bool keepSize ()
| keepSize |
[const]
void setHighResolution (bool b=true)
| setHighResolution |
bool highResolution ()
| highResolution |
[const]
void setForcedFixedWidth (KDockWidget *dw,int w)
| setForcedFixedWidth |
void setForcedFixedHeight (KDockWidget *dw,int h)
| setForcedFixedHeight |
void restoreFromForcedFixedSize (KDockWidget *dw)
| restoreFromForcedFixedSize |
Orientation orientation ()
| orientation |
int checkValue ( int )
| checkValue |
[protected const]
void resizeEvent (QResizeEvent *)
| resizeEvent |
[protected virtual]