|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ShapeDisplayProperties_H
2 #define ShapeDisplayProperties_H
20 class QXmlStreamWriter;
27 class XmlStackedHandlerReader;
104 void toggleShowLabel();
119 virtual bool startElement(
const QString &namespaceURI,
const QString &localName,
120 const QString &qName,
const QXmlAttributes &atts);
122 virtual bool characters(
const QString &ch);
124 virtual bool endElement(
const QString &namespaceURI,
const QString &localName,
125 const QString &qName);
128 Q_DISABLE_COPY(XmlHandler);
138 void setValue(
Property prop, QVariant value);
This class is designed to serialize QColor in a human-readable form.
Definition: Color.h:26
Q_DECLARE_METATYPE(QList< Isis::ShapeDisplayProperties * >)
@ None
Null display property for bit-flag purposes.
Definition: ShapeDisplayProperties.h:68
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
void propertyChanged(ShapeDisplayProperties *)
File name manipulation and expansion.
Definition: FileName.h:100
virtual void pushContentHandler(XmlStackedHandler *newHandler)
Push a contentHandler and maybe continue parsing...
Definition: XmlStackedHandlerReader.cpp:55
void addSupport(Property prop)
Call this with every property you support, otherwise they will not communicate properly between widge...
Definition: ShapeDisplayProperties.cpp:68
Definition: DisplayProperties.h:34
virtual bool startElement(const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts)
Definition: XmlStackedHandler.cpp:44
void setColor(QColor newColor)
Change the color associated with this shape.
Definition: ShapeDisplayProperties.cpp:147
void save(QXmlStreamWriter &stream, const Project *project, FileName newProjectRoot) const
Saves this object to an XML file.
Definition: ShapeDisplayProperties.cpp:124
Property
This is a list of properties and actions that are possible.
Definition: ShapeDisplayProperties.h:66
@ Selected
The selection state of this control net (bool)
Definition: ShapeDisplayProperties.h:72
ShapeDisplayProperties(QString displayName, QObject *parent=NULL)
ShapeDisplayProperties constructor.
Definition: ShapeDisplayProperties.cpp:25
Manage a stack of content handlers for reading XML files.
Definition: XmlStackedHandlerReader.h:30
This is the GUI communication mechanism for shape objects.
Definition: ShapeDisplayProperties.h:60
The main project for ipce.
Definition: Project.h:289
const int ReadWrite
Definition: Process.h:24
virtual ~ShapeDisplayProperties()
The destructor.
Definition: ShapeDisplayProperties.cpp:56
QString displayName() const
Returns the display name.
Definition: DisplayProperties.cpp:88
bool supports(Property prop)
Support for this may come later.
Definition: ShapeDisplayProperties.cpp:81
virtual bool endElement(const QString &namespaceURI, const QString &localName, const QString &qName)
Definition: XmlStackedHandler.cpp:55
QVariant getValue(Property prop) const
Get a property's associated data.
Definition: ShapeDisplayProperties.cpp:92
void supportAdded(Property)
XML Handler that parses XMLs in a stack-oriented way.
Definition: XmlStackedHandler.h:118
void setSelected(bool)
Change the selected state associated with this shape.
Definition: ShapeDisplayProperties.cpp:156
static QColor randomColor()
Creates and returns a random color for the initial color of the footprint polygon.
Definition: ShapeDisplayProperties.cpp:102
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
void setShowLabel(bool)
Change the visibility of the display name associated with this shape.
Definition: ShapeDisplayProperties.cpp:165
@ ShowLabel
True if the control net should show its display name (bool)
Definition: ShapeDisplayProperties.h:74