casa
$Rev:20696$
|
#include <LineOverlaysTab.qo.h>
Public Member Functions | |
LineOverlaysTab (QWidget *parent=0) | |
void | setRange (double min, double max, String units) |
void | setInitialReferenceFrame (QString referenceStr) |
void | setCanvas (QtCanvas *canvas) |
~LineOverlaysTab () | |
Private Slots | |
void | graphSelectedLines () |
void | graphSelectedSpecies () |
void | searchCompleted () |
void | eraseLines () |
void | saveIdentifiedLines () |
void | findRedshift (double center, double peak) |
Private Member Functions | |
void | addLineToPixelCanvas (float center, float peak, QString molecularName, QString chemicalName, QString resolvedQNs, QString frequencyUnit, Converter *converter) |
Private Attributes | |
Ui::LineOverlaysTabClass | ui |
SearchMoleculesWidget * | searchWidget |
QtCanvas * | pixelCanvas |
LineOverlaysSearchResultsDialog | searchResults |
SearchRedshiftDialog | searchRedshiftDialog |
Definition at line 41 of file LineOverlaysTab.qo.h.
casa::LineOverlaysTab::LineOverlaysTab | ( | QWidget * | parent = 0 | ) |
void casa::LineOverlaysTab::addLineToPixelCanvas | ( | float | center, |
float | peak, | ||
QString | molecularName, | ||
QString | chemicalName, | ||
QString | resolvedQNs, | ||
QString | frequencyUnit, | ||
Converter * | converter | ||
) | [private] |
void casa::LineOverlaysTab::eraseLines | ( | ) | [private, slot] |
void casa::LineOverlaysTab::findRedshift | ( | double | center, |
double | peak | ||
) | [private, slot] |
void casa::LineOverlaysTab::graphSelectedLines | ( | ) | [private, slot] |
void casa::LineOverlaysTab::graphSelectedSpecies | ( | ) | [private, slot] |
void casa::LineOverlaysTab::saveIdentifiedLines | ( | ) | [private, slot] |
void casa::LineOverlaysTab::searchCompleted | ( | ) | [private, slot] |
void casa::LineOverlaysTab::setCanvas | ( | QtCanvas * | canvas | ) |
void casa::LineOverlaysTab::setInitialReferenceFrame | ( | QString | referenceStr | ) |
void casa::LineOverlaysTab::setRange | ( | double | min, |
double | max, | ||
String | units | ||
) |
QtCanvas* casa::LineOverlaysTab::pixelCanvas [private] |
Definition at line 67 of file LineOverlaysTab.qo.h.
Definition at line 69 of file LineOverlaysTab.qo.h.
Definition at line 68 of file LineOverlaysTab.qo.h.
Definition at line 66 of file LineOverlaysTab.qo.h.
Ui::LineOverlaysTabClass casa::LineOverlaysTab::ui [private] |
Definition at line 65 of file LineOverlaysTab.qo.h.