Flutter Engine
The Flutter Engine
|
#include <ax_relative_bounds.h>
Public Member Functions | |
AXRelativeBounds () | |
virtual | ~AXRelativeBounds () |
AXRelativeBounds (const AXRelativeBounds &other) | |
AXRelativeBounds & | operator= (AXRelativeBounds other) |
bool | operator!= (const AXRelativeBounds &other) const |
bool | operator== (const AXRelativeBounds &other) const |
std::string | ToString () const |
Public Attributes | |
int32_t | offset_container_id |
gfx::RectF | bounds |
std::unique_ptr< gfx::Transform > | transform |
Definition at line 33 of file ax_relative_bounds.h.
ui::AXRelativeBounds::AXRelativeBounds | ( | ) |
Definition at line 16 of file ax_relative_bounds.cc.
|
virtual |
Definition at line 18 of file ax_relative_bounds.cc.
ui::AXRelativeBounds::AXRelativeBounds | ( | const AXRelativeBounds & | other | ) |
Definition at line 20 of file ax_relative_bounds.cc.
bool ui::AXRelativeBounds::operator!= | ( | const AXRelativeBounds & | other | ) | const |
Definition at line 49 of file ax_relative_bounds.cc.
AXRelativeBounds & ui::AXRelativeBounds::operator= | ( | AXRelativeBounds | other | ) |
Definition at line 27 of file ax_relative_bounds.cc.
bool ui::AXRelativeBounds::operator== | ( | const AXRelativeBounds & | other | ) | const |
Definition at line 37 of file ax_relative_bounds.cc.
std::string ui::AXRelativeBounds::ToString | ( | ) | const |
Definition at line 53 of file ax_relative_bounds.cc.
gfx::RectF ui::AXRelativeBounds::bounds |
Definition at line 49 of file ax_relative_bounds.h.
int32_t ui::AXRelativeBounds::offset_container_id |
Definition at line 46 of file ax_relative_bounds.h.
std::unique_ptr<gfx::Transform> ui::AXRelativeBounds::transform |
Definition at line 56 of file ax_relative_bounds.h.