1 #ifndef TargetBodyDisplayProperties_H
2 #define TargetBodyDisplayProperties_H
34 class QXmlStreamWriter;
41 class XmlStackedHandlerReader;
109 void save(QXmlStreamWriter &stream,
const Project *project,
FileName newProjectRoot)
const;
121 void toggleShowLabel();
136 virtual bool startElement(
const QString &namespaceURI,
const QString &localName,
137 const QString &qName,
const QXmlAttributes &atts);
139 virtual bool characters(
const QString &ch);
141 virtual bool endElement(
const QString &namespaceURI,
const QString &localName,
142 const QString &qName);
145 Q_DISABLE_COPY(XmlHandler);
155 void setValue(
Property prop, QVariant value);
True if the control net should show its display name (bool)
Definition: TargetBodyDisplayProperties.h:91
This class is designed to serialize QColor in a human-readable form.
Definition: Color.h:19
The main project for cnetsuite.
Definition: Project.h:105
File name manipulation and expansion.
Definition: FileName.h:111
static QColor randomColor()
Creates and returns a random color for the initial color of the footprint polygon.
Definition: TargetBodyDisplayProperties.cpp:129
Property
This is a list of properties and actions that are possible.
Definition: TargetBodyDisplayProperties.h:83
This is the GUI communication mechanism for target body objects.
Definition: TargetBodyDisplayProperties.h:77
void save(QXmlStreamWriter &stream, const Project *project, FileName newProjectRoot) const
Saves this object to an XML file.
Definition: TargetBodyDisplayProperties.cpp:151
bool supports(Property prop)
Support for this may come later.
Definition: TargetBodyDisplayProperties.cpp:108
Q_DECLARE_METATYPE(Isis::Cube *)
This allows Cube *'s to be stored in a QVariant.
void setShowLabel(bool)
Change the visibility of the display name associated with this target.
Definition: TargetBodyDisplayProperties.cpp:192
void propertyChanged(TargetBodyDisplayProperties *)
Definition: moc_TargetBodyDisplayProperties.cpp:170
void addSupport(Property prop)
Convert to Pvl for project files.
Definition: TargetBodyDisplayProperties.cpp:95
QVariant getValue(Property prop) const
Get a property's associated data.
Definition: TargetBodyDisplayProperties.cpp:119
QString displayName() const
Returns the display name.
Definition: DisplayProperties.cpp:80
Null display property for bit-flag purposes.
Definition: TargetBodyDisplayProperties.h:85
The selection state of this control net (bool)
Definition: TargetBodyDisplayProperties.h:89
Definition: DisplayProperties.h:26
XML Handler that parses XMLs in a stack-oriented way.
Definition: XmlStackedHandler.h:47
virtual ~TargetBodyDisplayProperties()
The destructor.
Definition: TargetBodyDisplayProperties.cpp:55
void setColor(QColor newColor)
Change the color associated with this target.
Definition: TargetBodyDisplayProperties.cpp:174
Definition: BoxcarCachingAlgorithm.h:29
void supportAdded(Property)
Definition: moc_TargetBodyDisplayProperties.cpp:177
TargetBodyDisplayProperties(QString displayName, QObject *parent=NULL)
TargetBodyDisplayProperties constructor.
Definition: TargetBodyDisplayProperties.cpp:24
void setSelected(bool)
Change the selected state associated with this target.
Definition: TargetBodyDisplayProperties.cpp:183
his enables stack-based XML parsing of XML files.
Definition: XmlStackedHandlerReader.h:26