MauiKit Terminal

Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NKonsole
 CAccessibleColorSchemeA color scheme which uses colors from the standard KDE color palette
 CCharacterA 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
 CCharacterColorDescribes the color of a single character in the terminal
 CColorEntryAn entry in a terminal display's color palette
 CColorSchemeRepresents a color scheme for a terminal display
 CColorSchemeManagerManages the color schemes available for use by terminal displays
 CEmulationBase class for terminal emulation back-ends
 CExtendedCharTableA table which stores sequences of unicode characters, referenced by hash keys
 CFilterA 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'
 CHotSpotRepresents an area of text which matched the pattern a particular filter has been looking for
 CFilterChainA chain which allows a group of filters to be processed as one
 CKeyboardTranslatorA 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
 CEntryRepresents an association between a key sequence pressed by the user and the character sequence and commands associated with it for a particular KeyboardTranslator
 CKeyboardTranslatorManagerManages the keyboard translations available for use by terminal sessions, see KeyboardTranslator
 CKeyboardTranslatorReaderParses the contents of a Keyboard Translator (.keytab) file and returns the entries found in it
 CKeyboardTranslatorWriterWrites a keyboard translation to disk
 CNullProcessInfoImplementation of ProcessInfo which does nothing
 CPlainTextDecoderA terminal character decoder which produces plain text, ignoring colours and other appearance-related properties of the original characters
 CProcessInfoTakes 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
 CPtyUsed 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
 CRegExpFilterA filter which searches for sections of text matching a regular expression and creates a new RegExpFilter::HotSpot instance for them
 CHotSpotType of hotspot created by RegExpFilter
 CScreenAn image of characters with associated attributes
 CScreenWindowProvides a window onto a section of a terminal screen
 CSessionRepresents a terminal session consisting of a pseudo-teletype and a terminal emulation
 CSessionGroupProvides a group of sessions which is divided into master and slave sessions
 CShellCommandA class to parse and extract information about shell commands
 CSSHProcessInfoLightweight class which provides additional information about SSH processes
 CTerminalCharacterDecoderBase class for terminal character decoders
 CTerminalDisplayA widget which displays output from a terminal emulation and sends input keypresses and mouse activity to the terminal
 CTerminalImageFilterChainA filter chain which processes character images from terminal displays
 CUnixProcessInfoImplementation of ProcessInfo for Unix platforms which uses the /proc filesystem
 CUrlFilterA filter which matches URLs in blocks of text
 CHotSpotHotspot type created by UrlFilter instances
 CVt102EmulationProvides an xterm compatible terminal emulation based on the DEC VT102 terminal
 CKSessionThe KSession class Creates and controls the terminal session
 CTerminalA terminal emulator console with built-in support for touch and keyboard inputs, and many other features
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:57:30 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.