Isis 3 Programmer 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.
void displayTextFile(FileItemQsp fileItem)
Creates a view showing a text file from BundleSolutionInfo.
void displayCsvFile(FileItemQsp fileItem)
Creates a view showing the CSV file from BundleSolutionInfo.
View for displaying BundleObservation CSV files.
AbstractProjectItemView is a base class for views of a ProjectItemModel in Qt's model-view framework...
BundleObservationView(FileItemQsp fileItem, QWidget *parent=0)
Creates a view showing the CSV or text files from BundleSolutionInfo.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
$Date$ $Revision$