1#ifndef TargetBodyDisplayProperties_H
2#define TargetBodyDisplayProperties_H
19class QXmlStreamWriter;
88 QVariant
getValue(Property prop)
const;
104 void toggleShowLabel();
110 void setValue(
Property prop, QVariant value);
111 static QList<TargetBodyDisplayProperties *> senderToData(
QObject *sender);
124 QMap<int, QVariant> *m_propertyValues;
Q_DECLARE_METATYPE(QList< Isis::TargetBodyDisplayProperties * >)
This class is designed to serialize QColor in a human-readable form.
Definition Color.h:26
Definition DisplayProperties.h:32
QString displayName() const
Returns the display name.
Definition DisplayProperties.cpp:79
File name manipulation and expansion.
Definition FileName.h:100
The main project for ipce.
Definition Project.h:287
This is the GUI communication mechanism for target body objects.
Definition TargetBodyDisplayProperties.h:61
Property
This is a list of properties and actions that are possible.
Definition TargetBodyDisplayProperties.h:67
@ Selected
The selection state of this control net (bool)
Definition TargetBodyDisplayProperties.h:73
@ None
Null display property for bit-flag purposes.
Definition TargetBodyDisplayProperties.h:69
@ ShowLabel
True if the control net should show its display name (bool)
Definition TargetBodyDisplayProperties.h:75
void save(QXmlStreamWriter &stream, const Project *project, FileName newProjectRoot) const
Saves this object to an XML file.
Definition TargetBodyDisplayProperties.cpp:138
TargetBodyDisplayProperties(QString displayName, QObject *parent=NULL)
TargetBodyDisplayProperties constructor.
Definition TargetBodyDisplayProperties.cpp:23
bool supports(Property prop)
Support for this may come later.
Definition TargetBodyDisplayProperties.cpp:94
void supportAdded(Property)
QVariant getValue(Property prop) const
Get a property's associated data.
Definition TargetBodyDisplayProperties.cpp:105
virtual ~TargetBodyDisplayProperties()
The destructor.
Definition TargetBodyDisplayProperties.cpp:41
void setColor(QColor newColor)
Change the color associated with this target.
Definition TargetBodyDisplayProperties.cpp:162
void propertyChanged(TargetBodyDisplayProperties *)
void setShowLabel(bool)
Change the visibility of the display name associated with this target.
Definition TargetBodyDisplayProperties.cpp:182
static QColor randomColor()
Creates and returns a random color for the initial color of the footprint polygon.
Definition TargetBodyDisplayProperties.cpp:115
void setSelected(bool)
Change the selected state associated with this target.
Definition TargetBodyDisplayProperties.cpp:172
void addSupport(Property prop)
Call this with every property you support, otherwise they will not communicate properly between widge...
Definition TargetBodyDisplayProperties.cpp:81
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16