USGS

Isis 3.0 Object Programmers' Reference

Home

QnetPointCubeNameFilter.h
Go to the documentation of this file.
1 #ifndef QnetPointCubeNameFilter_h
2 #define QnetPointCubeNameFilter_h
3 
23 #include "QnetFilter.h"
24 
25 class QListWidget;
26 
27 namespace Isis {
42  Q_OBJECT
43 
44  public:
45  QnetPointCubeNameFilter(QnetNavTool *navTool, QWidget *parent = 0);
46  virtual void filter();
47 
48  public slots:
49  void createCubeList();
50 
51  private:
52  QListWidget *p_listBox;
53  };
54 };
55 
56 #endif