#include <SheetModel.h>
◆ SheetModel() [1/2]
◆ ~SheetModel()
SheetModel::~SheetModel |
( |
| ) |
|
◆ SheetModel() [2/2]
SpreadsheetGui::SheetModel::SheetModel |
( |
QObject * |
parent | ) |
|
◆ columnCount()
int SheetModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
◆ data()
QVariant SheetModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
References Spreadsheet::Sheet::dependsOn(), Base::Tools::fromStdString(), Spreadsheet::Cell::getAlias(), Spreadsheet::Cell::getAlignment(), Spreadsheet::Cell::getBackground(), Spreadsheet::Sheet::getCell(), Spreadsheet::Sheet::getCells(), Base::Persistence::getClassTypeId(), Base::UnitsApi::getDecimals(), Spreadsheet::PropertySheet::getDirty(), Spreadsheet::Cell::getDisplayUnit(), Spreadsheet::Cell::getException(), Spreadsheet::Cell::getExpression(), Spreadsheet::Cell::getForeground(), Spreadsheet::Sheet::getPropertyByName(), App::PropertyQuantity::getQuantityValue(), Spreadsheet::Cell::getStringContent(), Spreadsheet::Cell::getStyle(), App::PropertyQuantity::getUnit(), Base::Quantity::getUserString(), App::PropertyString::getValue(), App::PropertyQuantity::getValue(), Spreadsheet::Cell::hasException(), Base::BaseClass::isDerivedFrom(), Base::Unit::isEmpty(), Spreadsheet::Sheet::providesTo(), Spreadsheet::DisplayUnit::scaler, Spreadsheet::DisplayUnit::stringRep, App::CellAddress::toString(), and Spreadsheet::DisplayUnit::unit.
Referenced by Mod.Show.mTempoVis.TempoVis::activateWorkbench(), Mod.Show.SceneDetail.SceneDetail::apply_data(), importIFClegacy.IfcSchema::capitalize(), Mod.Show.mTempoVis.TempoVis::forget(), Mod.Show.mTempoVis.TempoVis::forgetDetail(), Mod.Show.mTempoVis.TempoVis::has(), ArchSchedule.CommandArchSchedule::IsActive(), importIFClegacy.IfcSchema::readEntities(), importIFClegacy.IfcSchema::readTypes(), Mod.Show.mTempoVis.TempoVis::restore(), Mod.Show.mTempoVis.TempoVis::save(), Mod.Show.mTempoVis.TempoVis::stored_val(), FeaturePython.ViewProviderOctahedron::updateData(), and Dice3DS.dom3ds.UndefinedChunk::write().
◆ flags()
Qt::ItemFlags SheetModel::flags |
( |
const QModelIndex & |
| ) |
const |
◆ headerData()
QVariant SheetModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
◆ rowCount()
int SheetModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
◆ setData()
bool SheetModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role |
|
) |
| |
The documentation for this class was generated from the following files:
- FreeCAD/src/Mod/Spreadsheet/Gui/SheetModel.h
- FreeCAD/src/Mod/Spreadsheet/Gui/SheetModel.cpp