kdockwidget_private.h
21 IMPORTANT Note: This file compiles also in Qt-only mode by using the NO_KDE2 precompiler definition
47 // which copies the whole definition of the class to be able to access separatorPosInPercent etc.
59 KDockSplitter(TQWidget *parent= 0, const char *name= 0, Orientation orient= TQt::Vertical, int pos= 50);
KDockSplitter(TQWidget *parent=0, const char *name=0, Orientation orient=TQt::Vertical, int pos=50)
Constructor.
Definition kdockwidget_private.cpp:32
void setSeparatorPos(int pos, bool do_resize=true)
set separator position.
Definition kdockwidget_private.cpp:221
int separatorPos() const
Return the separator position in the range [0..100000] To get the separator position in procent (%),...
Definition kdockwidget_private.cpp:234
void setSeparatorPosInPercent(int percent)
Set the separator position in percent (%), so the range must be [0..100].
Definition kdockwidget_private.cpp:216
void activate(TQWidget *c0, TQWidget *c1=0L)
Initialize the splitter.
Definition kdockwidget_private.cpp:51
int separatorPosInPercent()
Return the separator position in percent (%), so the range is [0..100].
Definition kdockwidget_private.cpp:211
Orientation orientation()
The orientation is either Horizontal or Vertical.
Definition kdockwidget_private.h:159
virtual bool eventFilter(TQObject *, TQEvent *)
The eventfilter installed on the divider processes all splitter resizing events.
Definition kdockwidget_private.cpp:492
void setSeparatorPosX(int pos, bool do_resize=false)
For usage from outside.
Definition kdockwidget_private.cpp:228
void slotFocusEmbeddedWidget(TQWidget *w=0L)
Especially used for Tab page docking.
Definition kdockwidget_private.cpp:700
Floatable widget that can be dragged around with the mouse and encapsulate the actual widgets (and me...
Definition kdockwidget.h:429
WindowType
Trinity API Reference