Terminal++ 3.1.0.4
A C++ library for interacting with ANSI terminal windows
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cterminalpp::attributeA structure that carries around the presentation attributes of an ANSI element
 Cterminalpp::behaviourA set of flags that determine how a terminal should behave over a datastream
 Cstd::bool_constant
 Cterminalpp::effect_has_normal< EffectType >
 Cterminalpp::effect_has_normal< terminalpp::graphics::intensity >
 Cterminalpp::canvasA class representing a grid onto which elements can be painted
 Cterminalpp::character_setA structure that represents a character set
 Cterminalpp::colourStructure representing a sum type of the available colour styles
 Cterminalpp::canvas::column_proxyA proxy into a column of elements on the canvas
 Cterminalpp::canvas::const_column_proxyA constant proxy into a column of elements on the canvas
 Cterminalpp::control_sequenceA class that encapsulates an ANSI control sequence. In the sequence "ESC[x;h;yC", '[' is the initiator, "C" is the command, and "x", "h" and "y" are the arguments. Additionally, some terminals send an extra escape when certain keys are held down, and if this occurs, then meta is true. Finally, some control sequences have an extender character after the initiator, such as "ESC[?6n". In this example, '?' is the extender
 Cterminalpp::disable_mouseA manipulator that disables mouse clicks according to the terminal behaviour
 Cterminalpp::effect< Type >A structure representing an ANSI graphics effect (e.g. intensity, underlining)
 Cterminalpp::effect< terminalpp::graphics::blinking >
 Cterminalpp::effect< terminalpp::graphics::intensity >
 Cterminalpp::effect< terminalpp::graphics::polarity >
 Cterminalpp::effect< terminalpp::graphics::underlining >
 Cterminalpp::effect_default< Type >A traits class for which value of an effect is the "default" one
 Cterminalpp::elementA structure that represents the fundamental printable element of a terminal screen, which comprises a glyph modified by a set of attribute (such as colour, intensity, etc.)
 Cterminalpp::enable_mouseA manipulator that enables mouse clicks according to the terminal behaviour
 Cterminalpp::erase_displayA manipulator that erases the entire display
 Cterminalpp::erase_display_aboveA manipulator that erases the display from the line of the cursor to the top
 Cterminalpp::erase_display_belowA manipulator that erases the display from the line of the cursor to the bottom
 Cterminalpp::erase_lineA manipulator that erases the current line of the display
 Cterminalpp::erase_line_leftA manipulator that erases from the current cursor position to the beginning of the line
 Cterminalpp::erase_line_rightA manipulator that erases from the current cursor position to the end of the line
 Cterminalpp::mouse::eventA structure that encapsulates a mouse event
 Cterminalpp::extentA class that represents a direction with distance in space (a vector)
 Cterminalpp::glyphA structure that carries around the character attributes of an ANSI element
 Cterminalpp::greyscale_colourStructure representing the 24 greyscale tones of a 256-colour palette
 Cstd::hash< terminalpp::attribute >
 Cstd::hash< terminalpp::character_set >
 Cstd::hash< terminalpp::colour >
 Cstd::hash< terminalpp::effect< Effect > >
 Cstd::hash< terminalpp::element >
 Cstd::hash< terminalpp::glyph >
 Cstd::hash< terminalpp::greyscale_colour >
 Cstd::hash< terminalpp::high_colour >
 Cstd::hash< terminalpp::low_colour >
 Cstd::hash< terminalpp::true_colour >
 Cterminalpp::hide_cursorA manipulator that hides the cursor
 Cterminalpp::high_colourStructure representing the central 216 colours of a 256-colour palette, where each colour channel is represented by a number in the range 0..5
 Cstd::integral_constant
 Cterminalpp::effect_default< terminalpp::graphics::blinking >Specialization for blinking default case (steady)
 Cterminalpp::effect_default< terminalpp::graphics::intensity >Specialization for intensity default case (normal intensity)
 Cterminalpp::effect_default< terminalpp::graphics::polarity >Specialization for polarity default case (positive)
 Cterminalpp::effect_default< terminalpp::graphics::underlining >Specialization for underlining default case (not underlined)
 Cterminalpp::low_colourStructure representing a normal ANSI 16-colour value
 Cterminalpp::move_cursorA manipulator that outputs ANSI protocol bytes to move the cursor to the specified location
 Cterminalpp::pointA class that represents a position in space
 Cterminalpp::rectangleA class that represents a rectangle in space
 Cterminalpp::restore_cursor_positionA manipulator that restores the cursor position
 Cterminalpp::save_cursor_positionA manipulator that saves the cursor position
 Cterminalpp::screenA class that represents a screen for a terminal
 Cterminalpp::set_window_titleA manipulator that sets the window title according to the terminal behaviour
 Cterminalpp::show_cursorA manipulator that shows the cursor
 Cterminalpp::stdout_channelA class that models the terminal's channel concept, providing output to stdout
 Cterminalpp::stringA class that represents strings of elements
 Cterminalpp::terminalA class that encapsulates a terminal
 Cterminalpp::terminal_stateThe state of a terminal, which manipulators are allowed to use and edit
 Cterminalpp::true_colourStructure representing the ~16 million colours codes of the true colour palette
 Cterminalpp::use_alternate_screen_bufferA manipulator that enables the use of the alternate screen buffer
 Cterminalpp::use_normal_screen_bufferA manipulator that enables the use of the normal screen buffer
 Cterminalpp::virtual_keyA class that represents a keypress, possibly combined with modifiers such as shift, ctrl, etc
 Cterminalpp::write_elementA manipulator that converts encoded attribute strings into ANSI protocol bytes
 Cterminalpp::write_optional_default_attributeA manipulator that outputs ANSI protocol bytes for the default attribute, if necessary