Isis 3 Programmer Reference
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
Defines the Cube Name filter for the QnetNavTool's Points section.
virtual void filter()
Method overwrites parent method.
QnetPointCubeNameFilter(QnetNavTool *navTool, QWidget *parent=0)
Contructor for the Point Cube Name filter.
void createCubeList()
Fills the list box with the cube name list.
Qnet Navigation Tool.
Definition: QnetNavTool.h:132
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31