Isis 3 Developer Reference
|
GUI interface for input cube file attributes. More...
#include <GuiInputAttribute.h>
Public Member Functions | |
GuiInputAttribute (QWidget *parent=0) | |
Constuctor. More... | |
~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. More... | |
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().