Konsole
Konsole::SaveHistoryTask Class Reference
A task which prompts for a URL for each session and saves that session's output to the given URL. More...
#include <SessionController.h>
Inheritance diagram for Konsole::SaveHistoryTask:

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