#include <katemdi.h>
Public Member Functions | |
| Splitter (Orientation o, QWidget *parent=0, const char *name=0) | |
| ~Splitter () | |
| bool | isLastChild (QWidget *w) const |
| int | idAfter (QWidget *w) const |
Definition at line 42 of file katemdi.h.
| bool KateMDI::Splitter::isLastChild | ( | QWidget * | w | ) | const |
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 47 of file katemdi.cpp.
References idAfter().
1.5.1