GLIMSView Source Code Documentation

AboutDlg Class Reference

#include <aboutdlg.h>

Inheritance diagram for AboutDlg:

Inheritance graph
[legend]

List of all members.


Detailed Description

Dialog box that provides basic "About GLIMSView" information.

Author:
Dan Mingus
History:
2008-05-26 Deborah Lee Soltesz - tweaked information for latest release.

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.

Constructor & Destructor Documentation

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

Here is the call graph for this function:


Member Function Documentation

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


Member Data Documentation

const std::string AboutDlg::GV_VERSION = "1.0" [static]

Definition at line 29 of file aboutdlg.h.

Referenced by buildDlg().

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]

Definition at line 30 of file aboutdlg.h.

Referenced by buildDlg().

const std::string AboutDlg::GV_DATE = "2008-05-29" [static]

Definition at line 31 of file aboutdlg.h.

Referenced by buildDlg(), and MainToolbar::setupProj().

const std::string AboutDlg::GV_WEBSITE = "http://www.glims.org" [static]

Definition at line 32 of file aboutdlg.h.

Referenced by buildDlg().


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

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