1#ifndef GuiCameraDisplayProperties_H
2#define GuiCameraDisplayProperties_H
33class QXmlStreamWriter;
101 QVariant
getValue(Property prop)
const;
105 void save(QXmlStreamWriter &stream,
const Project *project,
FileName newProjectRoot)
const;
117 void toggleShowLabel();
123 void setValue(
Property prop, QVariant value);
Q_DECLARE_METATYPE(QList< Isis::GuiCameraDisplayProperties * >)
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
static QColor randomColor()
Creates and returns a random color for the intial color of the footprint polygon.
Definition GuiCameraDisplayProperties.cpp:116
void setColor(QColor newColor)
Change the color associated with this target.
Definition GuiCameraDisplayProperties.cpp:162
Property
This is a list of properties and actions that are possible.
Definition GuiCameraDisplayProperties.h:80
@ None
Null display property for bit-flag purposes.
Definition GuiCameraDisplayProperties.h:82
@ ShowLabel
True if the control net should show its display name (bool)
Definition GuiCameraDisplayProperties.h:88
@ Selected
The selection state of this control net (bool)
Definition GuiCameraDisplayProperties.h:86
@ Color
The color of the control net, default randomized (QColor)
Definition GuiCameraDisplayProperties.h:84
void setSelected(bool)
Change the selected state associated with this target.
Definition GuiCameraDisplayProperties.cpp:171
bool supports(Property prop)
Support may come later, please make sure you are connected to the supportAdded signal.
Definition GuiCameraDisplayProperties.cpp:96
void supportAdded(Property)
void addSupport(Property prop)
Convert to Pvl for project files.
Definition GuiCameraDisplayProperties.cpp:82
void setShowLabel(bool)
Change the visibility of the display name associated with this target.
Definition GuiCameraDisplayProperties.cpp:180
void propertyChanged(GuiCameraDisplayProperties *)
virtual ~GuiCameraDisplayProperties()
destructor
Definition GuiCameraDisplayProperties.cpp:41
void save(QXmlStreamWriter &stream, const Project *project, FileName newProjectRoot) const
Write the Gui Camera Display Properties out to an XML file.
Definition GuiCameraDisplayProperties.cpp:139
GuiCameraDisplayProperties(QString displayName, QObject *parent=NULL)
GuiCameraDisplayProperties constructor.
Definition GuiCameraDisplayProperties.cpp:23
QVariant getValue(Property prop) const
Get a property's associated data.
Definition GuiCameraDisplayProperties.cpp:106
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
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