#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(), Base::Persistence::getClassTypeId(), Base::UnitsApi::getDecimals(), Spreadsheet::Cell::getDisplayUnit(), Spreadsheet::Cell::getException(), Spreadsheet::Cell::getExpression(), Spreadsheet::Cell::getForeground(), Spreadsheet::Sheet::getPropertyByName(), Spreadsheet::Cell::getStringContent(), Spreadsheet::Cell::getStyle(), App::PropertyQuantity::getUnit(), App::PropertyQuantity::getValue(), App::PropertyString::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 ArchSchedule.CommandArchSchedule::IsActive().
◆ 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:
- src/Mod/Spreadsheet/Gui/SheetModel.h
- src/Mod/Spreadsheet/Gui/SheetModel.cpp