|
Engauge Digitizer 2
|
Model for FittingWindow. More...
#include <FittingModel.h>


Public Member Functions | |
| FittingModel () | |
| Single constructor. | |
| virtual | ~FittingModel () |
| virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
| Override for special processing. | |
| Public Member Functions inherited from WindowModelBase | |
| WindowModelBase () | |
| Single constructor. | |
| virtual | ~WindowModelBase () |
| QMimeData * | mimeData (const QModelIndexList &indexes) const |
| Support dragging of multiple cells. | |
| QString | selectionAsHtml () const |
| Convert the selection into exportable html which is good for spreadsheets. | |
| QString | selectionAsText (ExportDelimiter delimiter) const |
| Convert the selection into exportable text which is good for text editors. | |
| void | setDelimiter (ExportDelimiter delimiter) |
| Save output delimiter. | |
| void | setView (WindowTable &view) |
| Save the view so this class can access the current selection. | |
Model for FittingWindow.
Definition at line 14 of file FittingModel.h.
| FittingModel::FittingModel | ( | ) |
|
virtual |
Definition at line 17 of file FittingModel.cpp.
|
virtual |
Override for special processing.
Definition at line 21 of file FittingModel.cpp.