Searched refs:PropertyChange (Results 1 – 3 of 3) sorted by relevance
55 using PropertyChange = std::pair<std::string, std::string>; variable70 bool CheckEvent(const PropertyChange& property_change) const;
51 std::queue<std::variant<EventTrigger, PropertyChange, BuiltinAction>> event_queue_;
181 bool Action::CheckEvent(const PropertyChange& property_change) const { in CheckEvent()