1 #ifndef GuiCameraDisplayProperties_H 
    2 #define GuiCameraDisplayProperties_H 
   34 class QXmlStreamWriter;
 
   41   class XmlStackedHandlerReader;
 
  108       void save(QXmlStreamWriter &stream, 
const Project *project, 
FileName newProjectRoot) 
const;
 
  120       void toggleShowLabel();
 
  142           virtual bool startElement(
const QString &namespaceURI, 
const QString &localName,
 
  143                                     const QString &qName, 
const QXmlAttributes &atts);
 
  145           virtual bool characters(
const QString &ch);
 
  147           virtual bool endElement(
const QString &namespaceURI, 
const QString &localName,
 
  148                                   const QString &qName);
 
  151           Q_DISABLE_COPY(XmlHandler);
 
  169       void setValue(
Property prop, QVariant value);
 
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
 
bool supports(Property prop)
Support may come later, please make sure you are connected to the supportAdded signal. 
Definition: GuiCameraDisplayProperties.cpp:112
 
The selection state of this control net (bool) 
Definition: GuiCameraDisplayProperties.h:88
 
void setColor(QColor newColor)
Change the color associated with this target. 
Definition: GuiCameraDisplayProperties.cpp:178
 
Q_DECLARE_METATYPE(Isis::Cube *)
This allows Cube *'s to be stored in a QVariant. 
 
True if the control net should show its display name (bool) 
Definition: GuiCameraDisplayProperties.h:90
 
void addSupport(Property prop)
Convert to Pvl for project files. 
Definition: GuiCameraDisplayProperties.cpp:98
 
QString displayName() const 
Returns the display name. 
Definition: DisplayProperties.cpp:80
 
void setShowLabel(bool)
Change the visibility of the display name associated with this target. 
Definition: GuiCameraDisplayProperties.cpp:196
 
Definition: DisplayProperties.h:26
 
Null display property for bit-flag purposes. 
Definition: GuiCameraDisplayProperties.h:84
 
void propertyChanged(GuiCameraDisplayProperties *)
Definition: moc_GuiCameraDisplayProperties.cpp:170
 
XML Handler that parses XMLs in a stack-oriented way. 
Definition: XmlStackedHandler.h:47
 
QVariant getValue(Property prop) const 
Get a property's associated data. 
Definition: GuiCameraDisplayProperties.cpp:122
 
void save(QXmlStreamWriter &stream, const Project *project, FileName newProjectRoot) const 
Write the Gui Camera Display Properties out to an XML file. 
Definition: GuiCameraDisplayProperties.cpp:155
 
Property
This is a list of properties and actions that are possible. 
Definition: GuiCameraDisplayProperties.h:82
 
This is the GUI communication mechanism for target body objects. 
Definition: GuiCameraDisplayProperties.h:76
 
static QColor randomColor()
Creates and returns a random color for the intial color of the footprint polygon. ...
Definition: GuiCameraDisplayProperties.cpp:132
 
void supportAdded(Property)
Definition: moc_GuiCameraDisplayProperties.cpp:177
 
Definition: BoxcarCachingAlgorithm.h:29
 
virtual ~GuiCameraDisplayProperties()
destructor 
Definition: GuiCameraDisplayProperties.cpp:57
 
void setSelected(bool)
Change the selected state associated with this target. 
Definition: GuiCameraDisplayProperties.cpp:187
 
GuiCameraDisplayProperties(QString displayName, QObject *parent=NULL)
GuiCameraDisplayProperties constructor. 
Definition: GuiCameraDisplayProperties.cpp:24
 
his enables stack-based XML parsing of XML files. 
Definition: XmlStackedHandlerReader.h:26