Scopira  20080306
scopira::core::view_container_reactor_i Class Referenceabstract

#include <view.h>

Public Member Functions

virtual void react_view_insert (scopira::core::model_i *m, scopira::core::view_i *v)=0
 

Detailed Description

An interface for classes that can receive new views from a view-spawning menu. Yes, this is in core, not coreui.

Author
Aleksander Demko

Member Function Documentation

◆ react_view_insert()

virtual void scopira::core::view_container_reactor_i::react_view_insert ( scopira::core::model_i m,
scopira::core::view_i v 
)
pure virtual

Called when your spawn_reactor is to receive a new view.

You should also call bind_model_view on the pair, after your setup, to properly bind the model to the view.

Author
Aleksander Demko

The documentation for this class was generated from the following file: