Konsole
#include <SessionController.h>
Public Member Functions | |
SaveHistoryTask (QObject *parent=0) | |
virtual | ~SaveHistoryTask () |
virtual void | execute () |
Public Member Functions inherited from Konsole::SessionTask | |
SessionTask (QObject *parent=0) | |
void | addSession (Session *session) |
bool | autoDelete () const |
void | setAutoDelete (bool enable) |
Additional Inherited Members | |
Signals inherited from Konsole::SessionTask | |
void | completed (bool success) |
Protected Member Functions inherited from Konsole::SessionTask | |
QList< SessionPtr > | sessions () const |
Detailed Description
A task which prompts for a URL for each session and saves that session's output to the given URL.
Definition at line 426 of file SessionController.h.
Constructor & Destructor Documentation
|
explicit |
Constructs a new task to save session output to URLs.
Definition at line 1662 of file SessionController.cpp.
|
virtual |
Definition at line 1666 of file SessionController.cpp.
Member Function Documentation
|
virtual |
Opens a save file dialog for each session in the group and begins saving each session's history to the given URL.
The data transfer is performed asynchronously and will continue after execute() returns.
Implements Konsole::SessionTask.
Definition at line 1670 of file SessionController.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:25 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.