#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.
References bounds, offset_container_id, and transform.
| bool ui::AXRelativeBounds::operator!= | ( | const AXRelativeBounds & | other | ) | const |
Definition at line 49 of file ax_relative_bounds.cc.
References operator==().
| AXRelativeBounds & ui::AXRelativeBounds::operator= | ( | AXRelativeBounds | other | ) |
Definition at line 27 of file ax_relative_bounds.cc.
References bounds, offset_container_id, and transform.
| bool ui::AXRelativeBounds::operator== | ( | const AXRelativeBounds & | other | ) | const |
Definition at line 37 of file ax_relative_bounds.cc.
References bounds, offset_container_id, and transform.
Referenced by operator!=().
| std::string ui::AXRelativeBounds::ToString | ( | ) | const |
Definition at line 53 of file ax_relative_bounds.cc.
References bounds, gfx::RectF::height(), offset_container_id, transform, gfx::RectF::width(), gfx::RectF::x(), and gfx::RectF::y().
Referenced by ui::operator<<(), and ui::AXNodeData::ToString().
| gfx::RectF ui::AXRelativeBounds::bounds |
Definition at line 49 of file ax_relative_bounds.h.
Referenced by ui::TestAXNodeWrapper::AccessibilityPerformAction(), AXRelativeBounds(), ui::AXPlatformNodeTextRangeProviderTest::BuildAXTreeForBoundingRectangles(), ui::TestAXNodeWrapper::GetLocation(), operator=(), operator==(), ui::AXNode::SetLocation(), ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), ui::TEST_F(), and ToString().
| int32_t ui::AXRelativeBounds::offset_container_id |
Definition at line 46 of file ax_relative_bounds.h.
Referenced by AXRelativeBounds(), operator=(), operator==(), ui::AXNode::SetLocation(), and ToString().
| std::unique_ptr<gfx::Transform> ui::AXRelativeBounds::transform |
Definition at line 56 of file ax_relative_bounds.h.
Referenced by AXRelativeBounds(), operator=(), operator==(), ui::AXNode::SetLocation(), and ToString().