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

Pure virtual interface to format string with status info corresponding to the current mouse position on QCustomPlot. More...

Inheritance diagram for ModelView::StatusStringFormatterInterface:
[legend]

Public Member Functions

virtual ~StatusStringFormatterInterface ()=default
 
virtual std::string status_string (QCustomPlot *custom_plot, double x, double y) const =0
 

Detailed Description

Pure virtual interface to format string with status info corresponding to the current mouse position on QCustomPlot.

Definition at line 28 of file statusstringformatterinterface.h.

Constructor & Destructor Documentation

◆ ~StatusStringFormatterInterface()

virtual ModelView::StatusStringFormatterInterface::~StatusStringFormatterInterface ( )
virtualdefault

Member Function Documentation

◆ status_string()

virtual std::string ModelView::StatusStringFormatterInterface::status_string ( QCustomPlot *  custom_plot,
double  x,
double  y 
) const
pure virtual

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