Engauge Digitizer
2
|
Model for FittingWindow. More...
#include <FittingModel.h>
Public Member Functions | |
FittingModel () | |
Single constructor. | |
virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
Override for special processing. | |
![]() | |
WindowModelBase () | |
Single constructor. | |
QMimeData * | mimeData (const QModelIndexList &indexes) const |
Support dragging of multiple cells. More... | |
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.