30 #include <QSharedPointer> 39 class 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;
192 #endif // GuiCamera_h QString spacecraftNameLong()
Retrieves the full name of the spacecraft.
Definition: GuiCamera.cpp:343
Q_DECLARE_METATYPE(Isis::GuiCameraQsp)
QString instrumentId()
Retrieve the InstrumentId as appears in the original cube label.
Definition: GuiCamera.cpp:307
Container class for GuiCamera.
Definition: GuiCamera.h:72
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
QString instrumentNameShort()
Retrieves an abbreviated version for the name of the instrument.
Definition: GuiCamera.cpp:316
QSharedPointer< GuiCamera > GuiCameraQsp
GuiCameraQsp Represents a smart pointer to a GuiCamera object.
Definition: GuiCamera.h:186
The GUI communication mechanism for target body objects.
Definition: GuiCameraDisplayProperties.h:76
QString instrumentNameLong()
Retrieves a long version for the name of the instrument.
Definition: GuiCamera.cpp:325
const GuiCameraDisplayProperties * displayProperties() const
Retrieves the display properties of the camera.
Definition: GuiCamera.cpp:133
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31