|
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 (const StringInitializer &text) |
| textコンポーネント
|
|
TemporalViewComponent | newLine () |
| newLineコンポーネント
|
|
template<typename T > |
TemporalViewComponent | button (const StringInitializer &text, T &&func) |
| buttonコンポーネント
|
|
template<typename T > |
TemporalViewComponent | button (std::wstring_view text, T &&func) |
| buttonコンポーネント (wstring)
|
|
TemporalViewComponent | textInput (const StringInitializer &text={}) |
|
TemporalViewComponent | decimalInput (const StringInitializer &text={}) |
|
TemporalViewComponent | numberInput (const StringInitializer &text={}) |
|
TemporalViewComponent | toggleInput (const StringInitializer &text={}) |
|
TemporalViewComponent | selectInput (const StringInitializer &text={}) |
|
TemporalViewComponent | sliderInput (const StringInitializer &text={}) |
|
TemporalViewComponent | checkInput (const StringInitializer &text={}) |
|