24 #ifndef IsisGuiOutputAttribute_h 25 #define IsisGuiOutputAttribute_h 29 #include <QRadioButton> 54 QString GetAttributes();
56 void SetAttributes(
const QString &value);
58 static int GetAttributes(
const QString &defaultAttribute,
59 QString &newAttribute,
67 QRadioButton *p_propagate;
68 QRadioButton *p_unsignedByte;
69 QRadioButton *p_signedWord;
70 QRadioButton *p_unsignedWord;
71 QRadioButton *p_signedInteger;
72 QRadioButton *p_unsignedInteger;
76 QRadioButton *p_attached;
77 QRadioButton *p_detached;
78 QRadioButton *p_tiled;
82 bool p_propagationEnabled;
void SetPropagation(bool enabled)
Do we allow propagation.
Namespace for ISIS/Bullet specific routines.
GuiOutputAttribute(QWidget *parent=0)
Constuctor.