|
template<typename FunctionT > |
| Nui::Attributes::StylePropertyImpl (FunctionT generator, std::nullptr_t) -> StylePropertyImpl< FunctionT, void > |
|
template<typename FunctionT , typename T > |
| Nui::Attributes::StylePropertyImpl (FunctionT generator, Observed< T > &) -> StylePropertyImpl< FunctionT, Observed< T >> |
|
template<typename FunctionT , typename T > |
| Nui::Attributes::StylePropertyImpl (FunctionT generator, Observed< T > const &) -> StylePropertyImpl< FunctionT, Observed< T >> |
|
template<typename FunctionT , typename T > |
| Nui::Attributes::StylePropertyImpl (FunctionT generator, std::shared_ptr< Observed< T >>) -> StylePropertyImpl< FunctionT, std::weak_ptr< Observed< T >>> |
|
template<typename FunctionT , typename T > |
| Nui::Attributes::StylePropertyImpl (FunctionT generator, std::weak_ptr< Observed< T >> &&) -> StylePropertyImpl< FunctionT, std::weak_ptr< Observed< T >>> |
|
template<typename FunctionT , typename GeneratorT , typename... ObservedT> |
| Nui::Attributes::StylePropertyImpl (FunctionT generator, ObservedValueCombinatorWithGenerator< GeneratorT, ObservedT... > &&) -> StylePropertyImpl< FunctionT, ObservedT... > |
|
static constexpr StyleProperty | Nui::Attributes::Literals::operator""_style (char const *name, std::size_t) |
|
template<bool isStatic, typename... Properties> |
auto | Nui::Attributes::Detail::makeStyleGenerator (Properties &&... props) |
|
template<typename... Properties> |
constexpr auto | Nui::Attributes::Detail::stripObserved (Properties &... props) |
|