mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1208 Use category text instead of category index
This commit is contained in:
@@ -105,10 +105,12 @@ public:
|
||||
|
||||
void setAutomaticRanges(double globalMin, double globalMax, double localMin, double localMax);
|
||||
void setClosestToZeroValues(double globalPosClosestToZero, double globalNegClosestToZero, double localPosClosestToZero, double localNegClosestToZero);
|
||||
|
||||
void setIntegerCategories(const std::vector<int>& categories);
|
||||
void setNamedCategoriesInverse(const std::vector<QString>& categoryNames);
|
||||
void setNamedCategories(const std::vector<QString>& categoryNames);
|
||||
void setCategoryColors(const std::vector<cvf::Color3ub>& categoryColors);
|
||||
QString categoryNameFromCategoryValue(size_t categoryValue) const;
|
||||
|
||||
void setTitle(const cvf::String& title);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user