Konsole
Konsole::Application Class Reference
#include <Application.h>

Detailed Description
The Konsole Application.The application consists of one or more main windows and a set of factories to create new sessions and views.
To create a new main window with a default terminal session, call the newInstance() method. Empty main windows can be created using newMainWindow().
The factory used to create new terminal sessions can be retrieved using the sessionManager() accessor.
Definition at line 49 of file Application.h.
Public Member Functions | |
Application () | |
Application (Display *display, Qt::HANDLE visual, Qt::HANDLE colormap) | |
virtual int | newInstance () |
MainWindow * | newMainWindow () |
virtual | ~Application () |
Static Public Member Functions | |
static Application * | self () |
Constructor & Destructor Documentation
Application::Application | ( | Display * | display, | |
Qt::HANDLE | visual, | |||
Qt::HANDLE | colormap | |||
) |
Application::Application | ( | ) |
Application::~Application | ( | ) | [virtual] |
Definition at line 275 of file Application.cpp.
Member Function Documentation
int Application::newInstance | ( | ) | [virtual] |
Creates a new main window and opens a default terminal session.
Definition at line 103 of file Application.cpp.
MainWindow * Application::newMainWindow | ( | ) |
Creates a new, empty main window and connects to its newSessionRequest() and newWindowRequest() signals to trigger creation of new sessions or windows when then they are emitted.
Definition at line 77 of file Application.cpp.
Application * Application::self | ( | ) | [static] |
The documentation for this class was generated from the following files: