|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ImageTreeWidgetItem_H
2 #define ImageTreeWidgetItem_H
5 #include <QTreeWidgetItem>
56 using QTreeWidgetItem::parent;
62 void setColumnValue(
TreeColumn column,
double value);
68 Qt::CheckState toCheck(QVariant);
void setSelected(bool)
Change the selected state associated with this cube.
Definition: ImageDisplayProperties.cpp:82
@ ShowOutline
True if the cube should be outlined (bool)
Definition: ImageDisplayProperties.h:105
double lineResolution() const
Get the line resolution of this image, as calculated and attached by camstats.
Definition: Image.cpp:485
void addSupport(int property)
Call this with every property you support, otherwise they will not communicate properly between widge...
Definition: DisplayProperties.cpp:108
@ Selected
The selection state of this cube (bool)
Definition: ImageDisplayProperties.h:97
Angle phaseAngle() const
Get the phase angle of this image, as calculated and attached by camstats.
Definition: Image.cpp:515
@ ShowLabel
True if the cube should show its display name (bool)
Definition: ImageDisplayProperties.h:103
bool IsSpecial(const double d)
Returns if the input pixel is special.
Definition: SpecialPixel.h:197
double resolution() const
Get the resolution of this image, as calculated and attached by camstats.
Definition: Image.cpp:455
Internalizes a list of images and allows for operations on the entire list.
Definition: ImageList.h:55
void setShowDNs(bool)
Change the visibility of DNs associated with this cube.
Definition: ImageDisplayProperties.cpp:90
bool supports(int property)
Support may come later, please make sure you are connected to the supportAdded signal.
Definition: DisplayProperties.cpp:122
double aspectRatio() const
Get the aspect ratio of this image, as calculated and attached by camstats.
Definition: Image.cpp:436
Angle northAzimuth() const
Get the north azimuth of this image, as calculated and attached by camstats.
Definition: Image.cpp:505
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
@ Color
The color of the cube, default randomized (QColor)
Definition: ImageDisplayProperties.h:95
QString displayName() const
Returns the display name.
Definition: DisplayProperties.cpp:88
QString name() const
Get the human-readable name of this image list.
Definition: ImageList.cpp:724
double sampleResolution() const
Get the sample resolution of this image, as calculated and attached by camstats.
Definition: Image.cpp:525
This represents a cube in a project-based GUI interface.
Definition: Image.h:107
Isis exception class.
Definition: IException.h:91
ImageDisplayProperties * displayProperties()
Get the display (GUI) properties (information) associated with this image.
Definition: Image.cpp:320
@ ShowDNs
True if the cube should show DN values if possible (bool)
Definition: ImageDisplayProperties.h:99
void setShowFill(bool)
Change the visibility of the fill area associated with this cube.
Definition: ImageDisplayProperties.cpp:98
@ Programmer
This error is for when a programmer made an API call that was illegal.
Definition: IException.h:146
@ ShowFill
True if the cube should show a fill area if possible (bool)
Definition: ImageDisplayProperties.h:101
double degrees() const
Get the angle in units of Degrees.
Definition: Angle.h:232
void setShowOutline(bool)
Change the visibility of the outline associated with this cube.
Definition: ImageDisplayProperties.cpp:114
void setShowLabel(bool)
Change the visibility of the display name associated with this cube.
Definition: ImageDisplayProperties.cpp:106
Angle incidenceAngle() const
Get the incidence angle of this image, as calculated and attached by camstats.
Definition: Image.cpp:475
Angle emissionAngle() const
Get the emission angle of this image, as calculated and attached by camstats.
Definition: Image.cpp:465
QVariant getValue(int property) const
Get a property's associated data.
Definition: DisplayProperties.cpp:147
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
This is the GUI communication mechanism for cubes.
Definition: ImageDisplayProperties.h:85