WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
components.h File Reference
Include dependency graph for components.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TemporalComponent< V, C2, C3 >
 Canvas2D, Canvas3D (, View) に要素をaddするときに使うインタフェース More...
 
class  TemporalGeometry
 
struct  Line
 
struct  Polygon
 
struct  Plane
 
struct  Box
 
struct  Circle
 
struct  Cylinder
 
struct  Sphere
 

Namespaces

namespace  webcface
 
namespace  webcface::internal
 
namespace  webcface::components
 
namespace  webcface::components::geometries
 

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)