Nui
Nui::Elements::text Member List

This is the complete list of members for Nui::Elements::text, including all inherited members.

attributes() constNui::HtmlElementinline
bridge() constNui::HtmlElementinline
clone() constNui::HtmlElementinline
HtmlElement(HtmlElement const &)=defaultNui::HtmlElement
HtmlElement(HtmlElement &&)=defaultNui::HtmlElement
HtmlElement(char const *name, HtmlElementBridge const *bridge, std::vector< Attribute > const &attributes)Nui::HtmlElementinline
HtmlElement(char const *name, HtmlElementBridge const *bridge, std::vector< Attribute > &&attributes)Nui::HtmlElementinline
HtmlElement(char const *name, HtmlElementBridge const *bridge, T &&... attributes)Nui::HtmlElementinline
name() constNui::HtmlElementinline
operator()(ElementT &&... elements) &&Nui::HtmlElementinline
operator()() &&Nui::HtmlElementinline
operator()(T &&text) &&Nui::HtmlElementinline
operator()(std::string_view view) &&Nui::HtmlElementinline
operator()(char const *text) &&Nui::HtmlElementinline
operator()(T fundamental) &&Nui::HtmlElementinline
operator()(GeneratorT &&textGenerator) &&Nui::HtmlElementinline
operator()(GeneratorT &&elementRenderer) &&Nui::HtmlElementinline
operator()(ObservedValueCombinatorWithGenerator< GeneratorT, ObservedValues... > combinator) &&Nui::HtmlElementinline
operator()(ObservedValueCombinator< ObservedValues... > observedValues, GeneratorT &&elementRenderer) &&Nui::HtmlElementinline
operator()(ObservedRange< ObservedValue > observedRange, GeneratorT &&elementRenderer) &&Nui::HtmlElementinline
operator()(std::pair< ObservedRange< ObservedValue >, GeneratorT > &&mapPair) &&Nui::HtmlElementinline
operator()(UnoptimizedRange< IteratorT, ObservedT... > &&unoptimizedRange, GeneratorT &&elementRenderer) &&Nui::HtmlElementinline
operator()(Observed< std::string > const &observedString) &&Nui::HtmlElementinline
operator()(Observed< T > const &observedNumber) &&Nui::HtmlElementinline
requires(ElementT &&... elements)Nui::HtmlElementinline
requires(!InvocableReturns< GeneratorT, std::string >) auto operator()(GeneratorT &&elementRenderer) &&Nui::HtmlElementinline
text(text const &)=defaultNui::Elements::text
text(text &&)=defaultNui::Elements::text
text(std::string_view content)Nui::Elements::textinline
text(Nui::Observed< std::string > &obs)Nui::Elements::textinline
~HtmlElement()=defaultNui::HtmlElementvirtual