#include <ax_node_text_styles.h>
Public Member Functions | |
| AXNodeTextStyles () | |
| AXNodeTextStyles (const AXNodeTextStyles &other)=delete | |
| AXNodeTextStyles & | operator= (const AXNodeTextStyles &)=delete |
| AXNodeTextStyles (AXNodeTextStyles &&other) | |
| AXNodeTextStyles & | operator= (AXNodeTextStyles &&other) |
| bool | operator== (const AXNodeTextStyles &other) const |
| bool | operator!= (const AXNodeTextStyles &other) const |
| bool | IsUnset () const |
Public Attributes | |
| int32_t | background_color |
| int32_t | color |
| int32_t | invalid_state |
| int32_t | overline_style |
| int32_t | strikethrough_style |
| int32_t | text_direction |
| int32_t | text_position |
| int32_t | text_style |
| int32_t | underline_style |
| float | font_size |
| float | font_weight |
| std::string | font_family |
Definition at line 18 of file ax_node_text_styles.h.
| ui::AXNodeTextStyles::AXNodeTextStyles | ( | ) |
Definition at line 10 of file ax_node_text_styles.cc.
|
delete |
| ui::AXNodeTextStyles::AXNodeTextStyles | ( | AXNodeTextStyles && | other | ) |
Definition at line 23 of file ax_node_text_styles.cc.
| bool ui::AXNodeTextStyles::IsUnset | ( | ) | const |
Definition at line 71 of file ax_node_text_styles.cc.
References background_color, font_family, font_size, font_weight, invalid_state, kUnsetValue, overline_style, strikethrough_style, text_position, text_style, and underline_style.
Referenced by ui::AXNodePosition::GetTextStyles().
| bool ui::AXNodeTextStyles::operator!= | ( | const AXNodeTextStyles & | other | ) | const |
Definition at line 67 of file ax_node_text_styles.cc.
References operator==().
| AXNodeTextStyles & ui::AXNodeTextStyles::operator= | ( | AXNodeTextStyles && | other | ) |
Definition at line 37 of file ax_node_text_styles.cc.
References background_color, color, font_family, font_size, font_weight, invalid_state, overline_style, strikethrough_style, text_direction, text_position, text_style, and underline_style.
|
delete |
| bool ui::AXNodeTextStyles::operator== | ( | const AXNodeTextStyles & | other | ) | const |
Definition at line 54 of file ax_node_text_styles.cc.
References background_color, color, font_family, font_size, font_weight, invalid_state, overline_style, strikethrough_style, text_direction, text_position, text_style, and underline_style.
Referenced by operator!=().
| int32_t ui::AXNodeTextStyles::background_color |
Definition at line 35 of file ax_node_text_styles.h.
Referenced by ui::AXNodeData::GetTextStyles(), IsUnset(), operator=(), and operator==().
| int32_t ui::AXNodeTextStyles::color |
Definition at line 36 of file ax_node_text_styles.h.
Referenced by ui::AXNodeData::GetTextStyles(), operator=(), and operator==().
| std::string ui::AXNodeTextStyles::font_family |
Definition at line 46 of file ax_node_text_styles.h.
Referenced by ui::AXNodeData::GetTextStyles(), IsUnset(), operator=(), and operator==().
| float ui::AXNodeTextStyles::font_size |
Definition at line 44 of file ax_node_text_styles.h.
Referenced by ui::AXNodeData::GetTextStyles(), IsUnset(), operator=(), and operator==().
| float ui::AXNodeTextStyles::font_weight |
Definition at line 45 of file ax_node_text_styles.h.
Referenced by ui::AXNodeData::GetTextStyles(), IsUnset(), operator=(), and operator==().
| int32_t ui::AXNodeTextStyles::invalid_state |
Definition at line 37 of file ax_node_text_styles.h.
Referenced by ui::AXNodeData::GetTextStyles(), IsUnset(), operator=(), and operator==().
| int32_t ui::AXNodeTextStyles::overline_style |
Definition at line 38 of file ax_node_text_styles.h.
Referenced by ui::AXNodeData::GetTextStyles(), IsUnset(), operator=(), and operator==().
| int32_t ui::AXNodeTextStyles::strikethrough_style |
Definition at line 39 of file ax_node_text_styles.h.
Referenced by ui::AXNodeData::GetTextStyles(), IsUnset(), operator=(), and operator==().
| int32_t ui::AXNodeTextStyles::text_direction |
Definition at line 40 of file ax_node_text_styles.h.
Referenced by ui::AXNodeData::GetTextStyles(), operator=(), and operator==().
| int32_t ui::AXNodeTextStyles::text_position |
Definition at line 41 of file ax_node_text_styles.h.
Referenced by ui::AXNodeData::GetTextStyles(), IsUnset(), operator=(), and operator==().
| int32_t ui::AXNodeTextStyles::text_style |
Definition at line 42 of file ax_node_text_styles.h.
Referenced by ui::AXNodeData::GetTextStyles(), IsUnset(), operator=(), and operator==().
| int32_t ui::AXNodeTextStyles::underline_style |
Definition at line 43 of file ax_node_text_styles.h.
Referenced by ui::AXNodeData::GetTextStyles(), IsUnset(), operator=(), and operator==().