Model that adds row highlighting according to the currently select point identifier. More...
#include <GeometryModel.h>
Public Member Functions | |
| GeometryModel () | |
| Single constructor. | |
| virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
| Override for special processing. | |
| void | setCurrentPointIdentifier (const QString &pointIdentifier) |
| Set the point identifier to be highlighted. Value is empty for no highlighting. | |
Public Member Functions inherited from WindowModelBase | |
| 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 that adds row highlighting according to the currently select point identifier.
Definition at line 14 of file GeometryModel.h.
1.8.5