![]()  | 
  
    Isis 3 Programmer Reference
    
   | 
 
#include <GuiOutputAttribute.h>


Public Member Functions | |
| GuiOutputAttribute (QWidget *parent=0) | |
| Constuctor.  More... | |
| QString | GetAttributes () | 
| void | SetAttributes (const QString &value) | 
| void | SetPropagation (bool enabled) | 
| Do we allow propagation.  More... | |
Static Public Member Functions | |
| static int | GetAttributes (const QString &defaultAttribute, QString &newAttribute, const QString &title, bool allowProp, QWidget *parent) | 
| Convenience access to dialog.  More... | |
2012-07-02 Steven Lambright and Stuart Sides - Modified to have similar display values after the CubeAttribute refactor that better preserves strings that are passsed into CubeAttributeOutput. One of the strings was also invalid - didn't match any attributes, but was the default so there were no symptoms of a bug. This has been fixed. References #961.
2016-04-21 Makayla Shepherd - Added UnsignedWord handling.
2018-07-27 Kaitlyn Lee - Added signed/unsigned integer handling.
Definition at line 46 of file GuiOutputAttribute.h.
| Isis::GuiOutputAttribute::GuiOutputAttribute | ( | QWidget * | parent = 0 | ) | 
      
  | 
  static | 
Convenience access to dialog.
Definition at line 43 of file GuiOutputAttribute.cpp.
References GuiOutputAttribute(), and SetPropagation().
| void Isis::GuiOutputAttribute::SetPropagation | ( | bool | enabled | ) | 
Do we allow propagation.
Definition at line 299 of file GuiOutputAttribute.cpp.
Referenced by GetAttributes().