WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
webcface::components Namespace Reference

Namespaces

namespace  geometries
 

Classes

struct  Box
 
struct  Circle
 
struct  Cylinder
 
struct  Line
 
struct  Plane
 
struct  Polygon
 
struct  Sphere
 

Typedefs

using Rect = Plane
 

Functions

TemporalGeometry line (const Point &begin, const Point &end)
 
TemporalGeometry polygon (const std::vector< Point > &points)
 
TemporalGeometry plane (const Transform &origin, double width, double height)
 
TemporalGeometry rect (const Point &origin, double width, double height)
 
TemporalGeometry rect (const Point &p1, const Point &p2)
 
TemporalGeometry box (const Point &vertex1, const Point &vertex2)
 
TemporalGeometry circle (const Transform &origin, double radius)
 
TemporalGeometry circle (const Point &origin, double radius)
 
TemporalGeometry cylinder (const Transform &origin, double radius, double length)
 
TemporalGeometry sphere (const Point &origin, double radius)
 
TemporalComponent< true, true, false > text (std::string_view text)
 textコンポーネント
 
TemporalComponent< true, true, false > text (std::wstring_view text)
 textコンポーネント (wstring)
 
TemporalViewComponent newLine ()
 newLineコンポーネント
 
template<typename T >
TemporalViewComponent button (std::string_view text, T &&func)
 buttonコンポーネント
 
template<typename T >
TemporalViewComponent button (std::wstring_view text, T &&func)
 buttonコンポーネント (wstring)
 
TemporalViewComponent textInput (std::string_view text="")
 
TemporalViewComponent textInput (std::wstring_view text)
 
TemporalViewComponent decimalInput (std::string_view text="")
 
TemporalViewComponent decimalInput (std::wstring_view text)
 
TemporalViewComponent numberInput (std::string_view text="")
 
TemporalViewComponent numberInput (std::wstring_view text)
 
TemporalViewComponent toggleInput (std::string_view text="")
 
TemporalViewComponent toggleInput (std::wstring_view text)
 
TemporalViewComponent selectInput (std::string_view text="")
 
TemporalViewComponent selectInput (std::wstring_view text)
 
TemporalViewComponent sliderInput (std::string_view text="")
 
TemporalViewComponent sliderInput (std::wstring_view text)
 
TemporalViewComponent checkInput (std::string_view text="")
 
TemporalViewComponent checkInput (std::wstring_view text)
 

Function Documentation

◆ button() [1/2]

template<typename T >
TemporalViewComponent button ( std::string_view  text,
T &&  func 
)
inline

buttonコンポーネント

◆ button() [2/2]

template<typename T >
TemporalViewComponent button ( std::wstring_view  text,
T &&  func 
)
inline

buttonコンポーネント (wstring)

Since
ver2.0

◆ checkInput() [1/2]

TemporalViewComponent checkInput ( std::string_view  text = "")
inline

◆ checkInput() [2/2]

TemporalViewComponent checkInput ( std::wstring_view  text)
inline

◆ decimalInput() [1/2]

TemporalViewComponent decimalInput ( std::string_view  text = "")
inline

◆ decimalInput() [2/2]

TemporalViewComponent decimalInput ( std::wstring_view  text)
inline

◆ newLine()

TemporalViewComponent newLine ( )
inline

newLineコンポーネント

◆ numberInput() [1/2]

TemporalViewComponent numberInput ( std::string_view  text = "")
inline

◆ numberInput() [2/2]

TemporalViewComponent numberInput ( std::wstring_view  text)
inline

◆ selectInput() [1/2]

TemporalViewComponent selectInput ( std::string_view  text = "")
inline

◆ selectInput() [2/2]

TemporalViewComponent selectInput ( std::wstring_view  text)
inline

◆ sliderInput() [1/2]

TemporalViewComponent sliderInput ( std::string_view  text = "")
inline

◆ sliderInput() [2/2]

TemporalViewComponent sliderInput ( std::wstring_view  text)
inline

◆ text() [1/2]

TemporalComponent< true, true, false > text ( std::string_view  text)
inline

textコンポーネント

◆ text() [2/2]

TemporalComponent< true, true, false > text ( std::wstring_view  text)
inline

textコンポーネント (wstring)

Since
ver2.0

◆ textInput() [1/2]

TemporalViewComponent textInput ( std::string_view  text = "")
inline

◆ textInput() [2/2]

TemporalViewComponent textInput ( std::wstring_view  text)
inline

◆ toggleInput() [1/2]

TemporalViewComponent toggleInput ( std::string_view  text = "")
inline

◆ toggleInput() [2/2]

TemporalViewComponent toggleInput ( std::wstring_view  text)
inline