casa::LineOverlaysSearchResultsDialog Class Reference
#include <LineOverlaysSearchResultsDialog.qo.h>
List of all members.
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 |
Detailed Description
Definition at line 38 of file LineOverlaysSearchResultsDialog.qo.h.
Constructor & Destructor Documentation
casa::LineOverlaysSearchResultsDialog::LineOverlaysSearchResultsDialog |
( |
QWidget * |
parent = 0 |
) |
|
casa::LineOverlaysSearchResultsDialog::~LineOverlaysSearchResultsDialog |
( |
|
) |
|
Member Function Documentation
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] |
Member Data Documentation
The documentation for this class was generated from the following file: