30 #include <QSharedPointer> 
   39 class QXmlStreamWriter;
 
   45   class GuiCameraDisplayProperties;
 
   48   class XmlStackedHandlerReader;
 
  169       QString m_spacecraftNameShort; 
 
  172       QString m_spacecraftNameLong; 
 
  175       QString m_instrumentNameShort; 
 
  178       QString m_instrumentNameLong; 
 
  197 #endif // GuiCamera_h 
QString id() const 
This returns the NAIF body code of the target. 
Definition: GuiCamera.cpp:411
 
bool operator==(const GuiCamera &srcGuiCamera) const 
Compares two Target Body objects to see if they are equal. 
Definition: GuiCamera.cpp:115
 
QString spacecraftNameLong()
Retrieves the full name of the spacecraft. 
Definition: GuiCamera.cpp:443
 
Q_DECLARE_METATYPE(Isis::Cube *)
This allows Cube *'s to be stored in a QVariant. 
 
Container class for GuiCamera. 
Definition: GuiCamera.h:70
 
QString spacecraftNameShort()
Retrieves an abbbreviated name for the spacecraft. 
Definition: GuiCamera.cpp:435
 
~GuiCamera()
The Destructor. 
Definition: GuiCamera.cpp:91
 
const GuiCameraDisplayProperties * displayProperties() const 
Retrieves the display properties of the camera. 
Definition: GuiCamera.cpp:135
 
std::istream & operator>>(std::istream &is, CSVReader &csv)
Input read operator for input stream sources. 
Definition: CSVReader.cpp:463
 
GuiCamera(Camera *camera, QObject *parent=0)
The constructor for this class. 
Definition: GuiCamera.cpp:29
 
QString instrumentNameShort()
Retrieves an abbreviated version for the name of the instrument. 
Definition: GuiCamera.cpp:419
 
QSharedPointer< GuiCamera > GuiCameraQsp
GuiCameraQsp Represents a smart pointer to a GuiCamera object. 
Definition: GuiCamera.h:188
 
This is 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:427
 
QDebug operator<<(QDebug debug, const Hillshade &hillshade)
Print this class out to a QDebug object. 
Definition: Hillshade.cpp:308