#include <projectdlg.h>
Definition at line 23 of file projectdlg.h.
Public Slots | |
void | setDir () |
void | setImg () |
void | create () |
void | chkToggle (bool) |
Public Member Functions | |
ProjectDlg (std::string &name, std::string &dir, std::string &img, int &type) | |
Protected Member Functions | |
void | buildDialog () |
void | loadTypes () |
Protected Attributes | |
QLineEdit * | mTxtName |
QLineEdit * | mTxtDir |
QLineEdit * | mTxtImg |
QCheckBox * | mChkMulti |
QComboBox * | mCmbType |
std::vector< std::string > | mTypeSet |
std::string & | mName |
std::string & | mDir |
std::string & | mImg |
int & | mType |
ProjectDlg::ProjectDlg | ( | std::string & | name, | |
std::string & | dir, | |||
std::string & | img, | |||
int & | type | |||
) |
Definition at line 4 of file projectdlg.cpp.
References buildDialog(), Image::MFF_NAMES, mTypeSet, and Image::NUM_MFF.
void ProjectDlg::buildDialog | ( | ) | [protected] |
Definition at line 22 of file projectdlg.cpp.
References chkToggle(), create(), loadTypes(), mChkMulti, mCmbType, mTxtDir, mTxtImg, mTxtName, setDir(), and setImg().
Referenced by ProjectDlg().
void ProjectDlg::loadTypes | ( | ) | [protected] |
Definition at line 105 of file projectdlg.cpp.
References mCmbType, and mTypeSet.
Referenced by buildDialog().
void ProjectDlg::setDir | ( | ) | [slot] |
void ProjectDlg::setImg | ( | ) | [slot] |
void ProjectDlg::create | ( | ) | [slot] |
void ProjectDlg::chkToggle | ( | bool | toggle | ) | [slot] |
QLineEdit* ProjectDlg::mTxtName [protected] |
QLineEdit* ProjectDlg::mTxtDir [protected] |
QLineEdit* ProjectDlg::mTxtImg [protected] |
QCheckBox* ProjectDlg::mChkMulti [protected] |
QComboBox* ProjectDlg::mCmbType [protected] |
Definition at line 30 of file projectdlg.h.
Referenced by buildDialog(), chkToggle(), create(), and loadTypes().
std::vector<std::string> ProjectDlg::mTypeSet [protected] |
std::string& ProjectDlg::mName [protected] |
std::string& ProjectDlg::mDir [protected] |
std::string& ProjectDlg::mImg [protected] |
int& ProjectDlg::mType [protected] |
Home |
Search |
Disclaimers & Privacy |
Contact Us GLIMSView Maintainer: dsoltesz@usgs.gov |