Loading [MathJax]/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
6 #include <QColorDialog>
8 #include <QInputDialog>
14 #include "XmlStackedHandlerReader.h"
46 ImageDisplayProperties::~ImageDisplayProperties() {
61 while(red + green + blue < 300) {
67 return QColor(red, green, blue, 60);
This class is designed to serialize QColor in a human-readable form.
void setSelected(bool)
Change the selected state associated with this cube.
@ ShowOutline
True if the cube should be outlined (bool)
static QColor randomColor()
Creates and returns a random color for the intial color of the footprint polygon.
void setColor(QColor newColor)
Change the color associated with this cube.
@ Selected
The selection state of this cube (bool)
void setValue(int prop, QVariant value)
This is the generic mutator for properties.
@ ShowLabel
True if the cube should show its display name (bool)
Manage a stack of content handlers for reading XML files.
void setShowDNs(bool)
Change the visibility of DNs associated with this cube.
ImageDisplayProperties(QString displayName, QObject *parent=NULL)
ImageDisplayProperties constructor.
@ ShowDNs
True if the cube should show DN values if possible (bool)
void setShowFill(bool)
Change the visibility of the fill area associated with this cube.
@ ShowFill
True if the cube should show a fill area if possible (bool)
void setShowOutline(bool)
Change the visibility of the outline associated with this cube.
void setShowLabel(bool)
Change the visibility of the display name associated with this cube.
This is free and unencumbered software released into the public domain.