FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
node.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  ftxui
 FTXUI 的 ftxui:: 命名空間
 

Functions

 for (auto &child :children_)
 ftxui::Screen 上顯示元素。
 
void Render (Screen &screen, const Element &element)
 ftxui::Screen 上顯示元素。
 
void Render (Screen &screen, Node *node)
 ftxui::Screen 上顯示元素。
 
void Render (Screen &screen, Node *node, Selection &selection)
 
std::string GetNodeSelectedContent (Screen &screen, Node *node, Selection &selection)
 

Function Documentation

◆ Render()

void Render ( Screen & screen,
Node * node,
Selection & selection )

Definition at line 94 of file node.cpp.

◆ GetNodeSelectedContent()

std::string GetNodeSelectedContent ( Screen & screen,
Node * node,
Selection & selection )

Definition at line 164 of file node.cpp.