|
| Window (size_t nRows, size_t nCols, PedigreeGraphics::Framebuffer *pFb, size_t nMaxScrollback, size_t offsetLeft, size_t offsetTop, size_t fbWidth, Xterm *parent) |
|
void | showCursor (DirtyRectangle &rect) |
|
void | hideCursor (DirtyRectangle &rect) |
|
void | resize (size_t nRows, size_t nCols, bool bActive) |
|
void | setScrollRegion (int start, int end) |
|
void | setForeColour (uint8_t fgColour) |
|
void | setBackColour (uint8_t bgColour) |
|
void | setFlags (uint8_t flags) |
|
uint8_t | getFlags () |
|
void | setMargins (size_t left, size_t right) |
|
void | setChar (uint32_t utf32, size_t x, size_t y) |
|
TermChar | getChar (size_t x=~0UL, size_t y=~0UL) |
|
void | fillChar (uint32_t utf32, DirtyRectangle &rect) |
|
void | addChar (uint32_t utf32, DirtyRectangle &rect) |
|
void | setCursorRelOrigin (size_t x, size_t y, DirtyRectangle &rect) |
|
void | setCursor (size_t x, size_t y, DirtyRectangle &rect) |
|
void | setCursorX (size_t x, DirtyRectangle &rect) |
|
void | setCursorY (size_t y, DirtyRectangle &rect) |
|
ssize_t | getCursorX () const |
|
ssize_t | getCursorY () const |
|
ssize_t | getCursorXRelOrigin () const |
|
ssize_t | getCursorYRelOrigin () const |
|
void | setCursorStyle (bool bFilled) |
|
void | cursorToOrigin () |
|
void | cursorLeft (DirtyRectangle &rect) |
|
void | cursorLeftNum (size_t n, DirtyRectangle &rect) |
|
void | cursorLeftToMargin (DirtyRectangle &rect) |
|
void | cursorDown (size_t n, DirtyRectangle &) |
|
void | cursorUp (size_t n, DirtyRectangle &) |
|
void | backspace (DirtyRectangle &rect) |
|
void | cursorUpWithinMargin (size_t n, DirtyRectangle &) |
|
void | cursorLeftWithinMargin (size_t n, DirtyRectangle &) |
|
void | cursorRightWithinMargin (size_t n, DirtyRectangle &) |
|
void | cursorDownWithinMargin (size_t n, DirtyRectangle &) |
|
void | cursorDownAndLeftToMargin (DirtyRectangle &rect) |
|
void | cursorDownAndLeft (DirtyRectangle &rect) |
|
void | cursorTab (DirtyRectangle &rect) |
|
void | cursorTabBack (DirtyRectangle &rect) |
|
void | renderAll (DirtyRectangle &rect, Window *pPrevious) |
|
void | render (DirtyRectangle &rect, size_t flags=0, size_t x=~0UL, size_t y=~0UL) |
|
void | renderArea (DirtyRectangle &rect, size_t x=~0UL, size_t y=~0UL, size_t w=~0UL, size_t h=~0UL) |
|
void | scrollRegionUp (size_t n, DirtyRectangle &rect) |
|
void | scrollRegionDown (size_t n, DirtyRectangle &rect) |
|
void | scrollUp (size_t n, DirtyRectangle &rect) |
|
void | scrollDown (size_t n, DirtyRectangle &rect) |
|
void | eraseEOL (DirtyRectangle &rect) |
|
void | eraseSOL (DirtyRectangle &rect) |
|
void | eraseLine (DirtyRectangle &rect) |
|
void | eraseChars (size_t n, DirtyRectangle &rect) |
|
void | eraseUp (DirtyRectangle &rect) |
|
void | eraseDown (DirtyRectangle &rect) |
|
void | eraseScreen (DirtyRectangle &rect) |
|
void | deleteCharacters (size_t n, DirtyRectangle &rect) |
|
void | insertCharacters (size_t n, DirtyRectangle &rect) |
|
void | insertLines (size_t n, DirtyRectangle &rect) |
|
void | deleteLines (size_t n, DirtyRectangle &rect) |
|
void | setTabStop () |
|
void | clearTabStop () |
|
void | clearAllTabStops () |
|
void | checkWrap (DirtyRectangle &rect) |
|
void | checkScroll (DirtyRectangle &rect) |
|
void | invert (DirtyRectangle &rect) |
|
void | setLineRenderMode (bool b) |
|
bool | getLineRenderMode () |
|
void | lineRender (uint32_t utf32, DirtyRectangle &rect) |
|
Definition at line 115 of file Xterm.h.