#include <Range.h>
|
unsigned int | asInt () const |
|
◆ CellAddress() [1/3]
App::CellAddress::CellAddress |
( |
int |
row = -1 , |
|
|
int |
col = -1 , |
|
|
bool |
absRow = false , |
|
|
bool |
absCol = false |
|
) |
| |
◆ CellAddress() [2/3]
App::CellAddress::CellAddress |
( |
const char * |
address | ) |
|
◆ CellAddress() [3/3]
App::CellAddress::CellAddress |
( |
const std::string & |
address | ) |
|
◆ asInt()
unsigned int App::CellAddress::asInt |
( |
| ) |
const |
|
protected |
◆ col()
int App::CellAddress::col |
( |
| ) |
const |
◆ isAbsoluteCol()
bool App::CellAddress::isAbsoluteCol |
( |
| ) |
const |
◆ isAbsoluteRow()
bool App::CellAddress::isAbsoluteRow |
( |
| ) |
const |
◆ isValid()
bool App::CellAddress::isValid |
( |
| ) |
|
◆ operator!=()
◆ operator<()
◆ operator==()
◆ parseAbsoluteAddress()
bool App::CellAddress::parseAbsoluteAddress |
( |
const char * |
txt | ) |
|
◆ row()
int App::CellAddress::row |
( |
| ) |
const |
◆ setCol()
void App::CellAddress::setCol |
( |
int |
c | ) |
|
◆ setRow()
void App::CellAddress::setRow |
( |
int |
r | ) |
|
◆ toString()
std::string App::CellAddress::toString |
( |
bool |
noAbsolute = false | ) |
const |
Convert given cell address into its string representation.
- Returns
- Address given as a string.
Referenced by SpreadsheetGui::SheetModel::data(), SpreadsheetGui::SheetView::editingFinished(), Drawing::FeatureViewSpreadsheet::execute(), Spreadsheet::Sheet::getAddressFromAlias(), Spreadsheet::Cell::getFormattedQuantity(), Spreadsheet::Sheet::getProperty(), Spreadsheet::Sheet::getPropertyByName(), TechDraw::DrawViewSpreadsheet::getSheetImage(), Spreadsheet::PropertySheet::moveCell(), Spreadsheet::Sheet::setFloatProperty(), Spreadsheet::Sheet::setIntegerProperty(), Spreadsheet::Sheet::setObjectProperty(), Spreadsheet::Sheet::setQuantityProperty(), Spreadsheet::Sheet::setStringProperty(), and Spreadsheet::Sheet::updateAlias().
◆ MAX_COLUMNS
const int App::CellAddress::MAX_COLUMNS = 26 * 26 + 26 |
|
static |
◆ MAX_ROWS
const int App::CellAddress::MAX_ROWS = 16384 |
|
static |
The documentation for this struct was generated from the following files:
- src/App/Range.h
- src/App/Range.cpp