Classes | |
class | Cell |
class | DisplayUnit |
class | Module |
class | PropertyColumnWidths |
class | PropertyRowHeights |
class | PropertySheet |
class | PropertySpreadsheetQuantity |
Spreadsheet quantity property This is a property for quantities, and unlike its ancestor implements Copy() and Paste() methods. More... | |
class | Sheet |
class | SheetObserver |
Typedefs | |
typedef App::FeaturePythonT< Sheet > | SheetPython |
Functions | |
SpreadsheetExport std::string | columnName (int col) |
Encode col as a string. More... | |
SpreadsheetExport void | createRectangles (std::set< std::pair< int, int > > &cells, std::map< std::pair< int, int >, std::pair< int, int > > &rectangles) |
PyObject * | initModule () |
SpreadsheetExport std::string | quote (const std::string &input) |
SpreadsheetExport std::string | rowName (int row) |
Encode row as a string. More... | |
SpreadsheetExport std::string | unquote (const std::string &input) |
std::string Spreadsheet::columnName | ( | int | col | ) |
Encode col as a string.
col | Column given as a 0-based column position. |
Referenced by SpreadsheetGui::SheetTableView::insertColumns(), SpreadsheetGui::SheetTableView::insertColumnsAfter(), SpreadsheetGui::SheetTableView::removeColumns(), and Spreadsheet::PropertyColumnWidths::Save().
void Spreadsheet::createRectangles | ( | std::set< std::pair< int, int > > & | cells, |
std::map< std::pair< int, int >, std::pair< int, int > > & | rectangles | ||
) |
PyObject * Spreadsheet::initModule | ( | ) |
References Base::InterpreterSingleton::addModule(), and Base::Interpreter().
std::string Spreadsheet::quote | ( | const std::string & | input | ) |
Referenced by Spreadsheet::Sheet::getCharsFromPrefs().
std::string Spreadsheet::rowName | ( | int | row | ) |
Encode row as a string.
row | Row given as a 0-based row position. |
Referenced by SpreadsheetGui::SheetTableView::insertRows(), SpreadsheetGui::SheetTableView::insertRowsAfter(), SpreadsheetGui::SheetTableView::removeRows(), and Spreadsheet::PropertyRowHeights::Save().
std::string Spreadsheet::unquote | ( | const std::string & | input | ) |