Nui
Classes | Namespaces | Functions
table.hpp File Reference
#include <nui/frontend/event_system/observed_value.hpp>
#include <nui/utility/visit_overloaded.hpp>
#include <nui/frontend/elements/fragment.hpp>
#include <nui/frontend/elements/caption.hpp>
#include <nui/frontend/elements/table.hpp>
#include <nui/frontend/elements/nil.hpp>
#include <nui/frontend/attributes/impl/attribute.hpp>
#include <nui/frontend/element_renderer.hpp>
#include <string>
#include <optional>
#include <functional>
#include <memory>
#include <vector>
Include dependency graph for table.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Nui::Components::TableArguments< ContainerT, ElementT, OtherArgs >
 
class  Nui::Components::Table< ModelT >
 A wrapper around the html table elements. More...
 
class  Nui::Components::Table< ContainerT< ElementT, OtherArgs... > >
 

Namespaces

 Nui
 
 Nui::Components
 

Functions

template<template< typename... > typename ContainerT, typename ElementT , typename... OtherArgs>
 Nui::Components::Table (TableArguments< ContainerT, ElementT, OtherArgs... > &&args) -> Table< ContainerT< ElementT, OtherArgs... >>