Konsole
SessionListModel.cpp
Go to the documentation of this file.
Represents a terminal session consisting of a pseudo-teletype and a terminal emulation.
Definition: Session.h:67
virtual QVariant headerData(int section, Qt::Orientation orientation, int role) const
Definition: SessionListModel.cpp:88
The title of the session which is displayed in tabs etc.
Definition: Session.h:244
virtual QVariant data(const QModelIndex &index, int role) const
Definition: SessionListModel.cpp:51
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
void setSessions(const QList< Session * > &sessions)
Sets the list of sessions displayed in the model.
Definition: SessionListModel.cpp:40
virtual int rowCount(const QModelIndex &parent) const
Definition: SessionListModel.cpp:113
virtual int columnCount(const QModelIndex &parent) const
Definition: SessionListModel.cpp:108
virtual void sessionRemoved(Session *)
Definition: SessionListModel.h:66
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.