Konsole
Konsole::CopyInputDialog Class Reference
Dialog which allows the user to mark a list of sessions to copy the input from the current session to. More...
#include <CopyInputDialog.h>
Inheritance diagram for Konsole::CopyInputDialog:

Public Member Functions | |
QSet< Session * > | chosenSessions () const |
CopyInputDialog (QWidget *parent=0) | |
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 48 of file CopyInputDialog.h.
Constructor & Destructor Documentation
CopyInputDialog::CopyInputDialog | ( | QWidget * | parent = 0 |
) |
Definition at line 32 of file CopyInputDialog.cpp.
Member Function Documentation
Session* Konsole::CopyInputDialog::masterSession | ( | ) | const |
See setMasterSession().
void CopyInputDialog::setMasterSession | ( | Session * | master | ) |
Sets the 'source' session whoose input will be copied to other sessions.
This session is displayed grayed out in the list and cannot be unchecked.
Definition at line 76 of file CopyInputDialog.cpp.
The documentation for this class was generated from the following files: