This is the complete list of members for App::CellAddress, including all inherited members.
asInt() const | App::CellAddress | protected |
Cell enum name | App::CellAddress | |
CellAddress(int row=-1, int col=-1, bool absRow=false, bool absCol=false) | App::CellAddress | |
CellAddress(const char *address) | App::CellAddress | |
CellAddress(const std::string &address) | App::CellAddress | |
col() const | App::CellAddress | |
isAbsoluteCol() const | App::CellAddress | |
isAbsoluteRow() const | App::CellAddress | |
isValid() | App::CellAddress | |
MAX_COLUMNS | App::CellAddress | static |
MAX_ROWS | App::CellAddress | static |
operator!=(const CellAddress &other) const | App::CellAddress | |
operator<(const CellAddress &other) const | App::CellAddress | |
operator==(const CellAddress &other) const | App::CellAddress | |
operator>(const CellAddress &other) const | App::CellAddress | |
parseAbsoluteAddress(const char *txt) | App::CellAddress | |
row() const | App::CellAddress | |
setCol(int c, bool clip=false) | App::CellAddress | |
setRow(int r, bool clip=false) | App::CellAddress | |
toString(Cell=Cell::ShowFull) const | App::CellAddress |