Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Isis 3 Programmer Reference
BundleObservationView.h
1#ifndef BundleObservationView_h
2#define BundleObservationView_h
3
9
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include "AbstractProjectItemView.h"
13#include "FileItem.h"
14
15namespace Isis{
16
17
42
44 {
45 Q_OBJECT
46 public:
47 BundleObservationView(FileItemQsp fileItem, QWidget *parent=0);
49
50 private:
51 void displayCsvFile(FileItemQsp fileItem);
52 void displayTextFile(FileItemQsp fileItem);
53 };
54}
55#endif
AbstractProjectItemView(QWidget *parent=0)
Constructs the AbstractProjectItemView.
void displayTextFile(FileItemQsp fileItem)
Creates a view showing a text file from BundleSolutionInfo.
BundleObservationView(FileItemQsp fileItem, QWidget *parent=0)
Creates a view showing the CSV or text files from BundleSolutionInfo.
void displayCsvFile(FileItemQsp fileItem)
Creates a view showing the CSV file from BundleSolutionInfo.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16
QSharedPointer< FileItem > FileItemQsp
A FileItem smart pointer.
Definition FileItem.h:36