File failed to load: https://isis.astrogeology.usgs.gov/9.0.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
QnetPointCubeNameFilter.h
1#ifndef QnetPointCubeNameFilter_h
2#define QnetPointCubeNameFilter_h
3
9
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include "QnetFilter.h"
13
14class QListWidget;
15
16namespace Isis {
30 class QnetPointCubeNameFilter : public QnetFilter {
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.
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