mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 10:59:47 -05:00
Encapsulate identifier, guiName, and description into a PropertyInfo struct
This commit is contained in:
@@ -83,8 +83,8 @@ documentation::Documentation SpiceRotation::Documentation() {
|
||||
}
|
||||
|
||||
SpiceRotation::SpiceRotation(const ghoul::Dictionary& dictionary)
|
||||
: _sourceFrame("source", "Source", "")
|
||||
, _destinationFrame("destination", "Destination", "")
|
||||
: _sourceFrame({ "source", "Source", "" }) // @TODO Missing documentation
|
||||
, _destinationFrame({ "destination", "Destination", "" }) // @TODO Missing documentation
|
||||
{
|
||||
documentation::testSpecificationAndThrow(
|
||||
Documentation(),
|
||||
|
||||
Reference in New Issue
Block a user