|
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) |
|