General Purpose Geodetic Library
|
#include <NsSessionNameDialog.h>
Public Member Functions | |
NsSessionNameDialog (QWidget *parent, QString *fileName, QString *auxFileName=NULL, Qt::WindowFlags flags=0) | |
virtual | ~NsSessionNameDialog () |
QString | className () const |
Protected Member Functions | |
virtual void | closeEvent (QCloseEvent *) |
Private Slots | |
void | accept () |
void | reject () |
void | changeAutoload (int) |
Private Attributes | |
QString * | fileName_ |
QString * | auxFileName_ |
QLineEdit * | leDbName_ |
QLineEdit * | leDbName2_ |
QCheckBox * | cbAutoLoad2band_ |
Definition at line 44 of file NsSessionNameDialog.h.
NsSessionNameDialog::NsSessionNameDialog | ( | QWidget * | parent, |
QString * | fileName, | ||
QString * | auxFileName = NULL , |
||
Qt::WindowFlags | flags = 0 |
||
) |
A constructor.
Definition at line 54 of file NsSessionNameDialog.cpp.
References accept(), auxFileName_, cbAutoLoad2band_, changeAutoload(), fileName_, NsSetup::getHave2AutoloadAllBands(), leDbName2_, leDbName_, reject(), and setup.
|
virtual |
A destructor. Frees allocated memory.
Definition at line 183 of file NsSessionNameDialog.cpp.
|
privateslot |
Definition at line 198 of file NsSessionNameDialog.cpp.
References auxFileName_, className(), SgLogger::DBG, fileName_, SgLogger::GUI, leDbName2_, leDbName_, logger, and SgLogger::write().
Referenced by NsSessionNameDialog().
|
privateslot |
Definition at line 190 of file NsSessionNameDialog.cpp.
References leDbName2_.
Referenced by NsSessionNameDialog().
|
inline |
Definition at line 72 of file NsSessionNameDialog.h.
|
inlineprotectedvirtual |
Definition at line 101 of file NsSessionNameDialog.h.
|
privateslot |
Definition at line 219 of file NsSessionNameDialog.cpp.
References className(), SgLogger::DBG, SgLogger::GUI, logger, and SgLogger::write().
Referenced by NsSessionNameDialog().
|
private |
Definition at line 95 of file NsSessionNameDialog.h.
Referenced by NsSessionNameDialog(), and accept().
|
private |
Definition at line 98 of file NsSessionNameDialog.h.
Referenced by NsSessionNameDialog().
|
private |
Definition at line 94 of file NsSessionNameDialog.h.
Referenced by NsSessionNameDialog(), and accept().
|
private |
Definition at line 97 of file NsSessionNameDialog.h.
Referenced by NsSessionNameDialog(), accept(), and changeAutoload().
|
private |
Definition at line 96 of file NsSessionNameDialog.h.
Referenced by NsSessionNameDialog(), and accept().