1 #ifndef TargetBodyDisplayProperties_H 2 #define TargetBodyDisplayProperties_H 30 #include "DisplayProperties.h" 31 #include "XmlStackedHandler.h" 34 class QXmlStreamWriter;
41 class XmlStackedHandlerReader;
109 void save(QXmlStreamWriter &stream,
const Project *project,
FileName newProjectRoot)
const;
135 virtual bool startElement(
const QString &namespaceURI,
const QString &localName,
136 const QString &qName,
const QXmlAttributes &atts);
140 virtual bool endElement(
const QString &namespaceURI,
const QString &localName,
141 const QString &qName);
True if the control net should show its display name (bool)
This class is designed to serialize QColor in a human-readable form.
The main project for ipce.
File name manipulation and expansion.
QMap< int, QVariant > * m_propertyValues
This is a map from Property to value – the reason I use an int is so Qt knows how to serialize this ...
static QColor randomColor()
Creates and returns a random color for the initial color of the footprint polygon.
Property
This is a list of properties and actions that are possible.
This is the GUI communication mechanism for target body objects.
void setValue(Property prop, QVariant value)
This is the generic mutator for properties.
bool supports(Property prop)
Support for this may come later.
QString displayName() const
Returns the display name.
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.
Property m_propertiesUsed
This indicated whether any widgets with this DisplayProperties is using a particular property...
void addSupport(Property prop)
Convert to Pvl for project files.
Null display property for bit-flag purposes.
The selection state of this control net (bool)
XML Handler that parses XMLs in a stack-oriented way.
void toggleShowLabel()
Change the visibility of the display name.
virtual bool startElement(const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts)
This overrides the parent startElement function in XmlStackedHandler so the parser can handle an XML ...
virtual ~TargetBodyDisplayProperties()
The destructor.
void setColor(QColor newColor)
Change the color associated with this target.
QVariant getValue(Property prop) const
Get a property's associated data.
Namespace for ISIS/Bullet specific routines.
TargetBodyDisplayProperties(QString displayName, QObject *parent=NULL)
TargetBodyDisplayProperties constructor.
XmlHandler(TargetBodyDisplayProperties *displayProperties)
Constructor for the XmlHandler class.
void setSelected(bool)
Change the selected state associated with this target.
void save(QXmlStreamWriter &stream, const Project *project, FileName newProjectRoot) const
Saves this object to an XML file.
virtual bool endElement(const QString &namespaceURI, const QString &localName, const QString &qName)
The XML reader invokes this method at the end of every element in the XML document.
Process an XML file containing information about a WorkOrder.
Manage a stack of content handlers for reading XML files.
virtual bool characters(const QString &ch)
This implementation of a virtual function calls QXmlDefaultHandler::characters(QString &ch) which in ...
static QList< TargetBodyDisplayProperties * > senderToData(QObject *sender)
Return display properties associated with a slot.