BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
ModelView::ApplicationModelsInterface Class Referenceabstract

Interface to access application's model list for further manipulation. More...

Inheritance diagram for ModelView::ApplicationModelsInterface:
[legend]

Public Member Functions

virtual std::vector< SessionModel * > persistent_models () const =0
 Returns vector of models intended for saving on disk. More...
 

Detailed Description

Interface to access application's model list for further manipulation.

Used in the context of save/load projects.

Definition at line 28 of file applicationmodelsinterface.h.

Member Function Documentation

◆ persistent_models()

virtual std::vector<SessionModel*> ModelView::ApplicationModelsInterface::persistent_models ( ) const
pure virtual

Returns vector of models intended for saving on disk.

Implemented in gui2::ApplicationModels.


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