Nui
|
This is the complete list of members for Nui::Elements::text, including all inherited members.
attributes() const | Nui::HtmlElement | inline |
bridge() const | Nui::HtmlElement | inline |
clone() const | Nui::HtmlElement | inline |
HtmlElement(HtmlElement const &)=default | Nui::HtmlElement | |
HtmlElement(HtmlElement &&)=default | Nui::HtmlElement | |
HtmlElement(char const *name, HtmlElementBridge const *bridge, std::vector< Attribute > const &attributes) | Nui::HtmlElement | inline |
HtmlElement(char const *name, HtmlElementBridge const *bridge, std::vector< Attribute > &&attributes) | Nui::HtmlElement | inline |
HtmlElement(char const *name, HtmlElementBridge const *bridge, T &&... attributes) | Nui::HtmlElement | inline |
name() const | Nui::HtmlElement | inline |
operator()(ElementT &&... elements) && | Nui::HtmlElement | inline |
operator()() && | Nui::HtmlElement | inline |
operator()(T &&text) && | Nui::HtmlElement | inline |
operator()(std::string_view view) && | Nui::HtmlElement | inline |
operator()(char const *text) && | Nui::HtmlElement | inline |
operator()(T fundamental) && | Nui::HtmlElement | inline |
operator()(GeneratorT &&textGenerator) && | Nui::HtmlElement | inline |
operator()(GeneratorT &&elementRenderer) && | Nui::HtmlElement | inline |
operator()(ObservedValueCombinatorWithGenerator< GeneratorT, ObservedValues... > combinator) && | Nui::HtmlElement | inline |
operator()(ObservedValueCombinator< ObservedValues... > observedValues, GeneratorT &&elementRenderer) && | Nui::HtmlElement | inline |
operator()(ObservedRange< ObservedValue > observedRange, GeneratorT &&elementRenderer) && | Nui::HtmlElement | inline |
operator()(std::pair< ObservedRange< ObservedValue >, GeneratorT > &&mapPair) && | Nui::HtmlElement | inline |
operator()(UnoptimizedRange< IteratorT, ObservedT... > &&unoptimizedRange, GeneratorT &&elementRenderer) && | Nui::HtmlElement | inline |
operator()(Observed< std::string > const &observedString) && | Nui::HtmlElement | inline |
operator()(Observed< T > const &observedNumber) && | Nui::HtmlElement | inline |
requires(ElementT &&... elements) | Nui::HtmlElement | inline |
requires(!InvocableReturns< GeneratorT, std::string >) auto operator()(GeneratorT &&elementRenderer) && | Nui::HtmlElement | inline |
text(text const &)=default | Nui::Elements::text | |
text(text &&)=default | Nui::Elements::text | |
text(std::string_view content) | Nui::Elements::text | inline |
text(Nui::Observed< std::string > &obs) | Nui::Elements::text | inline |
~HtmlElement()=default | Nui::HtmlElement | virtual |