#include <ax_event_intent.h>
Definition at line 19 of file ax_event_intent.h.
◆ AXEventIntent() [1/3]
ui::AXEventIntent::AXEventIntent |
( |
| ) |
|
|
default |
◆ AXEventIntent() [2/3]
Definition at line 13 of file ax_event_intent.cc.
ax::mojom::Command command
ax::mojom::TextBoundary text_boundary
ax::mojom::MoveDirection move_direction
◆ ~AXEventIntent()
ui::AXEventIntent::~AXEventIntent |
( |
| ) |
|
|
virtualdefault |
◆ AXEventIntent() [3/3]
◆ operator=()
◆ ToString()
std::string ui::AXEventIntent::ToString |
( |
| ) |
const |
Definition at line 35 of file ax_event_intent.cc.
35 {
38}
const char * ToString(ax::mojom::Event event)
◆ operator!=
◆ operator==
Definition at line 26 of file ax_event_intent.cc.
26 {
27 return a.command ==
b.command &&
a.text_boundary ==
b.text_boundary &&
28 a.move_direction ==
b.move_direction;
29}
◆ command
◆ move_direction
◆ text_boundary
The documentation for this struct was generated from the following files: