Implement the main loop of sending and receiving messages with the following characteristics:
send low-level messages to the controls
receive from the controls the actions generated in response to low-level messages
send the actions from the descendant controls of the window linked to the view to the uiview::on_action function.
For simplicity of implementation, given the needs of RLoader, all views will be modal.
One view can open another. At the close, an event will be sent to the view previously in focus, allowing to read the values/states exposed by public methods from the closed view.
Implement the main loop of sending and receiving messages with the following characteristics:
uiview::on_action
function.For simplicity of implementation, given the needs of RLoader, all views will be modal.
One view can open another. At the close, an event will be sent to the view previously in focus, allowing to read the values/states exposed by public methods from the closed view.