Isis 3 Programmer Reference
Isis::GuiInputAttribute Class Reference

GUI interface for input cube file attributes. More...

#include <GuiInputAttribute.h>

Inheritance diagram for Isis::GuiInputAttribute:
Inheritance graph
Collaboration diagram for Isis::GuiInputAttribute:
Collaboration graph

Public Member Functions

 GuiInputAttribute (QWidget *parent=0)
 Constuctor.
 
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.
 

Private Attributes

QLineEdit * p_lineEdit
 
QButtonGroup * p_buttonGroup
 

Detailed Description

GUI interface for input cube file attributes.

Graphical user interface for the input cube attributes dialog.

Author
2003-01-01 Stuart Sides
History
2013-06-04 Stuart Sides Fixed a bug where the input cube attributes did not propagate to the text field after being modified in the input cube attribute dialog.
Author
Stuart Sides

Definition at line 40 of file GuiInputAttribute.h.

Constructor & Destructor Documentation

◆ GuiInputAttribute()

Isis::GuiInputAttribute::GuiInputAttribute ( QWidget * parent = 0)

Constuctor.

Definition at line 47 of file GuiInputAttribute.cpp.

Referenced by GetAttributes().

◆ ~GuiInputAttribute()

Isis::GuiInputAttribute::~GuiInputAttribute ( )

Definition at line 99 of file GuiInputAttribute.cpp.

Member Function Documentation

◆ GetAttributes() [1/2]

QString Isis::GuiInputAttribute::GetAttributes ( )

Definition at line 103 of file GuiInputAttribute.cpp.

◆ GetAttributes() [2/2]

int Isis::GuiInputAttribute::GetAttributes ( const QString & defaultAttribute,
QString & newAttribute,
const QString & title,
QWidget * parent )
static

Convenience access to dialog.

Definition at line 25 of file GuiInputAttribute.cpp.

References GuiInputAttribute().

◆ SetAttributes()

void Isis::GuiInputAttribute::SetAttributes ( const QString & value)

Definition at line 117 of file GuiInputAttribute.cpp.

Member Data Documentation

◆ p_buttonGroup

QButtonGroup* Isis::GuiInputAttribute::p_buttonGroup
private

Definition at line 58 of file GuiInputAttribute.h.

◆ p_lineEdit

QLineEdit* Isis::GuiInputAttribute::p_lineEdit
private

Definition at line 57 of file GuiInputAttribute.h.


The documentation for this class was generated from the following files: