Isis Developer Reference
QnetPointCubeNameFilter.h
Go to the documentation of this file.
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
Definition QnetFilter.h:16
Qnet Navigation Tool.
Definition QnetNavTool.h:121
Defines the Cube Name filter for the QnetNavTool's Points section.
Definition QnetPointCubeNameFilter.h:30
QnetPointCubeNameFilter(QnetNavTool *navTool, QWidget *parent=0)
Contructor for the Point Cube Name filter.
Definition QnetPointCubeNameFilter.cpp:30
virtual void filter()
Method overwrites parent method.
Definition QnetPointCubeNameFilter.cpp:58
void createCubeList()
Fills the list box with the cube name list.
Definition QnetPointCubeNameFilter.cpp:123
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16