Provide GUI names for Property Owners

This commit is contained in:
Alexander Bock
2023-02-21 13:00:11 +01:00
parent ebbcd549dc
commit 561e9d7f22
19 changed files with 27 additions and 28 deletions

View File

@@ -63,7 +63,7 @@ namespace {
namespace openspace::volume {
TransferFunctionHandler::TransferFunctionHandler(const properties::StringProperty& prop)
: properties::PropertyOwner({ "TransferFunctionHandler" })
: properties::PropertyOwner({ "TransferFunctionHandler", "Tranfer Function Handler" })
, _transferFunctionPath(prop)
, _dataUnit(DataUnitInfo)
, _minValue(MinValueInfo)