GLIMSView Source Code Documentation

ProjectDlg Class Reference

#include <projectdlg.h>

Inheritance diagram for ProjectDlg:

Inheritance graph
[legend]

List of all members.


Detailed Description

Deprecated.

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

Constructor & Destructor Documentation

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.

Here is the call graph for this function:


Member Function Documentation

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().

Here is the call graph for this function:

void ProjectDlg::loadTypes (  )  [protected]

Definition at line 105 of file projectdlg.cpp.

References mCmbType, and mTypeSet.

Referenced by buildDialog().

void ProjectDlg::setDir (  )  [slot]

Definition at line 75 of file projectdlg.cpp.

References mTxtDir.

Referenced by buildDialog().

void ProjectDlg::setImg (  )  [slot]

Definition at line 82 of file projectdlg.cpp.

References mTxtImg.

Referenced by buildDialog().

void ProjectDlg::create (  )  [slot]

Definition at line 89 of file projectdlg.cpp.

References mChkMulti, mCmbType, mDir, mImg, mName, mTxtDir, mTxtImg, mTxtName, and mType.

Referenced by buildDialog().

void ProjectDlg::chkToggle ( bool  toggle  )  [slot]

Definition at line 101 of file projectdlg.cpp.

References mCmbType.

Referenced by buildDialog().


Member Data Documentation

QLineEdit* ProjectDlg::mTxtName [protected]

Definition at line 26 of file projectdlg.h.

Referenced by buildDialog(), and create().

QLineEdit* ProjectDlg::mTxtDir [protected]

Definition at line 27 of file projectdlg.h.

Referenced by buildDialog(), create(), and setDir().

QLineEdit* ProjectDlg::mTxtImg [protected]

Definition at line 28 of file projectdlg.h.

Referenced by buildDialog(), create(), and setImg().

QCheckBox* ProjectDlg::mChkMulti [protected]

Definition at line 29 of file projectdlg.h.

Referenced by buildDialog(), and create().

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]

Definition at line 31 of file projectdlg.h.

Referenced by loadTypes(), and ProjectDlg().

std::string& ProjectDlg::mName [protected]

Definition at line 33 of file projectdlg.h.

Referenced by create().

std::string& ProjectDlg::mDir [protected]

Definition at line 34 of file projectdlg.h.

Referenced by create().

std::string& ProjectDlg::mImg [protected]

Definition at line 35 of file projectdlg.h.

Referenced by create().

int& ProjectDlg::mType [protected]

Definition at line 36 of file projectdlg.h.

Referenced by create().


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

Home | Search | Disclaimers & Privacy | Contact Us
GLIMSView Maintainer: dsoltesz@usgs.gov