|
using | CursorStyle = LinuxConsoleCursorStyle |
|
|
| FTermLinux (const FTermLinux &)=delete |
|
| FTermLinux (FTermLinux &&) noexcept=delete |
|
auto | operator= (const FTermLinux &) -> FTermLinux &=delete |
|
auto | operator= (FTermLinux &&) noexcept -> FTermLinux &=delete |
|
auto | getClassName () const -> FString |
|
auto | getCursorStyle () const -> CursorStyle |
|
auto | getCursorStyleString () -> char * |
|
auto | getFramebufferBpp () const noexcept -> int |
|
auto | setCursorStyle (CursorStyle) -> bool |
|
auto | setPalette (FColor, int, int, int) -> bool |
|
void | setUTF8 (bool=true) const |
|
auto | isVGAFontUsed () const noexcept -> bool |
|
auto | isNewFontUsed () const noexcept -> bool |
|
void | init () |
|
void | initCharMap () const |
|
void | finish () const |
|
auto | loadVGAFont () -> bool |
|
auto | loadNewFont () -> bool |
|
auto | loadOldFont () -> bool |
|
auto | saveColorMap () -> bool |
|
auto | resetColorMap () -> bool |
|
void | setBeep (int, int) const |
|
void | resetBeep () const |
|
auto | modifierKeyCorrection (const FKey &) -> FKey |
|
|
static auto | getInstance () -> FTermLinux & |
|
static auto | isLinuxConsole () -> bool |
|
The documentation for this class was generated from the following file: