|
FifeGUI 0.2.0
A C++ GUI library designed for games.
|
This is the complete list of members for fcn::Text, including all inherited members.
| addRow(std::string const &row) | fcn::Text | virtual |
| calculateCaretPositionFromRowAndColumn() | fcn::Text | protected |
| eraseRow(unsigned int row) | fcn::Text | virtual |
| getCaretColumn() const | fcn::Text | virtual |
| getCaretDimension(Font *font) const | fcn::Text | virtual |
| getCaretPosition() const | fcn::Text | virtual |
| getCaretRow() const | fcn::Text | virtual |
| getCaretX(Font *font) const | fcn::Text | virtual |
| getCaretY(Font *font) const | fcn::Text | virtual |
| getContent() const | fcn::Text | virtual |
| getDimension(Font *font) const | fcn::Text | virtual |
| getMaximumCaretRow() const | fcn::Text | virtual |
| getMaximumCaretRow(unsigned int row) const | fcn::Text | virtual |
| getNumberOfCharacters() const | fcn::Text | virtual |
| getNumberOfCharacters(unsigned int row) const | fcn::Text | virtual |
| getNumberOfRows() const | fcn::Text | virtual |
| getRow(unsigned int row) | fcn::Text | virtual |
| getWidth(int row, Font *font) const | fcn::Text | virtual |
| insert(int character) | fcn::Text | virtual |
| insertRow(std::string const &row, unsigned int position) | fcn::Text | virtual |
| mCaretColumn | fcn::Text | protected |
| mCaretPosition | fcn::Text | protected |
| mCaretRow | fcn::Text | protected |
| mRows | fcn::Text | protected |
| operator=(Text const &)=default (defined in fcn::Text) | fcn::Text | |
| operator=(Text &&)=default (defined in fcn::Text) | fcn::Text | |
| remove(int numberOfCharacters) | fcn::Text | virtual |
| setCaretColumn(int column) | fcn::Text | virtual |
| setCaretPosition(int position) | fcn::Text | virtual |
| setCaretPosition(int x, int y, Font *font) | fcn::Text | virtual |
| setCaretRow(int row) | fcn::Text | virtual |
| setContent(std::string const &content) | fcn::Text | virtual |
| setRow(unsigned int row, std::string const &content) | fcn::Text | virtual |
| Text() (defined in fcn::Text) | fcn::Text | |
| Text(std::string const &content) | fcn::Text | explicit |
| Text(Text const &)=default (defined in fcn::Text) | fcn::Text | |
| Text(Text &&)=default (defined in fcn::Text) | fcn::Text | |
| ~Text() (defined in fcn::Text) | fcn::Text | virtual |