Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Developer Reference
BundleObservationView.h
Go to the documentation of this file.
1 #ifndef BundleObservationView_h
2 #define BundleObservationView_h
3 
25 #include "FileItem.h"
26 
27 namespace Isis{
28 
29 
56  {
57  Q_OBJECT
58  public:
59  BundleObservationView(FileItemQsp fileItem, QWidget *parent=0);
61 
62  private:
63  void displayCsvFile(FileItemQsp fileItem);
64  void displayTextFile(FileItemQsp fileItem);
65  };
66 }
67 #endif
Unless noted otherwise, the portions of Isis written by the USGS are public domain.
View for displaying BundleObservation CSV files.
Definition: BundleObservationView.h:55
AbstractProjectItemView is a base class for views of a ProjectItemModel in Qt's model-view framework...
Definition: AbstractProjectItemView.h:93
BundleObservationView(FileItemQsp fileItem, QWidget *parent=0)
Creates a view showing the CSV or text files from BundleSolutionInfo.
Definition: BundleObservationView.cpp:46
~BundleObservationView()
Destructor.
Definition: BundleObservationView.cpp:212
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
$Date$ $Revision$

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 USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:15:29