KateSplitter Class Reference
This class is needed because QSplitter cant return an index for a widget. More...
#include <katesplitter.h>
Inheritance diagram for KateSplitter:

Public Member Functions | |
KateSplitter (QWidget *parent=0, const char *name=0) | |
KateSplitter (Orientation o, QWidget *parent=0, const char *name=0) | |
~KateSplitter () | |
bool | isLastChild (QWidget *w) |
Detailed Description
This class is needed because QSplitter cant return an index for a widget.
Definition at line 25 of file katesplitter.h.
Member Function Documentation
|
Since there is supposed to be only 2 childs of a katesplitter, any child other than the last is the first. This method uses QSplitter::idAfter(widget) which returns 0 if there is no widget after this one. This results in an error if widget is not a child in this splitter Definition at line 36 of file katesplitter.cpp. References QSplitter::idAfter(). |
The documentation for this class was generated from the following files: