This is the complete list of members for ot::TableRange, including all inherited members.
| addToJsonObject(JsonValue &_object, JsonAllocator &_allocator) const override | ot::TableRange | virtual | 
| ot::Serializable::addToJsonObject(ot::JsonValue &_object, ot::JsonAllocator &_allocator) const =0 | ot::Serializable | pure virtual | 
| getBottomRow() const | ot::TableRange | inline | 
| getLeftColumn() const | ot::TableRange | inline | 
| getRightColumn() const | ot::TableRange | inline | 
| getTopRow() const | ot::TableRange | inline | 
| operator!=(const TableRange &other) | ot::TableRange | |
| operator=(const TableRange &other) | ot::TableRange | |
| operator==(const TableRange &other) | ot::TableRange | |
| Serializable() | ot::Serializable | inline | 
| setBottomRow(int _bottomRow) | ot::TableRange | inline | 
| setFromJsonObject(const ConstJsonObject &_object) override | ot::TableRange | virtual | 
| setLeftColumn(int _leftColumn) | ot::TableRange | inline | 
| setRightColumn(int _rightColumn) | ot::TableRange | inline | 
| setTopRow(int _topRow) | ot::TableRange | inline | 
| TableRange() | ot::TableRange | |
| TableRange(int _topRow, int _leftColumn, int _bottomRow, int _rightColumn) | ot::TableRange | |
| TableRange(const TableRange &other) | ot::TableRange | |
| ~Serializable() | ot::Serializable | inlinevirtual |