#include <aboutdlg.h>
Definition at line 19 of file aboutdlg.h.
Public Member Functions | |
AboutDlg () | |
Constructor calls parent class, sets the caption, then calls the buildDlg to load up the About dialog with the relevant information. | |
Static Public Attributes | |
static const std::string | GV_VERSION = "1.0" |
static const std::string | GV_CREDITS = "\n\nMaintained and developed by Deborah Lee Soltesz, deborah.soltesz@gmail.com. \nSpreadsheet Output by Erica Liszewski. \nImage Polygon Calculator by Erica Liszewski and Deborah Lee Soltesz. \nOriginally created by Dan Mingus, USGS Flagstaff.\n\n" |
static const std::string | GV_DATE = "2008-05-29" |
static const std::string | GV_WEBSITE = "http://www.glims.org" |
Protected Member Functions | |
void | buildDlg () |
Loads up the dialog box with the "About GLIMSView" information. |
AboutDlg::AboutDlg | ( | ) |
Constructor calls parent class, sets the caption, then calls the buildDlg to load up the About dialog with the relevant information.
Definition at line 8 of file aboutdlg.cpp.
References buildDlg().
void AboutDlg::buildDlg | ( | ) | [protected] |
Loads up the dialog box with the "About GLIMSView" information.
Called by the constructor.
Definition at line 14 of file aboutdlg.cpp.
References GV_CREDITS, GV_DATE, GV_VERSION, and GV_WEBSITE.
Referenced by AboutDlg().
const std::string AboutDlg::GV_VERSION = "1.0" [static] |
const std::string AboutDlg::GV_CREDITS = "\n\nMaintained and developed by Deborah Lee Soltesz, deborah.soltesz@gmail.com. \nSpreadsheet Output by Erica Liszewski. \nImage Polygon Calculator by Erica Liszewski and Deborah Lee Soltesz. \nOriginally created by Dan Mingus, USGS Flagstaff.\n\n" [static] |
const std::string AboutDlg::GV_DATE = "2008-05-29" [static] |
const std::string AboutDlg::GV_WEBSITE = "http://www.glims.org" [static] |
Home |
Search |
Disclaimers & Privacy |
Contact Us GLIMSView Maintainer: dsoltesz@usgs.gov |