Isis 3 Programmer Reference
QnetPointCubeNameFilter.h
1#ifndef QnetPointCubeNameFilter_h
2#define QnetPointCubeNameFilter_h
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include "QnetFilter.h"
13
14class QListWidget;
15
16namespace Isis {
31 Q_OBJECT
32
33 public:
34 QnetPointCubeNameFilter(QnetNavTool *navTool, QWidget *parent = 0);
35 virtual void filter();
36
37 public slots:
38 void createCubeList();
39
40 private:
41 QListWidget *p_listBox;
42 };
43};
44
45#endif
Qnet Navigation Tool.
Defines the Cube Name filter for the QnetNavTool's Points section.
QnetPointCubeNameFilter(QnetNavTool *navTool, QWidget *parent=0)
Contructor for the Point Cube Name filter.
virtual void filter()
Method overwrites parent method.
void createCubeList()
Fills the list box with the cube name list.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16