Isis Developer Reference
|
#include <FindTool.h>
Public Member Functions | |
GroundTab (QWidget *parent=0) | |
The ground tab used by the dialog in the FindTool. | |
Public Attributes | |
QLineEdit * | p_lonLineEdit |
Input for longitude. | |
QLineEdit * | p_latLineEdit |
Input for latitude. | |
Isis::GroundTab::GroundTab | ( | QWidget * | parent = 0 | ) |
The ground tab used by the dialog in the FindTool.
parent |
References p_latLineEdit, and p_lonLineEdit.
QLineEdit* Isis::GroundTab::p_latLineEdit |
Input for latitude.
Referenced by GroundTab(), Isis::FindTool::updateTool(), and Isis::FindTool::~FindTool().
QLineEdit* Isis::GroundTab::p_lonLineEdit |
Input for longitude.
Referenced by GroundTab(), Isis::FindTool::updateTool(), and Isis::FindTool::~FindTool().