casa
$Rev:20696$
|
#include <LineOverlaysSearchResultsDialog.qo.h>
Signals | |
void | graphSelectedLines () |
void | graphSelectedSpecies () |
void | showPreviousSearchResults () |
void | showNextSearchResults () |
Public Member Functions | |
LineOverlaysSearchResultsDialog (QWidget *parent=0) | |
QList< int > | getLineIndices () const |
bool | getLine (int lineIndex, Float &peak, Float ¢er, QString &molecularName, QString &chemicalName, QString &resolvedQNs, QString &frequencyUnit) const |
void | getLines (QList< float > &peaks, QList< float > ¢ers, QString &molecularName, QList< QString > &chemicalNames, QList< QString > &resolvedQNs, QString &frequencyUnit) const |
void | displaySearchResults (const vector< SplatResult > &results, int offset, int totalCount) |
The parameters offset and count determine where the passed in results fit in the overall search. | |
int | getLineCount () const |
~LineOverlaysSearchResultsDialog () | |
Private Slots | |
void | drawSelectedLines () |
void | drawSelectedSpecies () |
Private Member Functions | |
void | setSearchScrollingVisible (bool visible) |
Private Attributes | |
Ui::LineOverlaysSearchResultsDialogClass | ui |
SearchMoleculesResultsWidget * | searchResultsWidget |
Static Private Attributes | |
static const QString | NO_LINES_SELECTED |
Definition at line 38 of file LineOverlaysSearchResultsDialog.qo.h.
casa::LineOverlaysSearchResultsDialog::LineOverlaysSearchResultsDialog | ( | QWidget * | parent = 0 | ) |
void casa::LineOverlaysSearchResultsDialog::displaySearchResults | ( | const vector< SplatResult > & | results, |
int | offset, | ||
int | countTotal | ||
) | [virtual] |
The parameters offset and count determine where the passed in results fit in the overall search.
The 'offset' parameters in the starting index and countTotal is the total number of search results available. This may be smaller than the number of results returned if the countTotal exceeds the limit on the number of search results obtained at one time.
Implements casa::SearchMoleculesResultDisplayer.
void casa::LineOverlaysSearchResultsDialog::drawSelectedLines | ( | ) | [private, slot] |
void casa::LineOverlaysSearchResultsDialog::drawSelectedSpecies | ( | ) | [private, slot] |
bool casa::LineOverlaysSearchResultsDialog::getLine | ( | int | lineIndex, |
Float & | peak, | ||
Float & | center, | ||
QString & | molecularName, | ||
QString & | chemicalName, | ||
QString & | resolvedQNs, | ||
QString & | frequencyUnit | ||
) | const |
int casa::LineOverlaysSearchResultsDialog::getLineCount | ( | ) | const |
QList<int> casa::LineOverlaysSearchResultsDialog::getLineIndices | ( | ) | const |
void casa::LineOverlaysSearchResultsDialog::getLines | ( | QList< float > & | peaks, |
QList< float > & | centers, | ||
QString & | molecularName, | ||
QList< QString > & | chemicalNames, | ||
QList< QString > & | resolvedQNs, | ||
QString & | frequencyUnit | ||
) | const |
void casa::LineOverlaysSearchResultsDialog::graphSelectedLines | ( | ) | [signal] |
void casa::LineOverlaysSearchResultsDialog::graphSelectedSpecies | ( | ) | [signal] |
void casa::LineOverlaysSearchResultsDialog::setSearchScrollingVisible | ( | bool | visible | ) | [private] |
void casa::LineOverlaysSearchResultsDialog::showNextSearchResults | ( | ) | [signal] |
void casa::LineOverlaysSearchResultsDialog::showPreviousSearchResults | ( | ) | [signal] |
const QString casa::LineOverlaysSearchResultsDialog::NO_LINES_SELECTED [static, private] |
Definition at line 71 of file LineOverlaysSearchResultsDialog.qo.h.
Definition at line 70 of file LineOverlaysSearchResultsDialog.qo.h.
Ui::LineOverlaysSearchResultsDialogClass casa::LineOverlaysSearchResultsDialog::ui [private] |
Definition at line 69 of file LineOverlaysSearchResultsDialog.qo.h.