1#ifndef ShapeDisplayProperties_H 
    2#define ShapeDisplayProperties_H 
   19class QXmlStreamWriter;
 
   85      QVariant 
getValue(Property prop) 
const;
 
  101      void toggleShowLabel();
 
  107      void setValue(
Property prop, QVariant value);
 
 
Q_DECLARE_METATYPE(QList< Isis::ShapeDisplayProperties * >)
 
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
 
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
 
bool supports(Property prop)
Support for this may come later.
Definition ShapeDisplayProperties.cpp:67
 
static QColor randomColor()
Creates and returns a random color for the initial color of the footprint polygon.
Definition ShapeDisplayProperties.cpp:88
 
virtual ~ShapeDisplayProperties()
The destructor.
Definition ShapeDisplayProperties.cpp:42
 
Property
This is a list of properties and actions that are possible.
Definition ShapeDisplayProperties.h:64
 
@ None
Null display property for bit-flag purposes.
Definition ShapeDisplayProperties.h:66
 
@ Color
The color of the control net, default randomized (QColor)
Definition ShapeDisplayProperties.h:68
 
@ Selected
The selection state of this control net (bool)
Definition ShapeDisplayProperties.h:70
 
@ ShowLabel
True if the control net should show its display name (bool)
Definition ShapeDisplayProperties.h:72
 
void setColor(QColor newColor)
Change the color associated with this shape.
Definition ShapeDisplayProperties.cpp:133
 
void supportAdded(Property)
 
QVariant getValue(Property prop) const
Get a property's associated data.
Definition ShapeDisplayProperties.cpp:78
 
void setShowLabel(bool)
Change the visibility of the display name associated with this shape.
Definition ShapeDisplayProperties.cpp:151
 
void save(QXmlStreamWriter &stream, const Project *project, FileName newProjectRoot) const
Saves this object to an XML file.
Definition ShapeDisplayProperties.cpp:110
 
void propertyChanged(ShapeDisplayProperties *)
 
void addSupport(Property prop)
Call this with every property you support, otherwise they will not communicate properly between widge...
Definition ShapeDisplayProperties.cpp:54
 
void setSelected(bool)
Change the selected state associated with this shape.
Definition ShapeDisplayProperties.cpp:142
 
ShapeDisplayProperties(QString displayName, QObject *parent=NULL)
ShapeDisplayProperties constructor.
Definition ShapeDisplayProperties.cpp:24
 
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 CubeIoHandler.h:23
 
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16