Nui
fragment_listener.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace Nui
6 {
10  void listenToFragmentChanges(Observed<std::string>& fragment);
11 }
constexpr auto fragment(ParametersT &&... params)
A fragment is a collection of elements that can be inserted into a parent without an enclosing tag.
Definition: fragment.hpp:15
Definition: file_dialog.hpp:6
void listenToFragmentChanges(Observed< std::string > &fragment)
Listens to fragment changes and changes the attached observed.
Definition: fragment_listener.cpp:13