Scopira
20080306
|
#include <view.h>
Public Member Functions | |
virtual void | react_view_insert (scopira::core::model_i *m, scopira::core::view_i *v)=0 |
An interface for classes that can receive new views from a view-spawning menu. Yes, this is in core, not coreui.
|
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.