Searched refs:OnGridDropFunc (Results 1 – 3 of 3) sorted by relevance
33 using OnGridDropFunc = std::function<void(const ItemDragInfo&, int32_t, int32_t, bool)>; variable286 void SetOnGridDropId(const OnGridDropFunc& onGridDropId);291 const OnGridDropFunc& GetOnGridDropId() const;342 OnGridDropFunc onGridDropId_;
173 void GridLayoutComponent::SetOnGridDropId(const OnGridDropFunc& onGridDropId) in SetOnGridDropId()198 const OnGridDropFunc& GridLayoutComponent::GetOnGridDropId() const in GetOnGridDropId()
550 OnGridDropFunc onGridDropFunc_;