An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
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().
QLineEdit* Isis::ImageTab::p_sampLineEdit |
Input for sample.
Referenced by ImageTab().