Konsole
Konsole::SaveHistoryTask Class Reference
#include <SessionController.h>
Inheritance diagram for Konsole::SaveHistoryTask:

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 327 of file SessionController.h.
Public Member Functions | |
virtual void | execute () |
SaveHistoryTask (QObject *parent=0) | |
virtual | ~SaveHistoryTask () |
Constructor & Destructor Documentation
SaveHistoryTask::SaveHistoryTask | ( | QObject * | parent = 0 |
) |
Constructs a new task to save session output to URLs.
Definition at line 1161 of file SessionController.cpp.
SaveHistoryTask::~SaveHistoryTask | ( | ) | [virtual] |
Definition at line 1165 of file SessionController.cpp.
Member Function Documentation
void SaveHistoryTask::execute | ( | ) | [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 1169 of file SessionController.cpp.
The documentation for this class was generated from the following files: