This is the complete list of members for ot::Margins, including all inherited members.
| addToJsonObject(JsonValue &_object, JsonAllocator &_allocator) const override | ot::Margins | virtual |
| ot::Serializable::addToJsonObject(ot::JsonValue &_object, ot::JsonAllocator &_allocator) const =0 | ot::Serializable | privatepure virtual |
| bottom(void) const | ot::Margins | inline |
| left(void) const | ot::Margins | inline |
| Margins() | ot::Margins | inline |
| Margins(int _left, int _top, int _right, int _bottom) | ot::Margins | inline |
| Margins(const Margins &_other) | ot::Margins | inline |
| operator=(const Margins &_other) | ot::Margins | |
| right(void) const | ot::Margins | inline |
| setBottom(int _margin) | ot::Margins | inline |
| setFromJsonObject(const ConstJsonObject &_object) override | ot::Margins | virtual |
| setLeft(int _margin) | ot::Margins | inline |
| setRight(int _margin) | ot::Margins | inline |
| setTop(int _margin) | ot::Margins | inline |
| top(void) const | ot::Margins | inline |
| ~Margins() | ot::Margins | inlinevirtual |