25 #ifndef SEARCHMOLECULESRESULTSWIDGET_QO_H
26 #define SEARCHMOLECULESRESULTSWIDGET_QO_H
30 #include <display/QtPlotter/SearchMoleculesResultsWidget.ui.h>
41 bool getLine(
int lineIndex,
float& peak,
float& center,
42 QString& molecularName, QString& chemicalName,
43 QString& resolvedQNs,QString& frequencyUnits)
const;
44 void getLines( QList<float>& peaks, QList<float>& centers,
45 QString molecularName, QList<QString>& chemicalNames,
46 QList<QString>& resolvedQNSs, QString frequencyUnit)
const;
49 void displaySearchResults(
const std::vector<SplatResult>& results,
int offset,
int totalCount );
57 Ui::SearchMoleculesResultsWidgetClass
ui;
66 #endif // SEARCHMOLECULESRESULTSWIDGET_H
Interface provides decoupling between classes that initialize a search such as SearchMoleculesWidget ...