  | 
  
    Isis 3 Programmer Reference
    
   | 
 
 
 
 
    1 #ifndef BundleObservationView_h 
    2 #define BundleObservationView_h 
   12 #include "AbstractProjectItemView.h" 
 
 
BundleObservationView(FileItemQsp fileItem, QWidget *parent=0)
Creates a view showing the CSV or text files from BundleSolutionInfo.
 
AbstractProjectItemView is a base class for views of a ProjectItemModel in Qt's model-view framework.
 
~BundleObservationView()
Destructor.
 
void displayTextFile(FileItemQsp fileItem)
Creates a view showing a text file from BundleSolutionInfo.
 
View for displaying BundleObservation CSV files.
 
void displayCsvFile(FileItemQsp fileItem)
Creates a view showing the CSV file from BundleSolutionInfo.
 
This is free and unencumbered software released into the public domain.