Allow hiding of category name in color legend item

This commit is contained in:
Magne Sjaastad
2024-06-20 08:34:05 +02:00
parent 736bfd9a96
commit 3164b39225
5 changed files with 41 additions and 7 deletions

View File

@@ -41,6 +41,8 @@ public:
RimColorLegendItem();
~RimColorLegendItem() override;
void setCategoryFieldsHidden( bool hidden );
void setValues( const QString& categoryName, int categoryValue, const cvf::Color3f& color );
void setCategoryValue( int categoryValue );
void setReadOnly( bool doReadOnly );