#include <configdlg.h>
Definition at line 28 of file configdlg.h.
Public Slots | |
void | resetAll () |
Reset reload all of the child dialogs. | |
void | refreshAll () |
Refresh dialog boxes. | |
void | emitRepaintViews () |
Ask for a repaint of the Views. | |
Signals | |
void | repaintViews () |
Public Member Functions | |
ConfigDlg (QWidget *) | |
ConfigDlg (QWidget *, GLIMSDataset &) | |
~ConfigDlg () | |
void | loadTabs (GLIMSDataset &) |
GlacierConfigDlg * | getGCD () |
LineSelectorDlg * | getLSD () |
SessionDlg * | getSDG () |
ImageInfDlg * | getIID () |
Protected Member Functions | |
void | connectDlgs () |
Set up signal-slot connections. | |
Protected Attributes | |
LineSelectorDlg * | mLSD |
GlacierConfigDlg * | mGCD |
SessionDlg * | mSDG |
ImageInfDlg * | mIID |
ConfigDlg::ConfigDlg | ( | QWidget * | parent | ) |
Definition at line 3 of file configdlg.cpp.
References connectDlgs().
ConfigDlg::ConfigDlg | ( | QWidget * | parent, | |
GLIMSDataset & | gds | |||
) |
Definition at line 27 of file configdlg.cpp.
References connectDlgs(), and loadTabs().
ConfigDlg::~ConfigDlg | ( | ) |
Definition at line 66 of file configdlg.cpp.
void ConfigDlg::connectDlgs | ( | ) | [protected] |
Set up signal-slot connections.
Definition at line 39 of file configdlg.cpp.
References emitRepaintViews(), mGCD, mLSD, and repaintViews().
Referenced by ConfigDlg().
void ConfigDlg::loadTabs | ( | GLIMSDataset & | gds | ) |
Definition at line 70 of file configdlg.cpp.
References GLIMSDataset::getGIDData(), GLIMSDataset::getImageInf(), GLIMSDataset::getLineData(), GLIMSDataset::getSession(), mGCD, mIID, mLSD, and mSDG.
Referenced by ConfigDlg().
GlacierConfigDlg* ConfigDlg::getGCD | ( | ) | [inline] |
LineSelectorDlg* ConfigDlg::getLSD | ( | ) | [inline] |
SessionDlg* ConfigDlg::getSDG | ( | ) | [inline] |
ImageInfDlg* ConfigDlg::getIID | ( | ) | [inline] |
void ConfigDlg::resetAll | ( | ) | [slot] |
Reset reload all of the child dialogs.
SessionDlg does not need to be reloaded.
Definition at line 101 of file configdlg.cpp.
References ImageInfDlg::loadData(), SessionDlg::loadData(), GlacierConfigDlg::loadList(), LineSelectorDlg::loadList(), mGCD, mIID, mLSD, and mSDG.
Referenced by GLIMSProject::exportGLIMSIngest(), GLIMSProject::fromXML(), and refreshAll().
void ConfigDlg::refreshAll | ( | ) | [slot] |
Refresh dialog boxes.
Definition at line 108 of file configdlg.cpp.
References mGCD, resetAll(), and GlacierConfigDlg::updateListSelection().
Referenced by GLIMSProject::importGIDsFromShapefile(), GLIMSProject::importGLIMSIngestData(), and GLIMSProject::importSegmentsFromShapefile().
void ConfigDlg::emitRepaintViews | ( | ) | [slot] |
Ask for a repaint of the Views.
Definition at line 114 of file configdlg.cpp.
References mGCD, repaintViews(), and GlacierConfigDlg::updateListSelection().
Referenced by connectDlgs().
void ConfigDlg::repaintViews | ( | ) | [signal] |
Referenced by connectDlgs(), and emitRepaintViews().
LineSelectorDlg* ConfigDlg::mLSD [protected] |
Definition at line 31 of file configdlg.h.
Referenced by connectDlgs(), getLSD(), loadTabs(), and resetAll().
GlacierConfigDlg* ConfigDlg::mGCD [protected] |
Definition at line 32 of file configdlg.h.
Referenced by connectDlgs(), emitRepaintViews(), getGCD(), loadTabs(), refreshAll(), and resetAll().
SessionDlg* ConfigDlg::mSDG [protected] |
ImageInfDlg* ConfigDlg::mIID [protected] |
Home |
Search |
Disclaimers & Privacy |
Contact Us GLIMSView Maintainer: dsoltesz@usgs.gov |