Skip to content

Commit

Permalink
Add CorrelationPluginInstance::userColumnData
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Aug 16, 2023
1 parent 8d0ee87 commit 9cf8fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/plugins/correlation/correlationplugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ class CorrelationPluginInstance : public BasePluginInstance
QColor nodeColorForRow(size_t row) const;
QColor nodeColorForRows(const std::vector<size_t>& rows) const;

UserData& userColumnData() { return _userColumnData; }
void rebuildColumnAnnotations();
const std::vector<ColumnAnnotation>& columnAnnotations() const { return _columnAnnotations; }
const ColumnAnnotation* columnAnnotationByName(const QString& name) const;
Expand Down

0 comments on commit 9cf8fb6

Please sign in to comment.