Isis Developer Reference
|
#include <FindTool.h>
Public Member Functions | |
ImageTab (QWidget *parent=0) | |
The image tab used by the dialog in the FindTool. | |
Public Attributes | |
QLineEdit * | p_sampLineEdit |
Input for sample. | |
QLineEdit * | p_lineLineEdit |
Input for line. | |
Isis::ImageTab::ImageTab | ( | QWidget * | parent = 0 | ) |
The image tab used by the dialog in the FindTool.
parent |
References p_lineLineEdit, and p_sampLineEdit.
QLineEdit* Isis::ImageTab::p_lineLineEdit |
Input for line.
Referenced by ImageTab(), and Isis::FindTool::updateTool().
QLineEdit* Isis::ImageTab::p_sampLineEdit |
Input for sample.
Referenced by ImageTab(), and Isis::FindTool::updateTool().