An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
#include <GuiOutputAttribute.h>
Public Member Functions | |
GuiOutputAttribute (QWidget *parent=0) | |
Constuctor. | |
~GuiOutputAttribute () | |
QString | GetAttributes () |
void | SetAttributes (const QString &value) |
void | SetPropagation (bool enabled) |
Do we allow propagation. | |
Static Public Member Functions | |
static int | GetAttributes (const QString &defaultAttribute, QString &newAttribute, const QString &title, bool allowProp, QWidget *parent) |
Convenience access to dialog. | |
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().