File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
FileItem.h
Go to the documentation of this file.
1 #ifndef FileItem_h
2 #define FileItem_h
3 
24 #include <QSharedPointer>
25 #include <QObject>
26 #include <QString>
27 
28 namespace Isis {
29 
40  class FileItem : public QObject {
41  public:
42  FileItem(const QString filename) : m_filename(filename) {};
43  QString fileName() { return m_filename; };
44  private:
45  QString m_filename;
46  };
47 
49 
50 }
51 
52 #endif // FileItem_h
QSharedPointer< FileItem > FileItemQsp
A FileItem smart pointer.
Definition: FileItem.h:48
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
A container for a filename to be represented as a ProjectItem on the project tree.
Definition: FileItem.h:40

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:19:09