|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ControlDisplayProperties_H
2 #define ControlDisplayProperties_H
20 class QXmlStreamWriter;
27 class XmlStackedHandlerReader;
103 void toggleShowLabel();
115 virtual bool startElement(
const QString &namespaceURI,
const QString &localName,
116 const QString &qName,
const QXmlAttributes &atts);
118 virtual bool characters(
const QString &ch);
120 virtual bool endElement(
const QString &namespaceURI,
const QString &localName,
121 const QString &qName);
124 Q_DISABLE_COPY(XmlHandler);
134 void setValue(
Property prop, QVariant value);
This class is designed to serialize QColor in a human-readable form.
Definition: Color.h:26
@ None
Null display property for bit-flag purposes.
Definition: ControlDisplayProperties.h:67
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
static QColor randomColor()
Creates and returns a random color for the intial color of the footprint polygon.
Definition: ControlDisplayProperties.cpp:104
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
Definition: DisplayProperties.h:34
virtual bool startElement(const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts)
Definition: XmlStackedHandler.cpp:44
@ ShowLabel
True if the control net should show its display name (bool)
Definition: ControlDisplayProperties.h:73
This is the GUI communication mechanism for cubes.
Definition: ControlDisplayProperties.h:59
@ Selected
The selection state of this control net (bool)
Definition: ControlDisplayProperties.h:71
virtual ~ControlDisplayProperties()
destructor
Definition: ControlDisplayProperties.cpp:61
Manage a stack of content handlers for reading XML files.
Definition: XmlStackedHandlerReader.h:30
Q_DECLARE_METATYPE(QList< Isis::ControlDisplayProperties * >)
The main project for ipce.
Definition: Project.h:289
void setSelected(bool)
Change the selected state associated with this cube.
Definition: ControlDisplayProperties.cpp:151
const int ReadWrite
Definition: Process.h:24
ControlDisplayProperties(QString displayName, QObject *parent=NULL)
ControlDisplayProperties constructor.
Definition: ControlDisplayProperties.cpp:34
void supportAdded(Property)
bool supports(Property prop)
Support may come later, please make sure you are connected to the supportAdded signal.
Definition: ControlDisplayProperties.cpp:85
QString displayName() const
Returns the display name.
Definition: DisplayProperties.cpp:88
void propertyChanged(ControlDisplayProperties *)
virtual bool endElement(const QString &namespaceURI, const QString &localName, const QString &qName)
Definition: XmlStackedHandler.cpp:55
void setShowLabel(bool)
Change the visibility of the display name associated with this cube.
Definition: ControlDisplayProperties.cpp:159
void setColor(QColor newColor)
Change the color associated with this cube.
Definition: ControlDisplayProperties.cpp:143
void addSupport(Property prop)
Call this with every property you support, otherwise they will not communicate properly between widge...
Definition: ControlDisplayProperties.cpp:71
XML Handler that parses XMLs in a stack-oriented way.
Definition: XmlStackedHandler.h:118
void save(QXmlStreamWriter &stream, const Project *project, FileName newProjectRoot) const
Definition: ControlDisplayProperties.cpp:121
Property
This is a list of properties and actions that are possible.
Definition: ControlDisplayProperties.h:65
QVariant getValue(Property prop) const
Get a property's associated data.
Definition: ControlDisplayProperties.cpp:95
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16