Lines Matching refs:PropKey
46 using PropKey = std::string; variable
48 std::vector<PropKey> getColorProps() const;
49 skottie::ColorPropertyValue getColor(const PropKey&) const;
50 bool setColor(const PropKey&, const skottie::ColorPropertyValue&);
52 std::vector<PropKey> getOpacityProps() const;
53 skottie::OpacityPropertyValue getOpacity(const PropKey&) const;
54 bool setOpacity(const PropKey&, const skottie::OpacityPropertyValue&);
56 std::vector<PropKey> getTransformProps() const;
57 skottie::TransformPropertyValue getTransform(const PropKey&) const;
58 bool setTransform(const PropKey&, const skottie::TransformPropertyValue&);
60 std::vector<PropKey> getTextProps() const;
61 skottie::TextPropertyValue getText(const PropKey&) const;
62 bool setText(const PropKey&, const skottie::TextPropertyValue&);
86 using PropMap = std::unordered_map<PropKey, PropGroup<T>>;
89 std::vector<PropKey> getProps(const PropMap<T>& container) const;
92 V get(const PropKey&, const PropMap<T>& container) const;
95 bool set(const PropKey&, const V&, const PropMap<T>& container);