Konsole
ViewManager.h
Go to the documentation of this file.
124 NoNavigation
132 PutNewTabAtTheEnd = 0,
134 PutNewTabAfterCurrentTab = 1
339 void containerMoveViewRequest(int index, int id, bool& success, TabbedViewContainer* sourceTabbedContainer);
354 void takeView(ViewManager* otherManager , ViewContainer* otherContainer, ViewContainer* newContainer, TerminalDisplay* view);
Represents a terminal session consisting of a pseudo-teletype and a terminal emulation.
Definition: Session.h:67
Provides the menu actions to manipulate a single terminal session and view pair.
Definition: SessionController.h:85
Each container has a row of tabs (one per session) which the user can click on to navigate between op...
Definition: ViewManager.h:122
NewTabBehavior
This enum describes where newly created tab should be placed.
Definition: ViewManager.h:130
An alternative tabbed view container which uses a QTabBar and QStackedWidget combination for navigati...
Definition: ViewContainer.h:361
QList< Session * > sessions()
Returns a list of sessions in this ViewManager.
Definition: ViewManager.h:178
Manages the terminal display widgets in a Konsole window or part.
Definition: ViewManager.h:66
An interface for container widgets which can hold one or more views.
Definition: ViewContainer.h:64
A widget which allows users to search incrementally through a document for a a text string or regular...
Definition: IncrementalSearchBar.h:56
NavigationVisibility
This enum describes the options for showing or hiding the container's navigation widget.
Definition: ViewContainer.h:106
A widget which displays output from a terminal emulation and sends input keypresses and mouse activit...
Definition: TerminalDisplay.h:63
NavigationPosition
This enum describes the options for positioning the container's navigation widget.
Definition: ViewContainer.h:73
NavigationMethod
This enum describes the available types of navigation widget which newly created containers can provi...
Definition: ViewManager.h:117
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.