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
|
GUI interface for input cube file attributes. More...
#include <GuiInputAttribute.h>
Public Member Functions | |
GuiInputAttribute (QWidget *parent=0) | |
Constuctor. | |
~GuiInputAttribute () | |
QString | GetAttributes () |
void | SetAttributes (const QString &value) |
Static Public Member Functions | |
static int | GetAttributes (const QString &defaultAttribute, QString &newAttribute, const QString &title, QWidget *parent) |
Convenience access to dialog. | |
GUI interface for input cube file attributes.
Graphical user interface for the input cube attributes dialog.
Isis::GuiInputAttribute::GuiInputAttribute | ( | QWidget * | parent = 0 | ) |
Constuctor.
Referenced by GetAttributes().
Isis::GuiInputAttribute::~GuiInputAttribute | ( | ) |
QString Isis::GuiInputAttribute::GetAttributes | ( | ) |
Referenced by GetAttributes().
|
static |
Convenience access to dialog.
References GetAttributes(), GuiInputAttribute(), and SetAttributes().
void Isis::GuiInputAttribute::SetAttributes | ( | const QString & | value | ) |
References Isis::CubeAttributeInput::bands().
Referenced by GetAttributes().