Konsole
#include <Application.h>
Public Member Functions | |
Application () | |
virtual | ~Application () |
virtual int | newInstance () |
MainWindow * | newMainWindow () |
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(). 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 48 of file Application.h.
Constructor & Destructor Documentation
Application::Application | ( | ) |
Constructs a new Konsole application.
Definition at line 44 of file Application.cpp.
|
virtual |
Definition at line 65 of file Application.cpp.
Member Function Documentation
|
virtual |
Creates a new main window and opens a default terminal session.
Definition at line 100 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 71 of file Application.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.