|
libscratchcpp
A library for C++ based Scratch project players
|
This is the complete list of members for libscratchcpp::Rect, including all inherited members.
| bottom() const | libscratchcpp::Rect | |
| clamp(double left, double top, double right, double bottom) | libscratchcpp::Rect | |
| contains(double x, double y) const | libscratchcpp::Rect | |
| height() const | libscratchcpp::Rect | |
| intersected(const Rect &a, const Rect &b, Rect &dst) | libscratchcpp::Rect | static |
| intersects(const Rect &rect) const | libscratchcpp::Rect | |
| left() const | libscratchcpp::Rect | |
| Rect(double left, double top, double right, double bottom) | libscratchcpp::Rect | |
| Rect() | libscratchcpp::Rect | |
| right() const | libscratchcpp::Rect | |
| setBottom(double bottom) | libscratchcpp::Rect | |
| setLeft(double left) | libscratchcpp::Rect | |
| setRight(double right) | libscratchcpp::Rect | |
| setTop(double top) | libscratchcpp::Rect | |
| snapToInt() | libscratchcpp::Rect | |
| top() const | libscratchcpp::Rect | |
| united(const Rect &a, const Rect &b, Rect &dst) | libscratchcpp::Rect | static |
| width() const | libscratchcpp::Rect |