7#ifndef GEOMETRY_MODEL_H
8#define GEOMETRY_MODEL_H
34 int rowToBeHighlighted ()
const;
36 int m_rowToBeHighlighted;
const int INNER_RADIUS_MIN
Model that adds row highlighting according to the currently select point identifier.
GeometryModel()
Single constructor.
void setCurrentPointIdentifier(const QString &pointIdentifier)
Set the point identifier to be highlighted. Value is empty for no highlighting.
void setPotentialExportAmbiguity(const QVector< bool > &isPotentialExportAmbiguity)
Remember which rows could have ambiguities during export - these will be highlighted.
virtual QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
Override for special processing.