Lines Matching refs:PropKey
77 using PropKey = std::string; variable
79 std::vector<PropKey> getColorProps() const;
80 skottie::ColorPropertyValue getColor(const PropKey&) const;
81 bool setColor(const PropKey&, const skottie::ColorPropertyValue&);
83 std::vector<PropKey> getOpacityProps() const;
84 skottie::OpacityPropertyValue getOpacity(const PropKey&) const;
85 bool setOpacity(const PropKey&, const skottie::OpacityPropertyValue&);
87 std::vector<PropKey> getTransformProps() const;
88 skottie::TransformPropertyValue getTransform(const PropKey&) const;
89 bool setTransform(const PropKey&, const skottie::TransformPropertyValue&);
122 using PropMap = std::unordered_map<PropKey, PropGroup<T>>;
125 std::vector<PropKey> getProps(const PropMap<T>& container) const;
128 V get(const PropKey&, const PropMap<T>& container) const;
131 bool set(const PropKey&, const V&, const PropMap<T>& container);