General Purpose Geodetic Library
NsSessionNameDialog Class Reference

#include <NsSessionNameDialog.h>

Inheritance diagram for NsSessionNameDialog:
QDialog

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_
 

Detailed Description

Definition at line 44 of file NsSessionNameDialog.h.

Constructor & Destructor Documentation

◆ NsSessionNameDialog()

NsSessionNameDialog::NsSessionNameDialog ( QWidget parent,
QString *  fileName,
QString *  auxFileName = NULL,
Qt::WindowFlags  flags = 0 
)

◆ ~NsSessionNameDialog()

NsSessionNameDialog::~NsSessionNameDialog ( )
virtual

A destructor. Frees allocated memory.

Definition at line 175 of file NsSessionNameDialog.cpp.

Member Function Documentation

◆ accept

void NsSessionNameDialog::accept ( )
privateslot

◆ changeAutoload

void NsSessionNameDialog::changeAutoload ( int  chkState)
privateslot

Definition at line 182 of file NsSessionNameDialog.cpp.

References leDbName2_.

Referenced by NsSessionNameDialog().

◆ className()

QString NsSessionNameDialog::className ( ) const
inline

Definition at line 72 of file NsSessionNameDialog.h.

Referenced by accept(), and reject().

◆ closeEvent()

virtual void NsSessionNameDialog::closeEvent ( QCloseEvent *  )
inlineprotectedvirtual

Definition at line 101 of file NsSessionNameDialog.h.

◆ reject

void NsSessionNameDialog::reject ( )
privateslot

Definition at line 211 of file NsSessionNameDialog.cpp.

References className(), SgLogger::DBG, SgLogger::GUI, logger, and SgLogger::write().

Referenced by NsSessionNameDialog().

Member Data Documentation

◆ auxFileName_

QString* NsSessionNameDialog::auxFileName_
private

Definition at line 95 of file NsSessionNameDialog.h.

Referenced by NsSessionNameDialog(), and accept().

◆ cbAutoLoad2band_

QCheckBox* NsSessionNameDialog::cbAutoLoad2band_
private

Definition at line 98 of file NsSessionNameDialog.h.

Referenced by NsSessionNameDialog().

◆ fileName_

QString* NsSessionNameDialog::fileName_
private

Definition at line 94 of file NsSessionNameDialog.h.

Referenced by NsSessionNameDialog(), and accept().

◆ leDbName2_

QLineEdit* NsSessionNameDialog::leDbName2_
private

Definition at line 97 of file NsSessionNameDialog.h.

Referenced by NsSessionNameDialog(), accept(), and changeAutoload().

◆ leDbName_

QLineEdit* NsSessionNameDialog::leDbName_
private

Definition at line 96 of file NsSessionNameDialog.h.

Referenced by NsSessionNameDialog(), and accept().


The documentation for this class was generated from the following files: