Nui
Loading...
Searching...
No Matches
fragment_listener.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace Nui
6{
10 void listenToFragmentChanges(Observed<std::string>& fragment);
11}
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