Konsole
#include <CopyInputDialog.h>
Public Member Functions | |
CopyInputDialog (QWidget *parent=0) | |
~CopyInputDialog () | |
QSet< Session * > | chosenSessions () const |
Session * | masterSession () const |
void | setChosenSessions (const QSet< Session * > &sessions) |
void | setMasterSession (Session *master) |
Detailed Description
Dialog which allows the user to mark a list of sessions to copy the input from the current session to.
The current session is set using setMasterSession(). After the dialog has been executed, the set of chosen sessions can be retrieved using chosenSessions()
Definition at line 50 of file CopyInputDialog.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 31 of file CopyInputDialog.cpp.
CopyInputDialog::~CopyInputDialog | ( | ) |
Definition at line 66 of file CopyInputDialog.cpp.
Member Function Documentation
QSet< Session * > CopyInputDialog::chosenSessions | ( | ) | const |
Definition at line 79 of file CopyInputDialog.cpp.
Session* Konsole::CopyInputDialog::masterSession | ( | ) | const |
void CopyInputDialog::setChosenSessions | ( | const QSet< Session * > & | sessions | ) |
Sets the sessions in the list which are checked.
Definition at line 71 of file CopyInputDialog.cpp.
void CopyInputDialog::setMasterSession | ( | Session * | master | ) |
Sets the 'source' session whose input will be copied to other sessions.
This session is displayed grayed out in the list and cannot be unchecked.
Definition at line 83 of file CopyInputDialog.cpp.
The documentation for this class was generated from the following files:
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.