Konsole
CopyInputDialog.h
Go to the documentation of this file.
Represents a terminal session consisting of a pseudo-teletype and a terminal emulation.
Definition: Session.h:67
void setMasterSession(Session *master)
Sets the 'source' session whose input will be copied to other sessions.
Definition: CopyInputDialog.cpp:83
QSet< Session * > checkedSessions() const
Returns the set of checked sessions.
Definition: CopyInputDialog.cpp:176
void setChosenSessions(const QSet< Session * > &sessions)
Sets the sessions in the list which are checked.
Definition: CopyInputDialog.cpp:71
virtual QModelIndex parent(const QModelIndex &index) const
Definition: SessionListModel.cpp:118
virtual QModelIndex index(int row, int column, const QModelIndex &parent) const
Definition: SessionListModel.cpp:136
Item-view model which contains a flat list of sessions.
Definition: SessionListModel.h:42
virtual bool setData(const QModelIndex &index, const QVariant &value, int role)
Definition: CopyInputDialog.cpp:152
CheckableSessionModel(QObject *parent)
Definition: CopyInputDialog.cpp:120
void setCheckedSessions(const QSet< Session * > sessions)
Sets the list of sessions which are currently checked.
Definition: CopyInputDialog.cpp:171
void setCheckable(Session *session, bool checkable)
Sets whether a session can be checked or un-checked.
Definition: CopyInputDialog.cpp:180
A list of sessions with a checkbox next to each one which allows the user to select a subset of the a...
Definition: CopyInputDialog.h:95
int checkColumn() const
Definition: CopyInputDialog.h:130
void setCheckColumn(int column)
Definition: CopyInputDialog.cpp:125
CopyInputDialog(QWidget *parent=0)
Definition: CopyInputDialog.cpp:31
Dialog which allows the user to mark a list of sessions to copy the input from the current session to...
Definition: CopyInputDialog.h:50
virtual QVariant data(const QModelIndex &index, int role) const
Definition: CopyInputDialog.cpp:139
virtual Qt::ItemFlags flags(const QModelIndex &index) const
Definition: CopyInputDialog.cpp:130
virtual void sessionRemoved(Session *)
Definition: CopyInputDialog.cpp:189
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.