Nui
nui
include
nui
frontend
element_renderer.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
nui/frontend/elements/impl/html_element.hpp
>
4
#include <
nui/frontend/dom/element.hpp
>
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
}
Nui::Dom::Element
Definition:
element.hpp:42
element.hpp
html_element.hpp
Nui
Definition:
file_dialog.hpp:6
Nui::ElementRenderer
std::function< std::shared_ptr< Dom::Element >(Dom::Element &, Renderer const &)> ElementRenderer
Definition:
element_renderer.hpp:11
Nui::Renderer
Definition:
materialize.hpp:52
Generated by
1.9.1