8 #ifndef PXR_USD_USDUI_PRIM_HINTS_H
9 #define PXR_USD_USDUI_PRIM_HINTS_H
76 const std::string& group,
109 const std::string& group,
110 const std::string& shownIf);
USDUI_API VtDictionary GetDisplayGroupsExpanded() const
#define PXR_NAMESPACE_OPEN_SCOPE
USDUI_API bool GetDisplayGroupExpanded(const std::string &group) const
USDUI_API std::string GetDisplayGroupShownIf(const std::string &group) const
Return the "shown if" expression string for the named group.
USDUI_API bool SetDisplayGroupShownIf(const std::string &group, const std::string &shownIf)
USDUI_API VtDictionary GetDisplayGroupsShownIf() const
USDUI_API bool SetDisplayGroupsShownIf(const VtDictionary &shownIf)
USDUI_API bool SetDisplayGroupExpanded(const std::string &group, bool expanded)
USDUI_API bool SetDisplayGroupsExpanded(const VtDictionary &expanded)
#define PXR_NAMESPACE_CLOSE_SCOPE
USDUI_API UsdUIPrimHints()
UsdPrim GetPrim() const
Return the prim that this hints instance is interpreting.