Konsole
SessionController.h File Reference
#include <QtGui/QIcon>
#include <QtCore/QList>
#include <QtCore/QPointer>
#include <QtCore/QString>
#include <QtCore/QThread>
#include <QtCore/QHash>
#include <KActionCollection>
#include <KIcon>
#include <KXMLGUIClient>
#include "HistorySizeDialog.h"
#include "ViewProperties.h"
#include "Profile.h"
Include dependency graph for SessionController.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | Konsole::SaveHistoryTask |
A task which prompts for a URL for each session and saves that session's output to the given URL. More... | |
class | Konsole::SearchHistoryTask |
A task which searches through the output of sessions for matches for a given regular expression. More... | |
class | Konsole::SessionController |
Provides the menu actions to manipulate a single terminal session and view pair. More... | |
class | Konsole::SessionTask |
Abstract class representing a task which can be performed on a group of sessions. More... | |
Namespaces | |
namespace | KIO |
namespace | Konsole |
Typedefs | |
typedef QPointer< Session > | Konsole::SessionPtr |