|
class KDockSplitter
|
Like QSplitter but specially designed for dockwidgets stuff. More... |
|
|
Public MethodsProtected MethodsPrivate MethodsPrivate Members
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 |
void setSeparatorPos (int pos, bool do_resize = true)
| setSeparatorPos |
bool eventFilter (QObject *, QEvent *)
| eventFilter |
[virtual] bool event ( QEvent * )
| event |
[virtual] QWidget* getFirst ()
| getFirst |
QWidget* getLast ()
| getLast |
QWidget* getAnother ( QWidget* )
| getAnother |
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] int checkValue ( int )
| checkValue |
[protected] void resizeEvent (QResizeEvent *)
| resizeEvent |
[protected virtual] void setupMinMaxSize ()
| setupMinMaxSize |
[private] [private] [private] Orientation orientation
| orientation |
[private] bool initialised
| initialised |
[private] [private] [private] bool mOpaqueResize
| mOpaqueResize |
[private] [private] bool mHighResolution
| mHighResolution |
[private]
|