X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fpackage%2FPackage.hxx;h=840a22cd66d2458f47fa1c4630e1e5eec2a4403e;hb=cb6406361061578db779ada90624374f325bfbb9;hp=606185fdddcafb6ffe0a451e5ff4af71f8022824;hpb=4e40913aefd3dd5c031eda47f15b76a12c0f5ae2;p=simgear.git diff --git a/simgear/package/Package.hxx b/simgear/package/Package.hxx index 606185fd..840a22cd 100644 --- a/simgear/package/Package.hxx +++ b/simgear/package/Package.hxx @@ -75,6 +75,11 @@ public: * Fully-qualified ID, including our catalog'd ID */ std::string qualifiedId() const; + + /** + * Fully-qualified ID, including our catalog'd ID + */ + std::string qualifiedVariantId(const unsigned int variantIndex) const; /** * human-readable name - note this is probably not localised, @@ -87,6 +92,8 @@ public: */ std::string nameForVariant(const std::string& vid) const; + std::string nameForVariant(const unsigned int vIndex) const; + /** * syntactic sugar to get the localised description */