Nui
element_renderer.hpp
Go to the documentation of this file.
1 #pragma once
2 
5 
6 #include <functional>
7 #include <memory>
8 
9 namespace Nui
10 {
11  using ElementRenderer = std::function<std::shared_ptr<Dom::Element>(Dom::Element&, Renderer const&)>;
12 }
Definition: element.hpp:42
Definition: file_dialog.hpp:6
std::function< std::shared_ptr< Dom::Element >(Dom::Element &, Renderer const &)> ElementRenderer
Definition: element_renderer.hpp:11
Definition: materialize.hpp:52