1#ifndef ImageDisplayProperties_H 
    2#define ImageDisplayProperties_H 
   34class QXmlStreamWriter;
 
Q_DECLARE_METATYPE(QList< Isis::ImageDisplayProperties * >)
 
IO Handler for Isis Cubes.
Definition Cube.h:168
 
QString displayName() const
Returns the display name.
Definition DisplayProperties.cpp:79
 
DisplayProperties(QString displayName, QObject *parent=NULL)
DisplayProperties constructor.
Definition DisplayProperties.cpp:28
 
File name manipulation and expansion.
Definition FileName.h:100
 
void setShowLabel(bool)
Change the visibility of the display name associated with this cube.
Definition ImageDisplayProperties.cpp:100
 
void setShowFill(bool)
Change the visibility of the fill area associated with this cube.
Definition ImageDisplayProperties.cpp:92
 
void setShowDNs(bool)
Change the visibility of DNs associated with this cube.
Definition ImageDisplayProperties.cpp:84
 
void moveToBottom()
Z Order to bottom.
 
Property
This is a list of properties and actions that are possible.
Definition ImageDisplayProperties.h:90
 
@ ShowLabel
True if the cube should show its display name (bool)
Definition ImageDisplayProperties.h:102
 
@ FootprintViewProperties
Every display property for footprint views, provided for convenience.
Definition ImageDisplayProperties.h:110
 
@ ShowFill
True if the cube should show a fill area if possible (bool)
Definition ImageDisplayProperties.h:100
 
@ ShowDNs
True if the cube should show DN values if possible (bool)
Definition ImageDisplayProperties.h:98
 
@ Selected
The selection state of this cube (bool)
Definition ImageDisplayProperties.h:96
 
@ None
Null display property for bit-flag purposes.
Definition ImageDisplayProperties.h:92
 
@ Zooming
Data ignored. Tells if the cube supports the zoomFit action.
Definition ImageDisplayProperties.h:106
 
@ Color
The color of the cube, default randomized (QColor)
Definition ImageDisplayProperties.h:94
 
@ ZOrdering
Data ignored. Tells if the cube supports the "move*" actions.
Definition ImageDisplayProperties.h:108
 
@ ShowOutline
True if the cube should be outlined (bool)
Definition ImageDisplayProperties.h:104
 
void setColor(QColor newColor)
Change the color associated with this cube.
Definition ImageDisplayProperties.cpp:68
 
void moveToTop()
Z Order to top.
 
virtual ~ImageDisplayProperties()
Definition ImageDisplayProperties.cpp:40
 
void setShowOutline(bool)
Change the visibility of the outline associated with this cube.
Definition ImageDisplayProperties.cpp:108
 
ImageDisplayProperties(QString displayName, QObject *parent=NULL)
ImageDisplayProperties constructor.
Definition ImageDisplayProperties.cpp:25
 
void moveDownOne()
Z Order down one.
 
void setSelected(bool)
Change the selected state associated with this cube.
Definition ImageDisplayProperties.cpp:76
 
static QColor randomColor()
Creates and returns a random color for the intial color of the footprint polygon.
Definition ImageDisplayProperties.cpp:48
 
void zoomFit()
Fit in window.
 
void moveUpOne()
Z Order up one.
 
The main project for ipce.
Definition Project.h:287
 
Container for cube-like labels.
Definition Pvl.h:122
 
Contains Pvl Groups and Pvl Objects.
Definition PvlObject.h:61
 
Universal Ground Map.
Definition UniversalGroundMap.h:69
 
This is free and unencumbered software released into the public domain.
Definition BoxcarCachingAlgorithm.h:13
 
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16