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

Go to the source code of this file.

Namespaces

namespace  ftxui
 FTXUI ftxui:: 名前空間
 

Functions

Element selectionStyleReset (Element child)
 要素の選択スタイルをリセットします。
 
Decorator selectionBackgroundColor (Color foreground)
 要素が選択されたときの背景色を設定します。 スタイルは既存のスタイルに重ねて適用されることに注意してください。
 
Decorator selectionForegroundColor (Color foreground)
 要素が選択されたときの描画色を設定します。 スタイルは既存のスタイルに重ねて適用されることに注意してください。
 
Decorator selectionColor (Color foreground)
 要素が選択されたときの色を設定します。
 
Decorator selectionStyle (std::function< void(Pixel &)> style)
 要素が選択されたときのスタイルを設定します。
 

Variable Documentation

◆ style_

std::function<void(Pixel&)> style_

Definition at line 46 of file selection_style.cpp.