casa
$Rev:20696$
|
#include <SearchRedshiftDialog.qo.h>
Public Slots | |
void | show () |
void | findRedshift () |
void | searchFinished () |
void | stopSearch () |
Public Member Functions | |
SearchRedshiftDialog (QWidget *parent=0) | |
void | setCenter (double centerVal) |
void | setUnits (QString unitStr) |
void | setDatabasePath (String path) |
void | setLocalSearch (bool local) |
void | setFrequencyType (MRadialVelocity::Types mType) |
void | setDopplerType (MDoppler::Types type) |
void | setIdentifiedLines (const QList< QString > &lineNames) |
~SearchRedshiftDialog () | |
Private Member Functions | |
void | setResultsVisible (bool visible) |
double | getTargetFrequency () const |
Private Attributes | |
Ui::SearchRedshiftDialogClass | ui |
String | databasePath |
bool | localSearch |
bool | searchInterrupted |
SearchThread * | searchThread |
QProgressDialog | progressBar |
MFrequency::Types | frequencyType |
MRadialVelocity::Types | radialVelocityType |
MDoppler::Types | dopplerType |
Definition at line 40 of file SearchRedshiftDialog.qo.h.
casa::SearchRedshiftDialog::SearchRedshiftDialog | ( | QWidget * | parent = 0 | ) |
void casa::SearchRedshiftDialog::findRedshift | ( | ) | [slot] |
double casa::SearchRedshiftDialog::getTargetFrequency | ( | ) | const [private] |
void casa::SearchRedshiftDialog::searchFinished | ( | ) | [slot] |
void casa::SearchRedshiftDialog::setCenter | ( | double | centerVal | ) |
void casa::SearchRedshiftDialog::setDatabasePath | ( | String | path | ) |
void casa::SearchRedshiftDialog::setIdentifiedLines | ( | const QList< QString > & | lineNames | ) |
void casa::SearchRedshiftDialog::setLocalSearch | ( | bool | local | ) |
void casa::SearchRedshiftDialog::setResultsVisible | ( | bool | visible | ) | [private] |
void casa::SearchRedshiftDialog::setUnits | ( | QString | unitStr | ) |
void casa::SearchRedshiftDialog::show | ( | ) | [slot] |
void casa::SearchRedshiftDialog::stopSearch | ( | ) | [slot] |
Definition at line 65 of file SearchRedshiftDialog.qo.h.
Definition at line 72 of file SearchRedshiftDialog.qo.h.
Definition at line 70 of file SearchRedshiftDialog.qo.h.
bool casa::SearchRedshiftDialog::localSearch [private] |
Definition at line 66 of file SearchRedshiftDialog.qo.h.
QProgressDialog casa::SearchRedshiftDialog::progressBar [private] |
Definition at line 69 of file SearchRedshiftDialog.qo.h.
Definition at line 71 of file SearchRedshiftDialog.qo.h.
bool casa::SearchRedshiftDialog::searchInterrupted [private] |
Definition at line 67 of file SearchRedshiftDialog.qo.h.
Definition at line 68 of file SearchRedshiftDialog.qo.h.
Ui::SearchRedshiftDialogClass casa::SearchRedshiftDialog::ui [private] |
Definition at line 64 of file SearchRedshiftDialog.qo.h.