Konsole
ViewSplitter.h
Go to the documentation of this file.
void setRecursiveSplitting(bool recursive)
Specifies whether the view may be split recursively.
Definition: ViewSplitter.cpp:115
ViewContainer * activeContainer() const
Returns the container which currently has the focus or 0 if none of the immediate child containers ha...
Definition: ViewSplitter.cpp:229
ViewSplitter * activeSplitter()
Returns the child ViewSplitter widget which currently has the focus.
Definition: ViewSplitter.cpp:70
void setActiveContainer(ViewContainer *container)
Gives the focus to the active view in the specified container.
Definition: ViewSplitter.cpp:221
void activatePreviousContainer()
Gives the focus to the active view in the previous container.
Definition: ViewSplitter.cpp:207
bool recursiveSplitting() const
Returns whether the view may be split recursively.
Definition: ViewSplitter.cpp:119
QList< ViewContainer * > containers() const
Returns a list of the containers held by this splitter.
Definition: ViewSplitter.h:98
Qt::Orientation orientation() const
An interface for container widgets which can hold one or more views.
Definition: ViewContainer.h:64
A splitter which holds a number of ViewContainer objects and allows the user to control the size of e...
Definition: ViewSplitter.h:47
void allContainersEmpty()
Signal emitted when the containers held by this splitter become empty, this differs from the empty() ...
void removeContainer(ViewContainer *container)
Removes a container from the splitter.
Definition: ViewSplitter.cpp:124
void activateNextContainer()
Gives the focus to the active view in the next container.
Definition: ViewSplitter.cpp:190
void addContainer(ViewContainer *container, Qt::Orientation orientation)
Locates the child ViewSplitter widget which currently has the focus and inserts the container into it...
Definition: ViewSplitter.cpp:131
void empty(ViewSplitter *splitter)
Signal emitted when the last child widget is removed from the splitter.
void adjustContainerSize(ViewContainer *container, int percentage)
Changes the size of the specified container by a given percentage.
Definition: ViewSplitter.cpp:47
QObject * parent() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.