#include <SpreadsheetView.h>
Public Types | |
| using | BaseType = Py::PythonExtension< SheetViewPy > |
Public Member Functions | |
| Py::Object | cast_to_base (const Py::Tuple &) |
| Py::Object | currentIndex (const Py::Tuple &) |
| Py::Object | getattr (const char *) |
| Py::Object | getSheet (const Py::Tuple &) |
| SheetView * | getSheetViewPtr () |
| Py::Object | repr () |
| Py::Object | select (const Py::Tuple &) |
| Py::Object | selectedCells (const Py::Tuple &) |
| Py::Object | selectedRanges (const Py::Tuple &) |
| Py::Object | setCurrentIndex (const Py::Tuple &) |
| SheetViewPy (SheetView *mdi) | |
| ~SheetViewPy () | |
Static Public Member Functions | |
| static void | init_type () |
Protected Attributes | |
| Gui::MDIViewPy | base |
| using SpreadsheetGui::SheetViewPy::BaseType = Py::PythonExtension<SheetViewPy> |
| SheetViewPy::SheetViewPy | ( | SheetView * | mdi | ) |
| SheetViewPy::~SheetViewPy | ( | ) |
| Py::Object SheetViewPy::cast_to_base | ( | const Py::Tuple & | ) |
References Gui::MDIViewPy::create().
Referenced by init_type().
| Py::Object SheetViewPy::currentIndex | ( | const Py::Tuple & | args | ) |
References SpreadsheetGui::SheetView::currentIndex(), getSheetViewPtr(), and App::CellAddress::toString().
Referenced by init_type().
| Py::Object SheetViewPy::getattr | ( | const char * | attr | ) |
References getSheetViewPtr().
| Py::Object SheetViewPy::getSheet | ( | const Py::Tuple & | args | ) |
References getSheet(), and getSheetViewPtr().
Referenced by getSheet(), and init_type().
| SheetView * SheetViewPy::getSheetViewPtr | ( | ) |
Referenced by currentIndex(), getattr(), getSheet(), repr(), select(), selectedCells(), selectedRanges(), and setCurrentIndex().
|
static |
References cast_to_base(), currentIndex(), getSheet(), select(), selectedCells(), selectedRanges(), and setCurrentIndex().
| Py::Object SheetViewPy::repr | ( | ) |
References getSheetViewPtr().
| Py::Object SheetViewPy::select | ( | const Py::Tuple & | _args | ) |
References getSheetViewPtr(), and SpreadsheetGui::SheetView::select().
Referenced by init_type().
| Py::Object SheetViewPy::selectedCells | ( | const Py::Tuple & | args | ) |
References getSheetViewPtr(), SpreadsheetGui::SheetView::selectedIndexes(), and App::CellAddress::toString().
Referenced by init_type().
| Py::Object SheetViewPy::selectedRanges | ( | const Py::Tuple & | args | ) |
References getSheetViewPtr(), and SpreadsheetGui::SheetView::selectedRanges().
Referenced by init_type().
| Py::Object SheetViewPy::setCurrentIndex | ( | const Py::Tuple & | args | ) |
References getSheetViewPtr(), and SpreadsheetGui::SheetView::setCurrentIndex().
Referenced by init_type().
|
protected |
Referenced by automotive_design.mechanism_base_placement::representation_relationship_rep_2(), PathTests.TestPathStock.TestPathStock::test12(), automotive_design.alternate_product_relationship::wr1(), config_control_design.alternate_product_relationship::wr1(), automotive_design.assembly_component_usage_substitute::wr2(), and config_control_design.assembly_component_usage_substitute::wr2().