|
|
Donner
C++20 SVG rendering library
|
This is the complete list of members for donner::Box< T >, including all inherited members.
| addBox(const Box< T > &box) | donner::Box< T > | inline |
| addPoint(const Vector2< T > &point) | donner::Box< T > | inline |
| bottomRight | donner::Box< T > | |
| Box() | donner::Box< T > | inline |
| Box(const Vector2< T > &topLeft, const Vector2< T > &bottomRight) | donner::Box< T > | inline |
| Box(const Box< T > &other)=default | donner::Box< T > | |
| Box(Box< T > &&other) noexcept=default | donner::Box< T > | |
| contains(const Vector2< T > &point) const | donner::Box< T > | inline |
| CreateEmpty(const Vector2< T > &point) | donner::Box< T > | inlinestatic |
| FromXYWH(T x, T y, T width, T height) | donner::Box< T > | inlinestatic |
| height() const | donner::Box< T > | inline |
| inflatedBy(T amount) const | donner::Box< T > | inline |
| isEmpty() const | donner::Box< T > | inline |
| operator!=(const Box< T > &rhs) const | donner::Box< T > | inline |
| operator+(const Vector2< T > &vec) const | donner::Box< T > | inline |
| operator+=(const Vector2< T > &vec) | donner::Box< T > | inline |
| operator-(const Vector2< T > &vec) const | donner::Box< T > | inline |
| operator-=(const Vector2< T > &vec) | donner::Box< T > | inline |
| operator<<(std::ostream &os, const Box< T > &box) | donner::Box< T > | friend |
| operator=(const Box< T > &other)=default | donner::Box< T > | |
| operator=(Box< T > &&other) noexcept=default | donner::Box< T > | |
| operator==(const Box< T > &other) const | donner::Box< T > | inline |
| size() const | donner::Box< T > | inline |
| toOrigin() const | donner::Box< T > | inline |
| topLeft | donner::Box< T > | |
| Union(const Box< T > &a, const Box< T > &b) | donner::Box< T > | inlinestatic |
| width() const | donner::Box< T > | inline |
| WithSize(const Vector2< T > &size) | donner::Box< T > | inlinestatic |
| ~Box()=default | donner::Box< T > |