CKonsole::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 |
CKonsole::CharacterColor | Describes the color of a single character in the terminal |
CKonsole::CharacterFormat | |
CKonsole::CharCodes | |
CKonsole::ColorEntry | An entry in a terminal display's color palette |
CKonsole::ColorScheme | Represents a color scheme for a terminal display |
CKonsole::ColorSchemeManager | Manages the color schemes available for use by terminal displays |
CKonsole::CompactHistoryBlock | |
CKonsole::CompactHistoryBlockList | |
CKonsole::CompactHistoryLine | |
CKonsole::TerminalDisplay::DragInfo | |
CKonsole::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 |
CKonsole::Enum | This class serves as a place for putting enum definitions that are used or referenced in multiple places in the code |
CKonsole::ExtendedCharTable | A table which stores sequences of unicode characters, referenced by hash keys |
►CKonsole::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' |
►CKonsole::RegExpFilter | A filter which searches for sections of text matching a regular expression and creates a new RegExpFilter::HotSpot instance for them |
CKonsole::UrlFilter | A filter which matches URLs in blocks of text |
►CGeneralSettings | |
CKonsole::GeneralSettings | |
CKonsole::HistoryFile | |
►CKonsole::HistoryScroll | |
CKonsole::CompactHistoryScroll | |
CKonsole::HistoryScrollFile | |
CKonsole::HistoryScrollNone | |
►CKonsole::HistoryType | |
CKonsole::CompactHistoryType | |
CKonsole::HistoryTypeFile | |
CKonsole::HistoryTypeNone | |
►CKonsole::Filter::HotSpot | Represents an area of text which matched the pattern a particular filter has been looking for |
►CKonsole::RegExpFilter::HotSpot | Type of hotspot created by RegExpFilter |
CKonsole::UrlFilter::HotSpot | Hotspot type created by UrlFilter instances |
►CKBookmarkOwner | |
CKonsole::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 |
►CKConfigSkeleton | |
CKonsole::KonsoleSettings | |
►CKDialog | |
CKonsole::ColorSchemeEditor | A dialog for editing color schemes |
CKonsole::CopyInputDialog | Dialog which allows the user to mark a list of sessions to copy the input from the current session to |
CKonsole::EditProfileDialog | A dialog which allows the user to edit a profile |
CKonsole::HistorySizeDialog | |
CKonsole::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 |
CKonsole::RenameTabDialog | |
CKonsole::ZModemDialog | |
►CKonsole::KeyboardTranslator | A converter 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::FallbackKeyboardTranslator | |
CKonsole::KeyboardTranslatorManager | Manages the keyboard translations available for use by terminal sessions, see KeyboardTranslator |
CKonsole::KeyboardTranslatorReader | Parses the contents of a Keyboard Translator (.keytab) file and returns the entries found in it |
CKonsole::KeyboardTranslatorWriter | Writes a keyboard translation to disk |
►CKPtyProcess | |
CKonsole::Pty | 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 |
►CKTabBar | |
CKonsole::ViewContainerTabBar | |
►CKUniqueApplication | |
CKonsole::Application | The Konsole Application |
►CKXMLGUIClient | |
CKonsole::SessionController | Provides the menu actions to manipulate a single terminal session and view pair |
►CKXmlGuiWindow | |
CKonsole::MainWindow | The main window |
CKonsole::PopStackOnExit< T > | PopStackOnExit is a utility to remove all values from a QStack which are added during the lifetime of a PopStackOnExit instance |
►CPrintOptions | |
CKonsole::PrintOptions | |
►CKonsole::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 |
CKonsole::NullProcessInfo | Implementation of ProcessInfo which does nothing |
CKonsole::UnixProcessInfo | Implementation of ProcessInfo for Unix platforms which uses the /proc filesystem |
CKonsole::ProfileCommandParser | Parses an input string consisting of property names and assigned values and returns a table of properties and values |
►CKonsole::ProfileReader | Interface for all classes which can load profile settings from a file |
CKonsole::KDE4ProfileReader | Reads a KDE 4 .profile file |
►CKonsole::ProfileWriter | Interface for all classes which can write profile settings to a file |
CKonsole::KDE4ProfileWriter | Writes a KDE 4 .profile file |
►CQAbstractItemDelegate | |
CKonsole::ColorSchemeViewDelegate | A delegate which can display and edit color schemes in a view |
►CQAbstractListModel | |
►CKonsole::SessionListModel | Item-view model which contains a flat list of sessions |
CKonsole::CheckableSessionModel | A list of sessions with a checkbox next to each one which allows the user to select a subset of the available sessions to perform some action on them |
►CQAccessibleSimpleEditableTextInterface | |
CKonsole::TerminalDisplayAccessible | Class implementing the QAccessibleInterface for the terminal display |
►CQAccessibleTextInterface | |
CKonsole::TerminalDisplayAccessible | Class implementing the QAccessibleInterface for the terminal display |
►CQAccessibleWidgetEx | |
CKonsole::TerminalDisplayAccessible | Class implementing the QAccessibleInterface for the terminal display |
►CQList | |
►CKonsole::FilterChain | A chain which allows a group of filters to be processed as one |
CKonsole::TerminalImageFilterChain | A filter chain which processes character images from terminal displays |
►CQObject | |
CKonsole::AutoScrollHandler | |
CKonsole::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 |
►CKonsole::Emulation | Base class for terminal emulation back-ends |
CKonsole::Vt102Emulation | Provides an xterm compatible terminal emulation based on the DEC VT102 terminal |
CKonsole::FilterObject | |
CKonsole::ProfileList | ProfileList provides a list of actions which represent session profiles that a SessionManager can create a session from |
CKonsole::ProfileManager | Manages profiles which specify various settings for terminal sessions and their displays |
CKonsole::ScreenWindow | Provides a window onto a section of a terminal screen |
CKonsole::Session | Represents a terminal session consisting of a pseudo-teletype and a terminal emulation |
CKonsole::SessionGroup | Provides a group of sessions which is divided into master and slave sessions |
CKonsole::SessionManager | Manages running terminal sessions |
►CKonsole::SessionTask | Abstract class representing a task which can be performed on a group of sessions |
CKonsole::SaveHistoryTask | A task which prompts for a URL for each session and saves that session's output to the given URL |
CKonsole::SearchHistoryTask | A task which searches through the output of sessions for matches for a given regular expression |
►CKonsole::ViewContainer | An interface for container widgets which can hold one or more views |
CKonsole::StackedViewContainer | A plain view container with no navigation display |
CKonsole::TabbedViewContainer | An alternative tabbed view container which uses a QTabBar and QStackedWidget combination for navigation instead of QTabWidget |
CKonsole::ViewManager | Manages the terminal display widgets in a Konsole window or part |
►CKonsole::ViewProperties | Encapsulates user-visible information about the terminal session currently being displayed in a view, such as the associated title and icon |
CKonsole::SessionController | Provides the menu actions to manipulate a single terminal session and view pair |
►CQPushButton | |
CKonsole::TabTitleFormatButton | |
►CQSharedData | |
CKonsole::ColorSchemeWallpaper | This class holds the wallpaper pixmap associated with a color scheme |
►CKonsole::Profile | Represents a terminal set-up which can be used to set the initial state of new terminal sessions or applied to existing sessions |
CKonsole::FallbackProfile | A profile which contains a number of default settings for various properties |
CKonsole::ProfileGroup | A composite profile which allows a group of profiles to be treated as one |
►CQSplitter | |
CKonsole::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 |
►CQStyledItemDelegate | |
CKonsole::FavoriteItemDelegate | |
CKonsole::ShortcutItemDelegate | |
►CQWidget | |
CKonsole::GeneralSettings | |
CKonsole::HistorySizeWidget | A widget for controlling history related options |
CKonsole::IncrementalSearchBar | A widget which allows users to search incrementally through a document for a a text string or regular expression |
CKonsole::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 |
CKonsole::PrintOptions | |
CKonsole::RenameTabWidget | |
CKonsole::TabBarSettings | |
CKonsole::TerminalDisplay | A widget which displays output from a terminal emulation and sends input keypresses and mouse activity to the terminal |
►CReadOnlyPart | |
CKonsole::Part | A re-usable terminal emulator component using the KParts framework which can be used to embed terminal emulators into other applications |
CKonsole::Screen | An image of characters with associated attributes |
CKonsole::ShellCommand | A class to parse and extract information about shell commands |
CKonsole::ShouldApplyProperty | Utility class to simplify code in SessionManager::applyProfile() |
CKonsole::SSHProcessInfo | Lightweight class which provides additional information about SSH processes |
CKonsole::StyledBackgroundPainter | |
►CTabBarSettings | |
CKonsole::TabBarSettings | |
►CKonsole::TerminalCharacterDecoder | Base class for terminal character decoders |
CKonsole::HTMLDecoder | A terminal character decoder which produces pretty HTML markup |
CKonsole::PlainTextDecoder | A terminal character decoder which produces plain text, ignoring colors and other appearance-related properties of the original characters |
►CTerminalInterfaceV2 | |
CKonsole::Part | A re-usable terminal emulator component using the KParts framework which can be used to embed terminal emulators into other applications |
CKonsole::WindowSystemInfo | |