Isis 3.0 Programmer Reference
Back | Home
TargetInfoWidget.h
1 #ifndef TargetInfoWidget_H
2 #define TargetInfoWidget_H
3 
4 #include <QFrame>
5 #include <QString>
6 
7 namespace Ui {
8  class TargetInfoWidget;
9 }
10 
11 namespace Isis {
12  class Directory;
13  class TargetBody;
14 
27  class TargetInfoWidget : public QFrame {
28  Q_OBJECT
29 
30  public:
31  explicit TargetInfoWidget(TargetBody* target, Directory *directory, QWidget *parent = 0);
33 
34  private:
36 
37  QString formatPoleRaString();
38  QString formatPoleDecString();
39  QString formatPmString();
40 
43  };
44 }
45 
46 #endif // TargetInfoWidget_H
TargetBody * m_target
The target whose information is being displayed.
Container class for TargetBody.
Definition: TargetBody.h:77
TargetInfoWidget(TargetBody *target, Directory *directory, QWidget *parent=0)
Constructor.
~TargetInfoWidget()
Destructor.
QString formatPmString()
Make the polePMOffsetLabel text using information from the target.
QString formatPoleRaString()
Make the poleRightAscensionLabel text using information from the target.
Widget for displaying information about a target.
QString formatPoleDecString()
Make the poleDeclinationLabel text using information from the target.
Ui::TargetInfoWidget * m_ui
The widget&#39;s ui.
Directory * m_directory
Unused.

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the ISIS Support Center
File Modified: 07/12/2023 23:30:40