|
|
| FOptiMove (int=0) |
| |
|
auto | getClassName () const -> FString |
| |
|
auto | getCursorHomeLength () const noexcept -> uInt |
| |
|
auto | getCarriageReturnLength () const noexcept -> uInt |
| |
|
auto | getCursorToLLLength () const noexcept -> uInt |
| |
|
auto | getTabLength () const noexcept -> uInt |
| |
|
auto | getBackTabLength () const noexcept -> uInt |
| |
|
auto | getCursorUpLength () const noexcept -> uInt |
| |
|
auto | getCursorDownLength () const noexcept -> uInt |
| |
|
auto | getCursorLeftLength () const noexcept -> uInt |
| |
|
auto | getCursorRightLength () const noexcept -> uInt |
| |
|
auto | getCursorAddressLength () const noexcept -> uInt |
| |
|
auto | getColumnAddressLength () const noexcept -> uInt |
| |
|
auto | getRowAddressLength () const noexcept -> uInt |
| |
|
auto | getParmUpCursorLength () const noexcept -> uInt |
| |
|
auto | getParmDownCursorLength () const noexcept -> uInt |
| |
|
auto | getParmLeftCursorLength () const noexcept -> uInt |
| |
|
auto | getParmRightCursorLength () const noexcept -> uInt |
| |
|
auto | getEraseCharsLength () const noexcept -> uInt |
| |
|
auto | getRepeatCharLength () const noexcept -> uInt |
| |
|
auto | getClrBolLength () const noexcept -> uInt |
| |
|
auto | getClrEolLength () const noexcept -> uInt |
| |
|
void | setBaudRate (int) |
| |
|
void | setTabStop (int) |
| |
|
void | setTermSize (std::size_t, std::size_t) |
| |
|
void | setTermEnvironment (const TermEnv &) |
| |
|
void | set_cursor_home (const FTermcap::TermcapString &) |
| |
|
void | set_cursor_to_ll (const FTermcap::TermcapString &) |
| |
|
void | set_carriage_return (const FTermcap::TermcapString &) |
| |
|
void | set_tabular (const FTermcap::TermcapString &) |
| |
|
void | set_back_tab (const FTermcap::TermcapString &) |
| |
|
void | set_cursor_up (const FTermcap::TermcapString &) |
| |
|
void | set_cursor_down (const FTermcap::TermcapString &) |
| |
|
void | set_cursor_left (const FTermcap::TermcapString &) |
| |
|
void | set_cursor_right (const FTermcap::TermcapString &) |
| |
|
void | set_cursor_address (const FTermcap::TermcapString &) |
| |
|
void | set_column_address (const FTermcap::TermcapString &) |
| |
|
void | set_row_address (const FTermcap::TermcapString &) |
| |
|
void | set_parm_up_cursor (const FTermcap::TermcapString &) |
| |
|
void | set_parm_down_cursor (const FTermcap::TermcapString &) |
| |
|
void | set_parm_left_cursor (const FTermcap::TermcapString &) |
| |
|
void | set_parm_right_cursor (const FTermcap::TermcapString &) |
| |
|
void | set_erase_chars (const FTermcap::TermcapString &) |
| |
|
void | set_repeat_char (const FTermcap::TermcapString &) |
| |
|
void | set_repeat_last_char (const FTermcap::TermcapString &) |
| |
|
void | set_clr_bol (const FTermcap::TermcapString &) |
| |
|
void | set_clr_eol (const FTermcap::TermcapString &) |
| |
|
void | set_auto_left_margin (bool=true) noexcept |
| |
|
void | set_eat_newline_glitch (bool=true) noexcept |
| |
|
void | check_boundaries (int &, int &, int &, int &) const noexcept |
| |
|
auto | moveCursor (int, int, int, int) -> FTermcap::TermcapString |
| |