Terminal++ 3.1.0.4
A C++ library for interacting with ANSI terminal windows
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nstd
 Chash< terminalpp::attribute >
 Chash< terminalpp::character_set >
 Chash< terminalpp::colour >
 Chash< terminalpp::effect< Effect > >
 Chash< terminalpp::element >
 Chash< terminalpp::glyph >
 Chash< terminalpp::greyscale_colour >
 Chash< terminalpp::high_colour >
 Chash< terminalpp::low_colour >
 Chash< terminalpp::true_colour >
 Nterminalpp
 Nmouse
 CeventA structure that encapsulates a mouse event
 CattributeA structure that carries around the presentation attributes of an ANSI element
 CbehaviourA set of flags that determine how a terminal should behave over a datastream
 CcanvasA class representing a grid onto which elements can be painted
 Ccolumn_proxyA proxy into a column of elements on the canvas
 Cconst_column_proxyA constant proxy into a column of elements on the canvas
 Ccharacter_setA structure that represents a character set
 CcolourStructure representing a sum type of the available colour styles
 Ccontrol_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
 Cdisable_mouseA manipulator that disables mouse clicks according to the terminal behaviour
 CeffectA structure representing an ANSI graphics effect (e.g. intensity, underlining)
 Ceffect_defaultA traits class for which value of an effect is the "default" one
 Ceffect_default< terminalpp::graphics::blinking >Specialization for blinking default case (steady)
 Ceffect_default< terminalpp::graphics::intensity >Specialization for intensity default case (normal intensity)
 Ceffect_default< terminalpp::graphics::polarity >Specialization for polarity default case (positive)
 Ceffect_default< terminalpp::graphics::underlining >Specialization for underlining default case (not underlined)
 Ceffect_has_normal
 Ceffect_has_normal< terminalpp::graphics::intensity >
 CelementA 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.)
 Cenable_mouseA manipulator that enables mouse clicks according to the terminal behaviour
 Cerase_displayA manipulator that erases the entire display
 Cerase_display_aboveA manipulator that erases the display from the line of the cursor to the top
 Cerase_display_belowA manipulator that erases the display from the line of the cursor to the bottom
 Cerase_lineA manipulator that erases the current line of the display
 Cerase_line_leftA manipulator that erases from the current cursor position to the beginning of the line
 Cerase_line_rightA manipulator that erases from the current cursor position to the end of the line
 CextentA class that represents a direction with distance in space (a vector)
 CglyphA structure that carries around the character attributes of an ANSI element
 Cgreyscale_colourStructure representing the 24 greyscale tones of a 256-colour palette
 Chide_cursorA manipulator that hides the cursor
 Chigh_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
 Clow_colourStructure representing a normal ANSI 16-colour value
 Cmove_cursorA manipulator that outputs ANSI protocol bytes to move the cursor to the specified location
 CpointA class that represents a position in space
 CrectangleA class that represents a rectangle in space
 Crestore_cursor_positionA manipulator that restores the cursor position
 Csave_cursor_positionA manipulator that saves the cursor position
 CscreenA class that represents a screen for a terminal
 Cset_window_titleA manipulator that sets the window title according to the terminal behaviour
 Cshow_cursorA manipulator that shows the cursor
 Cstdout_channelA class that models the terminal's channel concept, providing output to stdout
 CstringA class that represents strings of elements
 CterminalA class that encapsulates a terminal
 Cterminal_stateThe state of a terminal, which manipulators are allowed to use and edit
 Ctrue_colourStructure representing the ~16 million colours codes of the true colour palette
 Cuse_alternate_screen_bufferA manipulator that enables the use of the alternate screen buffer
 Cuse_normal_screen_bufferA manipulator that enables the use of the normal screen buffer
 Cvirtual_keyA class that represents a keypress, possibly combined with modifiers such as shift, ctrl, etc
 Cwrite_elementA manipulator that converts encoded attribute strings into ANSI protocol bytes
 Cwrite_optional_default_attributeA manipulator that outputs ANSI protocol bytes for the default attribute, if necessary