Isis 3 Developer Reference
|
#include <GuiOutputAttribute.h>
Public Member Functions | |
GuiOutputAttribute (QWidget *parent=0) | |
Constuctor. More... | |
~GuiOutputAttribute () | |
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... | |
Isis::GuiOutputAttribute::GuiOutputAttribute | ( | QWidget * | parent = 0 | ) |
Constuctor.
Referenced by GetAttributes().
Isis::GuiOutputAttribute::~GuiOutputAttribute | ( | ) |
QString Isis::GuiOutputAttribute::GetAttributes | ( | ) |
Referenced by GetAttributes().
|
static |
Convenience access to dialog.
References GetAttributes(), GuiOutputAttribute(), SetAttributes(), and SetPropagation().
void Isis::GuiOutputAttribute::SetAttributes | ( | const QString & | value | ) |
References Isis::AttachedLabel, Isis::CubeAttributeOutput::byteOrder(), Isis::CubeAttributeOutput::fileFormat(), Isis::CubeAttributeOutput::labelAttachment(), Isis::Lsb, Isis::CubeAttributeOutput::maximum(), Isis::CubeAttributeOutput::minimum(), Isis::CubeAttributeOutput::pixelType(), Isis::CubeAttributeOutput::propagateMinimumMaximum(), Isis::CubeAttributeOutput::propagatePixelType(), Isis::SignedInteger, Isis::SignedWord, Isis::Cube::Tile, Isis::UnsignedByte, Isis::UnsignedInteger, and Isis::UnsignedWord.
Referenced by GetAttributes().
void Isis::GuiOutputAttribute::SetPropagation | ( | bool | enabled | ) |
Do we allow propagation.
Referenced by GetAttributes().