30 #include <QSharedPointer>
35 #include "XmlStackedHandler.h"
39 class QXmlStreamWriter;
45 class GuiCameraDisplayProperties;
48 class XmlStackedHandlerReader;
197 #endif // GuiCamera_h
QString id() const
This returns the NAIF body code of the target.
QString m_spacecraftNameLong
The full spacecraft name.
bool operator==(const GuiCamera &srcGuiCamera) const
Compares two Target Body objects to see if they are equal.
QString spacecraftNameLong()
Retrieves the full name of the spacecraft.
QString m_spacecraftNameShort
An abbreviated name for the spacecraft.
Q_DECLARE_METATYPE(Isis::Cube *)
This allows Cube *'s to be stored in a QVariant.
QString m_instrumentNameShort
The abbreviated instrument name.
Container class for GuiCamera.
QString spacecraftNameShort()
Retrieves an abbbreviated name for the spacecraft.
~GuiCamera()
The Destructor.
QUuid * m_id
A unique ID for this GuiCamera object (useful for others to reference this object when saving to disk...
const GuiCameraDisplayProperties * displayProperties() const
Retrieves the display properties of the camera.
std::istream & operator>>(std::istream &is, CSVReader &csv)
Input read operator for input stream sources.
GuiCamera(Camera *camera, QObject *parent=0)
The constructor for this class.
QString instrumentNameShort()
Retrieves an abbreviated version for the name of the instrument.
QSharedPointer< GuiCamera > GuiCameraQsp
GuiCameraQsp Represents a smart pointer to a GuiCamera object.
This is the GUI communication mechanism for target body objects.
QString instrumentNameLong()
Retrieves a long version for the name of the instrument.
QString m_instrumentNameLong
The full instrument name.
QDebug operator<<(QDebug debug, const Hillshade &hillshade)
Print this class out to a QDebug object.
GuiCameraDisplayProperties * m_displayProperties
Camera.