Adapt the visibility settings for all properties

This commit is contained in:
Alexander Bock
2023-04-15 09:33:31 +02:00
committed by GitHub
parent 1ef6cb0c02
commit ca916877b2
152 changed files with 2098 additions and 894 deletions
+8 -4
View File
@@ -36,27 +36,31 @@ namespace {
"SourceFrame",
"Source",
"This value specifies the source frame that is used as the basis for the "
"coordinate transformation. This has to be a valid SPICE name"
"coordinate transformation. This has to be a valid SPICE name",
openspace::properties::Property::Visibility::Developer
};
constexpr openspace::properties::Property::PropertyInfo DestinationInfo = {
"DestinationFrame",
"Destination",
"This value specifies the destination frame that is used for the coordinate "
"transformation. This has to be a valid SPICE name"
"transformation. This has to be a valid SPICE name",
openspace::properties::Property::Visibility::Developer
};
constexpr openspace::properties::Property::PropertyInfo TimeFrameInfo = {
"TimeFrame",
"Time Frame",
"The time frame in which the spice kernels are valid"
"The time frame in which the spice kernels are valid",
openspace::properties::Property::Visibility::AdvancedUser
};
constexpr openspace::properties::Property::PropertyInfo FixedDateInfo = {
"FixedDate",
"Fixed Date",
"A time to lock the rotation to. Setting this to an empty string will "
"unlock the time and return to rotation based on current simulation time"
"unlock the time and return to rotation based on current simulation time",
openspace::properties::Property::Visibility::AdvancedUser
};
struct [[codegen::Dictionary(SpiceRotation)]] Parameters {