Isis 3 Programmer Reference
|
#include <FindTool.h>
Public Member Functions | |
ImageTab (QWidget *parent=0) | |
The image tab used by the dialog in the FindTool. More... | |
Public Attributes | |
QLineEdit * | p_sampLineEdit |
Input for sample. More... | |
QLineEdit * | p_lineLineEdit |
Input for line. More... | |
Definition at line 59 of file FindTool.h.
Isis::ImageTab::ImageTab | ( | QWidget * | parent = 0 | ) |
The image tab used by the dialog in the FindTool.
parent |
Definition at line 155 of file FindTool.cpp.
References p_lineLineEdit, and p_sampLineEdit.
QLineEdit* Isis::ImageTab::p_lineLineEdit |
Input for line.
Definition at line 66 of file FindTool.h.
Referenced by Isis::FindTool::handleOkClicked(), ImageTab(), and Isis::FindTool::updateTool().
QLineEdit* Isis::ImageTab::p_sampLineEdit |
Input for sample.
Definition at line 65 of file FindTool.h.
Referenced by Isis::FindTool::handleOkClicked(), ImageTab(), and Isis::FindTool::updateTool().