24 #ifndef IsisGuiOutputAttribute_h
25 #define IsisGuiOutputAttribute_h
29 #include <QRadioButton>
53 QString GetAttributes();
55 void SetAttributes(
const QString &value);
57 static int GetAttributes(
const QString &defaultAttribute,
58 QString &newAttribute,
66 QRadioButton *p_propagate;
67 QRadioButton *p_unsignedByte;
68 QRadioButton *p_signedWord;
69 QRadioButton *p_unsignedWord;
73 QRadioButton *p_attached;
74 QRadioButton *p_detached;
75 QRadioButton *p_tiled;
79 bool p_propagationEnabled;
void SetPropagation(bool enabled)
Do we allow propagation.
GuiOutputAttribute(QWidget *parent=0)
Constuctor.