#include <sessiondlg.h>
Definition at line 50 of file sessiondlg.h.
Public Slots | |
void | loadData () |
Fill dialog box with info from Session. | |
void | dschanged (const QString &) |
data source changed | |
void | fnchanged (const QString &) |
first name changed | |
void | lnchanged (const QString &) |
last name changed | |
void | pdchanged (const QString &) |
Processing description changed. | |
void | d3changed (const QString &) |
3D description changed | |
void | pdchanged () |
Processing description changed. | |
void | d3changed () |
3D description changed | |
void | atchanged (const QString &) |
Change Analysis Time. | |
void | rcchanged (const QString &) |
Change RC ID. | |
Public Member Functions | |
SessionDlg (Session &) | |
~SessionDlg () | |
Protected Attributes | |
QLineEdit * | mtxtDataSource |
QLineEdit * | mtxtFName |
QLineEdit * | mtxtLName |
QMultiLineEdit * | mtxtProcDesc |
QMultiLineEdit * | mtxt3dDesc |
QLineEdit * | mtxtRCID |
QLineEdit * | mtxtAnalysisTime |
Session & | mSession |
SessionDlg::SessionDlg | ( | Session & | ses | ) |
Definition at line 3 of file sessiondlg.cpp.
References atchanged(), d3changed(), dschanged(), fnchanged(), lnchanged(), loadData(), mtxt3dDesc, mtxtAnalysisTime, mtxtDataSource, mtxtFName, mtxtLName, mtxtProcDesc, mtxtRCID, pdchanged(), and rcchanged().
SessionDlg::~SessionDlg | ( | ) |
Definition at line 109 of file sessiondlg.cpp.
void SessionDlg::loadData | ( | ) | [slot] |
Fill dialog box with info from Session.
Definition at line 113 of file sessiondlg.cpp.
References Session::m3d_desc, Session::manaly_time, Session::manlst_givn, Session::manlst_surn, Session::mDataSrc, Session::mProcDesc, Session::mRC_ID, mSession, mtxt3dDesc, mtxtAnalysisTime, mtxtDataSource, mtxtFName, mtxtLName, mtxtProcDesc, and mtxtRCID.
Referenced by ConfigDlg::resetAll(), and SessionDlg().
void SessionDlg::dschanged | ( | const QString & | newtxt | ) | [slot] |
data source changed
Definition at line 127 of file sessiondlg.cpp.
References Session::mDataSrc, and mSession.
Referenced by SessionDlg().
void SessionDlg::fnchanged | ( | const QString & | newtxt | ) | [slot] |
first name changed
Definition at line 131 of file sessiondlg.cpp.
References Session::manlst_givn, and mSession.
Referenced by SessionDlg().
void SessionDlg::lnchanged | ( | const QString & | newtxt | ) | [slot] |
last name changed
Definition at line 135 of file sessiondlg.cpp.
References Session::manlst_surn, and mSession.
Referenced by SessionDlg().
void SessionDlg::pdchanged | ( | const QString & | newtxt | ) | [slot] |
Processing description changed.
Definition at line 151 of file sessiondlg.cpp.
References Session::mProcDesc, and mSession.
void SessionDlg::d3changed | ( | const QString & | newtxt | ) | [slot] |
3D description changed
Definition at line 155 of file sessiondlg.cpp.
References Session::m3d_desc, and mSession.
void SessionDlg::pdchanged | ( | ) | [slot] |
Processing description changed.
Definition at line 141 of file sessiondlg.cpp.
References Session::mProcDesc, mSession, and mtxtProcDesc.
Referenced by SessionDlg().
void SessionDlg::d3changed | ( | ) | [slot] |
3D description changed
Definition at line 145 of file sessiondlg.cpp.
References Session::m3d_desc, mSession, and mtxt3dDesc.
Referenced by SessionDlg().
void SessionDlg::atchanged | ( | const QString & | newtxt | ) | [slot] |
Change Analysis Time.
Definition at line 161 of file sessiondlg.cpp.
References Session::manaly_time, and mSession.
Referenced by SessionDlg().
void SessionDlg::rcchanged | ( | const QString & | newtxt | ) | [slot] |
Change RC ID.
Definition at line 165 of file sessiondlg.cpp.
References Session::mRC_ID, and mSession.
Referenced by SessionDlg().
QLineEdit* SessionDlg::mtxtDataSource [protected] |
QLineEdit* SessionDlg::mtxtFName [protected] |
QLineEdit* SessionDlg::mtxtLName [protected] |
QMultiLineEdit* SessionDlg::mtxtProcDesc [protected] |
Definition at line 57 of file sessiondlg.h.
Referenced by loadData(), pdchanged(), and SessionDlg().
QMultiLineEdit* SessionDlg::mtxt3dDesc [protected] |
Definition at line 58 of file sessiondlg.h.
Referenced by d3changed(), loadData(), and SessionDlg().
QLineEdit* SessionDlg::mtxtRCID [protected] |
QLineEdit* SessionDlg::mtxtAnalysisTime [protected] |
Session& SessionDlg::mSession [protected] |
Definition at line 63 of file sessiondlg.h.
Referenced by atchanged(), d3changed(), dschanged(), fnchanged(), lnchanged(), loadData(), pdchanged(), and rcchanged().
Home |
Search |
Disclaimers & Privacy |
Contact Us GLIMSView Maintainer: dsoltesz@usgs.gov |