30#include <QSharedPointer>
39class QXmlStreamWriter;
45 class GuiCameraDisplayProperties;
48 class XmlStackedHandlerReader;
168 QString m_instrumentId;
170 QString m_spacecraftNameShort;
172 QString m_spacecraftNameLong;
174 QString m_instrumentNameShort;
176 QString m_instrumentNameLong;
Q_DECLARE_METATYPE(Isis::GuiCameraQsp)
The GUI communication mechanism for target body objects.
Definition GuiCameraDisplayProperties.h:76
Container class for GuiCamera.
Definition GuiCamera.h:72
QString instrumentNameLong()
Retrieves a long version for the name of the instrument.
Definition GuiCamera.cpp:325
QString spacecraftNameLong()
Retrieves the full name of the spacecraft.
Definition GuiCamera.cpp:343
QString spacecraftNameShort()
Retrieves an abbbreviated name for the spacecraft.
Definition GuiCamera.cpp:334
~GuiCamera()
The Destructor.
Definition GuiCamera.cpp:89
QString id() const
Output format:
Definition GuiCamera.cpp:298
GuiCamera(Camera *camera, QObject *parent=0)
The constructor for this class.
Definition GuiCamera.cpp:25
bool operator==(const GuiCamera &srcGuiCamera) const
Compares two Target Body objects to see if they are equal.
Definition GuiCamera.cpp:113
const GuiCameraDisplayProperties * displayProperties() const
Retrieves the display properties of the camera.
Definition GuiCamera.cpp:133
QString instrumentNameShort()
Retrieves an abbreviated version for the name of the instrument.
Definition GuiCamera.cpp:316
QString instrumentId()
Retrieve the InstrumentId as appears in the original cube label.
Definition GuiCamera.cpp:307
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16
QSharedPointer< GuiCamera > GuiCameraQsp
GuiCameraQsp Represents a smart pointer to a GuiCamera object.
Definition GuiCamera.h:186