|
| Rect (const char *jsonData) noexcept(false) |
|
| Rect (const nx::kit::Json &json) noexcept(false) |
|
| Rect (double x, double y, double w, double h) |
|
template<typename T > |
| Rect (const T &)=delete |
|
bool | operator== (const Rect &) const |
|
nx::kit::Json | to_json () const |
|
bool | isEmpty () const |
|
bool | intersectsWith (const Rect &other) const |
|
double | left () const |
|
double | top () const |
|
double | right () const |
|
double | bottom () const |
|
|
double | x = 0 |
|
double | y = 0 |
|
double | w = 0 |
|
double | h = 0 |
|
The documentation for this struct was generated from the following files:
- src/nx/sdk/cloud_storage/helpers/data.h
- src/nx/sdk/cloud_storage/helpers/data.cpp