4 #ifndef FTXUI_SCREEN_SCREEN_HPP
5 #define FTXUI_SCREEN_SCREEN_HPP
19 Dimensions
Fixed(
int);
68 const std::string&
Hyperlink(uint8_t
id)
const;
A rectangular grid of Pixel.
A rectangular grid of Pixel.
const std::string & Hyperlink(uint8_t id) const
std::string ToString() const
void SetCursor(Cursor cursor)
static Screen Create(Dimensions dimension)
Create a screen with the given dimension.
uint8_t RegisterHyperlink(const std::string &link)
Screen(int dimx, int dimy)
std::string ResetPosition(bool clear=false) const
Return a string to be printed in order to reset the cursor position to the beginning of the screen.
void Clear()
Clear all the pixel from the screen.
std::vector< std::string > hyperlinks_