#include <AboutDialog.h>
Public Member Functions | |
| AboutDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | setTerraLibLogoFilePath (std::string path) |
| void | setTerraViewLogoFilePath (std::string path) |
| ~AboutDialog () | |
Private Attributes | |
| std::unique_ptr< Ui::AboutDialogForm > | m_ui |
Definition at line 38 of file AboutDialog.h.
| AboutDialog::AboutDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 39 of file AboutDialog.cpp.
References te::common::Version::buildDate(), m_ui, and ~AboutDialog().
|
default |
Referenced by AboutDialog().
| void AboutDialog::setTerraLibLogoFilePath | ( | std::string | path | ) |
Definition at line 67 of file AboutDialog.cpp.
References m_ui.
Referenced by TerraView::showAboutDialog().
| void AboutDialog::setTerraViewLogoFilePath | ( | std::string | path | ) |
Definition at line 60 of file AboutDialog.cpp.
References m_ui.
Referenced by TerraView::showAboutDialog().
|
private |
Definition at line 54 of file AboutDialog.h.
Referenced by AboutDialog(), setTerraLibLogoFilePath(), and setTerraViewLogoFilePath().