FTXUI 6.1.9
C++ functional terminal UI.
Chargement...
Recherche...
Aucune correspondance
dom/deprecated.hpp
Aller à la documentation de ce fichier.
1// Copyright 2021 Arthur Sonzogni. Tous droits réservés.
2// L'utilisation de ce code source est régie par la licence MIT que l'on peut trouver dans
3// le fichier LICENSE.
4#ifndef FTXUI_DOM_DEPRECATED_HPP
5#define FTXUI_DOM_DEPRECATED_HPP
6
7#include <ftxui/dom/node.hpp>
8#include <string>
9
10namespace ftxui {
11Element text(std::wstring text);
12Element vtext(std::wstring text);
13Elements paragraph(std::wstring text);
14} // namespace ftxui
15
16#endif // FTXUI_DOM_DEPRECATED_HPP
Element text(std::wstring text)
Affiche un morceau de texte unicode.
Definition text.cpp:160
Element vtext(std::wstring text)
Affiche un morceau de texte unicode verticalement.
Definition text.cpp:220
L'espace de noms FTXUI ftxui::
Definition animation.hpp:10
std::shared_ptr< Node > Element
Definition elements.hpp:22
std::vector< Element > Elements
Definition elements.hpp:23
Elements paragraph(std::wstring text)