Searched refs:PropertyChange (Results 1 – 2 of 2) sorted by relevance
49 using PropertyChange = std::pair<std::string, std::string>; variable64 bool CheckEvent(const PropertyChange& property_change) const;114 std::queue<std::variant<EventTrigger, PropertyChange, BuiltinAction>> event_queue_;
207 bool Action::CheckEvent(const PropertyChange& property_change) const { in CheckEvent()