USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::GroundTab Class Reference

#include <FindTool.h>

Inheritance diagram for Isis::GroundTab:
Inheritance graph
Collaboration diagram for Isis::GroundTab:
Collaboration graph

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.

Detailed Description

Author
????-??-?? Unknown

Definition at line 44 of file FindTool.h.

Constructor & Destructor Documentation

Isis::GroundTab::GroundTab ( QWidget parent = 0)

The ground tab used by the dialog in the FindTool.

Parameters
parent

Definition at line 128 of file FindTool.cpp.

References p_latLineEdit, and p_lonLineEdit.

Member Data Documentation

QLineEdit* Isis::GroundTab::p_latLineEdit

Input for latitude.

Definition at line 51 of file FindTool.h.

Referenced by GroundTab(), Isis::FindTool::handleOkClicked(), and Isis::FindTool::updateTool().

QLineEdit* Isis::GroundTab::p_lonLineEdit

Input for longitude.

Definition at line 50 of file FindTool.h.

Referenced by GroundTab(), Isis::FindTool::handleOkClicked(), and Isis::FindTool::updateTool().


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