Konsole::AccessibleColorScheme | A color scheme which uses colors from the standard KDE color palette |
Konsole::Application | The Konsole Application |
Konsole::AutoScrollHandler | |
Konsole::Block | |
Konsole::BlockArray | |
Konsole::BookmarkHandler | This class handles the communication between the bookmark menu and the active session, providing a suggested title and URL when the user clicks the "Add Bookmark" item in the bookmarks menu |
Konsole::Character | A single character in the terminal which consists of a unicode character value, foreground and background colors and a set of rendition attributes which specify how it should be drawn |
Konsole::CharacterColor | Describes the color of a single character in the terminal |
Konsole::CharCodes | |
Konsole::CheckableSessionModel | |
Konsole::ColorEntry | An entry in a terminal display's color palette |
Konsole::ColorScheme | Represents a color scheme for a terminal display |
Konsole::ColorSchemeEditor | A dialog for editing color schemes |
Konsole::ColorSchemeManager | Manages the color schemes available for use by terminal displays |
Konsole::ColorSchemeViewDelegate | A delegate which can display and edit color schemes in a view |
Konsole::CopyInputDialog | |
Konsole::DECpar | |
Konsole::EditProfileDialog | A dialog which allows the user to edit a profile |
Konsole::Emulation | Base class for terminal emulation back-ends |
Konsole::ExtendedCharTable | A table which stores sequences of unicode characters, referenced by hash keys |
Konsole::FallbackProfile | A profile which contains a number of default settings for various properties |
Konsole::FavoriteItemDelegate | |
Konsole::Filter | A filter processes blocks of text looking for certain patterns (such as URLs or keywords from a list) and marks the areas which match the filter's patterns as 'hotspots' |
Konsole::Filter::HotSpot | Represents an area of text which matched the pattern a particular filter has been looking for |
Konsole::FilterChain | A chain which allows a group of filters to be processed as one |
Konsole::FilterObject | |
Konsole::HistoryFile | |
Konsole::HistoryScroll | |
Konsole::HistoryScrollBlockArray | |
Konsole::HistoryScrollBuffer | |
Konsole::HistoryScrollFile | |
Konsole::HistoryScrollNone | |
Konsole::HistorySizeDialog | A dialog which allows the user to select the number of lines of output which are remembered for a session |
Konsole::HistoryType | |
Konsole::HistoryTypeBlockArray | |
Konsole::HistoryTypeBuffer | |
Konsole::HistoryTypeFile | |
Konsole::HistoryTypeNone | |
Konsole::HTMLDecoder | A terminal character decoder which produces pretty HTML markup |
Konsole::IncrementalSearchBar | A widget which allows users to search incrementally through a document for a a text string or regular expression |
KBookmarkOwner | |
Konsole::KDE3ColorSchemeReader | Reads a color scheme stored in the .schema format used in the KDE 3 incarnation of Konsole |
Konsole::KDE3ProfileReader | Reads a KDE 3 profile .desktop file |
Konsole::KDE4ProfileReader | Reads a KDE 4 .profile file |
Konsole::KDE4ProfileWriter | Writes a KDE 4 .profile file |
KDEDModule | |
KDialog | |
Konsole::KeyBindingEditor | A dialog which allows the user to edit a key bindings list which maps between key combinations input by the user and the character sequence sent to the terminal when those combinations are pressed |
Konsole::KeyboardTranslator | A convertor which maps between key sequences pressed by the user and the character strings which should be sent to the terminal and commands which should be invoked when those character sequences are pressed |
Konsole::KeyboardTranslator::Entry | Represents an association between a key sequence pressed by the user and the character sequence and commands associated with it for a particular KeyboardTranslator |
Konsole::KeyboardTranslatorManager | Manages the keyboard translations available for use by terminal sessions, see KeyboardTranslator |
Konsole::KeyboardTranslatorReader | Parses the contents of a Keyboard Translator (.keytab) file and returns the entries found in it |
Konsole::KeyboardTranslatorWriter | Writes a keyboard translation to disk |
Factory | |
ReadOnlyPart | |
KPtyProcess | |
KTabBar | |
KUniqueApplication | |
KWrited | |
KWritedModule | |
KXMLGUIClient | |
KXmlGuiWindow | |
Konsole::ListViewContainer | A view container which uses a list instead of tabs to provide navigation between sessions |
Konsole::MainWindow | The main window |
Konsole::ManageProfilesDialog | A dialog which lists the available types of profiles and allows the user to add new profiles, and remove or edit existing profile types |
Konsole::NullProcessInfo | Implementation of ProcessInfo which does nothing |
Konsole::Part | A re-usable terminal emulator component using the KParts framework which can be used to embed terminal emulators into other applications |
Konsole::PartFactory | A factory which creates Konsole parts |
Konsole::PlainTextDecoder | A terminal character decoder which produces plain text, ignoring colours and other appearance-related properties of the original characters |
Konsole::PopStackOnExit< T > | PopStackOnExit is a utility to remove all values from a stack which are added during the lifetime of a PopStackOnExit instance |
Konsole::ProcessInfo | Takes a snapshot of the state of a process and provides access to information such as the process name, parent process, the foreground process in the controlling terminal, the arguments with which the process was started and the environment |
Konsole::Profile | Represents a terminal set-up which can be used to set the initial state of new terminal sessions or applied to existing sessions |
Konsole::ProfileCommandParser | Parses an input string consisting of property names and assigned values and returns a table of properties and values |
Konsole::ProfileGroup | A composite profile which allows a group of profiles to be treated as one |
Konsole::ProfileList | ProfileList provides a list of actions which represent session profiles that a SessionManager can create a session from |
ProfileListWidget | |
Konsole::ProfileReader | Interface for all classes which can load profile settings from a file |
Konsole::ProfileWriter | Interface for all classes which can write profile settings to a file |
Konsole::Pty | The Pty class is used to start the terminal process, send data to it, receive data from it and manipulate various properties of the pseudo-teletype interface used to communicate with the process |
QStyledItemDelegate | |
Konsole::RegExpFilter | A filter which searches for sections of text matching a regular expression and creates a new RegExpFilter::HotSpot instance for them |
Konsole::RegExpFilter::HotSpot | Type of hotspot created by RegExpFilter |
Konsole::RemoteConnectionDialog | |
Konsole::SaveHistoryTask | A task which prompts for a URL for each session and saves that session's output to the given URL |
Konsole::Screen | An image of characters with associated attributes |
Konsole::ScreenParm | |
Konsole::ScreenWindow | Provides a window onto a section of a terminal screen |
Konsole::SearchHistoryTask | A task which searches through the output of sessions for matches for a given regular expression |
Konsole::Session | Represents a terminal session consisting of a pseudo-teletype and a terminal emulation |
Konsole::SessionController | Provides the menu actions to manipulate a single terminal session and view pair |
Konsole::SessionGroup | Provides a group of sessions which is divided into master and slave sessions |
Konsole::SessionListModel | |
Konsole::SessionManager | Manages running terminal sessions and the profiles which specify various settings for terminal sessions and their displays |
Konsole::SessionTask | Abstract class representing a task which can be performed on a group of sessions |
Konsole::ShellCommand | A class to parse and extract information about shell commands |
Konsole::ShortcutItemDelegate | |
Konsole::ShouldApplyProperty | |
Konsole::SSHProcessInfo | Lightweight class which provides additional information about SSH processes |
Konsole::StackedViewContainer | A plain view container with no navigation display |
Konsole::StyledBackgroundPainter | |
Konsole::TabbedViewContainer | A view container which uses a QTabWidget to display the views and allow the user to switch between them |
Konsole::TabbedViewContainerV2 | An alternative tabbed view container which uses a QTabBar and QStackedWidget combination for navigation instead of QTabWidget |
Konsole::TabbedViewContainerV2Layout | |
Konsole::TabTitleFormatAction | |
Konsole::TerminalCharacterDecoder | Base class for terminal character decoders |
Konsole::TerminalDisplay | A widget which displays output from a terminal emulation and sends input keypresses and mouse activity to the terminal |
Konsole::TerminalDisplay::_dragInfo | |
Konsole::TerminalImageFilterChain | A filter chain which processes character images from terminal displays |
TerminalInterface | |
Konsole::UnixProcessInfo | Implementation of ProcessInfo for Unix platforms which uses the /proc filesystem |
Konsole::UrlFilter | A filter which matches URLs in blocks of text |
Konsole::UrlFilter::HotSpot | Hotspot type created by UrlFilter instances |
Konsole::ViewContainer | An interface for container widgets which can hold one or more views |
Konsole::ViewContainerTabBar | |
Konsole::ViewManager | Manages the terminal display widgets in a Konsole window or part |
Konsole::ViewProperties | Encapsulates user-visible information about the terminal session currently being displayed in a view, such as the associated title and icon |
Konsole::ViewSplitter | A splitter which holds a number of ViewContainer objects and allows the user to control the size of each view container by dragging a splitter bar between them |
Konsole::Vt102Emulation | Provides an xterm compatible terminal emulation based on the DEC VT102 terminal |
Konsole::WarningBox | A label which displays a warning message, using the appropriate icon from the current icon theme and background color from KColorScheme |
Konsole::ZModemDialog | |