File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
GuiOutputAttribute.h
Go to the documentation of this file.
1 #ifndef IsisGuiOutputAttribute_h
2 #define IsisGuiOutputAttribute_h
3 
8 /* SPDX-License-Identifier: CC0-1.0 */
9 
10 #include <QDialog>
11 #include <QLineEdit>
12 #include <QRadioButton>
13 
14 namespace Isis {
29  class GuiOutputAttribute : public QDialog {
30  Q_OBJECT
31 
32  public:
33  GuiOutputAttribute(QWidget *parent = 0);
34 
36 
37  QString GetAttributes();
38 
39  void SetAttributes(const QString &value);
40 
41  static int GetAttributes(const QString &defaultAttribute,
42  QString &newAttribute,
43  const QString &title,
44  bool allowProp,
45  QWidget *parent);
46 
47  void SetPropagation(bool enabled);
48 
49  private:
50  QRadioButton *p_propagate;
51  QRadioButton *p_unsignedByte;
52  QRadioButton *p_signedWord;
53  QRadioButton *p_unsignedWord;
54  QRadioButton *p_signedInteger;
55  QRadioButton *p_unsignedInteger;
56  QRadioButton *p_real;
57  QLineEdit *p_minEdit;
58  QLineEdit *p_maxEdit;
59  QRadioButton *p_attached;
60  QRadioButton *p_detached;
61  QRadioButton *p_tiled;
62  QRadioButton *p_bsq;
63  QRadioButton *p_lsb;
64  QRadioButton *p_msb;
65  bool p_propagationEnabled;
66  };
67 };
68 
69 #endif
FileName.h
GuiOutputAttribute.h
QWidget
Isis::GuiOutputAttribute::GetAttributes
QString GetAttributes()
Definition: GuiOutputAttribute.cpp:197
Isis::UnsignedWord
@ UnsignedWord
Definition: PixelType.h:31
Isis::CubeAttributeOutput
Manipulate and parse attributes of output cube filenames.
Definition: CubeAttribute.h:473
Isis::GuiOutputAttribute::SetAttributes
void SetAttributes(const QString &value)
Definition: GuiOutputAttribute.cpp:231
Isis::SignedWord
@ SignedWord
Definition: PixelType.h:32
Isis::GuiOutputAttribute::SetPropagation
void SetPropagation(bool enabled)
Do we allow propagation.
Definition: GuiOutputAttribute.cpp:283
Isis::AttachedLabel
@ AttachedLabel
The input label is embedded in the image file.
Definition: CubeAttribute.h:32
Isis::Cube::Tile
@ Tile
Cubes are stored in tile format, that is the order of the pixels in the file (on disk) is BSQ within ...
Definition: Cube.h:232
Isis::CubeAttributeOutput::pixelType
PixelType pixelType() const
Return the pixel type as an Isis::PixelType.
Definition: CubeAttribute.cpp:360
Isis::GuiOutputAttribute::~GuiOutputAttribute
~GuiOutputAttribute()
Definition: GuiOutputAttribute.cpp:193
Isis::CubeAttributeOutput::propagateMinimumMaximum
bool propagateMinimumMaximum() const
Return true if the min/max are to be propagated from an input cube.
Definition: CubeAttribute.cpp:177
Isis::GuiOutputAttribute
Definition: GuiOutputAttribute.h:29
Isis::GuiOutputAttribute::GuiOutputAttribute
GuiOutputAttribute(QWidget *parent=0)
Constuctor.
Definition: GuiOutputAttribute.cpp:51
Isis::CubeAttributeOutput::labelAttachment
LabelAttachment labelAttachment() const
Definition: CubeAttribute.cpp:400
Isis::UnsignedInteger
@ UnsignedInteger
Definition: PixelType.h:33
Isis::CubeAttributeOutput::byteOrder
ByteOrder byteOrder() const
Return the byte order as an Isis::ByteOrder.
Definition: CubeAttribute.cpp:455
Isis::SignedInteger
@ SignedInteger
Definition: PixelType.h:34
Isis::CubeAttributeOutput::maximum
double maximum() const
Return the output cube attribute maximum.
Definition: CubeAttribute.cpp:309
Isis::CubeAttributeOutput::minimum
double minimum() const
Return the output cube attribute minimum.
Definition: CubeAttribute.cpp:294
QDialog
Isis::Lsb
@ Lsb
Definition: Endian.h:44
Isis::CubeAttributeOutput::fileFormat
Cube::Format fileFormat() const
Return the file format an Cube::Format.
Definition: CubeAttribute.cpp:267
Isis::UnsignedByte
@ UnsignedByte
Definition: PixelType.h:29
Isis::CubeAttributeOutput::propagatePixelType
bool propagatePixelType() const
Return true if the pixel type is to be propagated from an input cube.
Definition: CubeAttribute.cpp:165
CubeAttribute.h
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 03/21/2022 06:50:49