Konsole
Session.h
Go to the documentation of this file.
166 RemoteTabTitle
255 DisplayedTitleRole
353 IconNameAndWindowTitle = 0,
354 IconName = 1,
355 WindowTitle = 2,
356 TextColor = 10,
357 BackgroundColor = 11,
Represents a terminal session consisting of a pseudo-teletype and a terminal emulation.
Definition: Session.h:78
Definition: ZModemDialog.h:29
QList< Session * > sessions() const
Returns the list of sessions currently in the group.
Definition: Session.cpp:1461
bool masterStatus(Session *session) const
Returns the master status of a session.
Definition: Session.cpp:1465
The Pty class is used to start the terminal process, send data to it, receive data from it and manipu...
Definition: Pty.h:52
int masterMode() const
Returns a bitwise OR of the active MasterMode flags for this group.
Definition: Session.cpp:1457
UserTitleChange
Possible values of the what parameter for setUserTitle() See "Operating System Controls" section on h...
Definition: Session.h:352
Provides a group of sessions which is divided into master and slave sessions.
Definition: Session.h:770
Takes a snapshot of the state of a process and provides access to information such as the process nam...
Definition: ProcessInfo.h:74
void setMasterStatus(Session *session, bool master)
Sets whether a particular session is a master within the group.
Definition: Session.cpp:1495
Definition: Session.h:63
MasterMode
This enum describes the options for propagating certain activity or changes in the group's master ses...
Definition: Session.h:804
QString nameTitle() const
Convenience method used to read the name property.
Definition: Session.h:265
void setMasterMode(int mode)
Specifies which activity in the group's master sessions is propagated to all sessions in the group...
Definition: Session.cpp:1487
~SessionGroup()
Destroys the session group and removes all connections between master and slave sessions.
Definition: Session.cpp:1454
Definition: History.h:319
QString initialWorkingDirectory()
Returns the session's current working directory.
Definition: Session.h:202
Any input key presses in the master sessions are sent to all sessions in the group.
Definition: Session.h:809
TabTitleContext
This enum describes the contexts for which separate tab title formats may be specified.
Definition: Session.h:159
QObject * parent() const
A widget which displays output from a terminal emulation and sends input keypresses and mouse activit...
Definition: TerminalDisplay.h:63
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.