Nui
Namespaces | Typedefs
element_renderer.hpp File Reference
#include <nui/frontend/elements/impl/html_element.hpp>
#include <nui/frontend/dom/element.hpp>
#include <functional>
#include <memory>
Include dependency graph for element_renderer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Nui
 

Typedefs

using Nui::ElementRenderer = std::function< std::shared_ptr< Dom::Element >(Dom::Element &, Renderer const &)>