the spreadsheet of a Quattro Spreadsheet
More...
the spreadsheet of a Quattro Spreadsheet
◆ Spreadsheet()
◆ compressRowHeights()
void QuattroSpreadsheetInternal::Spreadsheet::compressRowHeights |
( |
| ) |
|
|
inline |
try to compress the list of row height
◆ empty()
bool QuattroSpreadsheetInternal::Spreadsheet::empty |
( |
| ) |
const |
|
inline |
returns true if the spreedsheet is empty
◆ getCell()
return a cell corresponding to a spreadsheet, create one if needed
◆ getPosition()
Vec2f QuattroSpreadsheetInternal::Spreadsheet::getPosition |
( |
Vec2i const & | cell | ) |
const |
|
inline |
returns the cell position
◆ getRowHeight() [1/2]
float QuattroSpreadsheetInternal::Spreadsheet::getRowHeight |
( |
int | row | ) |
const |
|
inline |
returns the row size in point
◆ getRowHeight() [2/2]
float QuattroSpreadsheetInternal::Spreadsheet::getRowHeight |
( |
int | row, |
|
|
int & | numRepeated ) const |
|
inline |
returns the height of a row in point and updated repeated row
◆ getWidths()
std::vector< WPSColumnFormat > QuattroSpreadsheetInternal::Spreadsheet::getWidths |
( |
| ) |
const |
|
inline |
return the columns format
◆ setColumnWidth()
void QuattroSpreadsheetInternal::Spreadsheet::setColumnWidth |
( |
int | col, |
|
|
int | w = -1 ) |
|
inline |
◆ setRowHeight()
void QuattroSpreadsheetInternal::Spreadsheet::setRowHeight |
( |
int | row, |
|
|
int | h ) |
|
inline |
set the rows size in TWIP
◆ setRowHeights()
void QuattroSpreadsheetInternal::Spreadsheet::setRowHeights |
( |
int | minRow, |
|
|
int | maxRow, |
|
|
int | h ) |
|
inline |
set the rows size in TWIP
◆ m_dummyCell
Cell QuattroSpreadsheetInternal::Spreadsheet::m_dummyCell |
|
mutable |
◆ m_heightDefault
float QuattroSpreadsheetInternal::Spreadsheet::m_heightDefault |
◆ m_id
int QuattroSpreadsheetInternal::Spreadsheet::m_id |
◆ m_numCols
int QuattroSpreadsheetInternal::Spreadsheet::m_numCols |
◆ m_positionToCellMap
std::map<Vec2i, Cell> QuattroSpreadsheetInternal::Spreadsheet::m_positionToCellMap |
◆ m_rowHeightMap
std::map<Vec2i,int> QuattroSpreadsheetInternal::Spreadsheet::m_rowHeightMap |
◆ m_widthCols
std::vector<int> QuattroSpreadsheetInternal::Spreadsheet::m_widthCols |
◆ m_widthDefault
float QuattroSpreadsheetInternal::Spreadsheet::m_widthDefault |
The documentation for this class was generated from the following file: