#include <widgets.h>
Public Member Functions | |
| PlaygroundPoint (Point default_position, Scalar p_radius, Color p_color) | |
| PlaygroundPoint (const PlaygroundPoint &)=delete | |
| PlaygroundPoint (PlaygroundPoint &&)=delete | |
| PlaygroundPoint & | operator= (const PlaygroundPoint &)=delete |
Public Attributes | |
| Point | position |
| Point | reset_position |
| bool | dragging = false |
| std::optional< Point > | prev_mouse_pos |
| Scalar | radius |
| Color | color |
|
inline |
|
delete |
|
delete |
|
delete |
| Color impeller::PlaygroundPoint::color |
Definition at line 32 of file widgets.h.
Referenced by impeller::DrawPlaygroundLine(), and impeller::DrawPlaygroundPoint().
| bool impeller::PlaygroundPoint::dragging = false |
Definition at line 29 of file widgets.h.
Referenced by impeller::DrawPlaygroundPoint().
| Point impeller::PlaygroundPoint::position |
Definition at line 27 of file widgets.h.
Referenced by impeller::DrawPlaygroundPoint().
| std::optional<Point> impeller::PlaygroundPoint::prev_mouse_pos |
Definition at line 30 of file widgets.h.
Referenced by impeller::DrawPlaygroundPoint().
| Scalar impeller::PlaygroundPoint::radius |
Definition at line 31 of file widgets.h.
Referenced by impeller::DrawPlaygroundLine(), and impeller::DrawPlaygroundPoint().
| Point impeller::PlaygroundPoint::reset_position |
Definition at line 28 of file widgets.h.
Referenced by impeller::DrawPlaygroundPoint().