MauiKit Terminal

Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123456]
 CKonsole::CharacterA 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
 CKonsole::CharacterColorDescribes the color of a single character in the terminal
 CKonsole::ColorEntryAn entry in a terminal display's color palette
 CKonsole::ColorSchemeManagerManages the color schemes available for use by terminal displays
 CColorSchemesPageA page entry for picking one of the available color schemes for the terminal display
 CKonsole::KeyboardTranslator::EntryRepresents an association between a key sequence pressed by the user and the character sequence and commands associated with it for a particular KeyboardTranslator
 CKonsole::ExtendedCharTableA table which stores sequences of unicode characters, referenced by hash keys
 CKonsole::FilterChainA chain which allows a group of filters to be processed as one
 CKonsole::TerminalImageFilterChainA filter chain which processes character images from terminal displays
 CKonsole::Filter::HotSpotRepresents an area of text which matched the pattern a particular filter has been looking for
 CKonsole::RegExpFilter::HotSpotType of hotspot created by RegExpFilter
 CKonsole::UrlFilter::HotSpotHotspot type created by UrlFilter instances
 CKonsole::KeyboardTranslatorA 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
 CKonsole::KeyboardTranslatorManagerManages the keyboard translations available for use by terminal sessions, see KeyboardTranslator
 CKonsole::KeyboardTranslatorReaderParses the contents of a Keyboard Translator (.keytab) file and returns the entries found in it
 CKonsole::KeyboardTranslatorWriterWrites a keyboard translation to disk
 CKonsole::ProcessInfoTakes 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
 CKonsole::NullProcessInfoImplementation of ProcessInfo which does nothing
 CKonsole::UnixProcessInfoImplementation of ProcessInfo for Unix platforms which uses the /proc filesystem
 CQIODeviceBase [external]
 CQIODevice [external]
 CQProcess [external]
 CKProcess [external]
 CKPtyProcess [external]
 CKonsole::PtyUsed 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
 CQObject [external]
 CKSessionThe KSession class Creates and controls the terminal session
 CKonsole::ColorSchemeRepresents a color scheme for a terminal display
 CKonsole::AccessibleColorSchemeA color scheme which uses colors from the standard KDE color palette
 CKonsole::EmulationBase class for terminal emulation back-ends
 CKonsole::Vt102EmulationProvides an xterm compatible terminal emulation based on the DEC VT102 terminal
 CKonsole::FilterA 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'
 CKonsole::RegExpFilterA filter which searches for sections of text matching a regular expression and creates a new RegExpFilter::HotSpot instance for them
 CKonsole::UrlFilterA filter which matches URLs in blocks of text
 CKonsole::ScreenWindowProvides a window onto a section of a terminal screen
 CKonsole::SessionRepresents a terminal session consisting of a pseudo-teletype and a terminal emulation
 CKonsole::SessionGroupProvides a group of sessions which is divided into master and slave sessions
 CQIODevice [external]
 CQQuickItem [external]
 CQQuickPaintedItem [external]
 CKonsole::TerminalDisplayA widget which displays output from a terminal emulation and sends input keypresses and mouse activity to the terminal
 CQQmlParserStatus [external]
 CQQuickItem [external]
 CKonsole::ScreenAn image of characters with associated attributes
 CKonsole::ShellCommandA class to parse and extract information about shell commands
 CKonsole::SSHProcessInfoLightweight class which provides additional information about SSH processes
 CTerminalA terminal emulator console with built-in support for touch and keyboard inputs, and many other features
 CKonsole::TerminalCharacterDecoderBase class for terminal character decoders
 CKonsole::PlainTextDecoderA terminal character decoder which produces plain text, ignoring colours and other appearance-related properties of the original characters
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Aug 30 2024 11:51:42 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.