30#include <QSharedPointer>
38class QXmlStreamWriter;
138 QString m_instrumentId;
140 QString m_spacecraftNameShort;
142 QString m_spacecraftNameLong;
144 QString m_instrumentNameShort;
146 QString m_instrumentNameLong;
Q_DECLARE_METATYPE(Isis::GuiCameraQsp)
The GUI communication mechanism for target body objects.
Definition GuiCameraDisplayProperties.h:74
QString instrumentNameLong()
Retrieves a long version for the name of the instrument.
Definition GuiCamera.cpp:159
QString spacecraftNameLong()
Retrieves the full name of the spacecraft.
Definition GuiCamera.cpp:177
QString spacecraftNameShort()
Retrieves an abbbreviated name for the spacecraft.
Definition GuiCamera.cpp:168
~GuiCamera()
The Destructor.
Definition GuiCamera.cpp:79
QString id() const
Retrieves a unique, identifying string associated with this GuiCamera object.
Definition GuiCamera.cpp:132
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:103
const GuiCameraDisplayProperties * displayProperties() const
Retrieves the display properties of the camera.
Definition GuiCamera.cpp:123
QString instrumentNameShort()
Retrieves an abbreviated version for the name of the instrument.
Definition GuiCamera.cpp:150
QString instrumentId()
Retrieve the InstrumentId as appears in the original cube label.
Definition GuiCamera.cpp:141
The main project for ipce.
Definition Project.h:287
Definition JigsawWorkOrder.h:28
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:156