1 #ifndef ImageDisplayProperties_H
2 #define ImageDisplayProperties_H
34 class QXmlStreamWriter;
42 class UniversalGroundMap;
43 class XmlStackedHandlerReader;
True if the cube should show a fill area if possible (bool)
Definition: ImageDisplayProperties.h:101
This class is designed to serialize QColor in a human-readable form.
Definition: Color.h:19
void moveToTop()
Z Order to top.
Definition: moc_ImageDisplayProperties.cpp:205
void setShowDNs(bool)
Change the visibility of DNs associated with this cube.
Definition: ImageDisplayProperties.cpp:90
ImageDisplayProperties(QString displayName, QObject *parent=NULL)
ImageDisplayProperties constructor.
Definition: ImageDisplayProperties.cpp:26
True if the cube should be outlined (bool)
Definition: ImageDisplayProperties.h:105
Q_DECLARE_METATYPE(Isis::Cube *)
This allows Cube *'s to be stored in a QVariant.
Null display property for bit-flag purposes.
Definition: ImageDisplayProperties.h:93
void setSelected(bool)
Change the selected state associated with this cube.
Definition: ImageDisplayProperties.cpp:82
True if the cube should show DN values if possible (bool)
Definition: ImageDisplayProperties.h:99
True if the cube should show its display name (bool)
Definition: ImageDisplayProperties.h:103
This is the GUI communication mechanism for cubes.
Definition: ImageDisplayProperties.h:85
virtual ~ImageDisplayProperties()
Definition: ImageDisplayProperties.cpp:46
QString displayName() const
Returns the display name.
Definition: DisplayProperties.cpp:80
void moveToBottom()
Z Order to bottom.
Definition: moc_ImageDisplayProperties.cpp:217
void setShowLabel(bool)
Change the visibility of the display name associated with this cube.
Definition: ImageDisplayProperties.cpp:106
Definition: DisplayProperties.h:26
void moveUpOne()
Z Order up one.
Definition: moc_ImageDisplayProperties.cpp:199
void setColor(QColor newColor)
Change the color associated with this cube.
Definition: ImageDisplayProperties.cpp:74
Property
This is a list of properties and actions that are possible.
Definition: ImageDisplayProperties.h:91
void setShowOutline(bool)
Change the visibility of the outline associated with this cube.
Definition: ImageDisplayProperties.cpp:114
Data ignored. Tells if the cube supports the zoomFit action.
Definition: ImageDisplayProperties.h:107
Every display property for footprint views, provided for convenience.
Definition: ImageDisplayProperties.h:111
void zoomFit()
Fit in window.
Definition: moc_ImageDisplayProperties.cpp:223
Data ignored. Tells if the cube supports the "move*" actions.
Definition: ImageDisplayProperties.h:109
Definition: BoxcarCachingAlgorithm.h:29
The selection state of this cube (bool)
Definition: ImageDisplayProperties.h:97
his enables stack-based XML parsing of XML files.
Definition: XmlStackedHandlerReader.h:26
void moveDownOne()
Z Order down one.
Definition: moc_ImageDisplayProperties.cpp:211
static QColor randomColor()
Creates and returns a random color for the intial color of the footprint polygon. ...
Definition: ImageDisplayProperties.cpp:54
void setShowFill(bool)
Change the visibility of the fill area associated with this cube.
Definition: ImageDisplayProperties.cpp:98