Isis Developer Reference
Isis::QnetPointIdFilter Class Reference

Defines the Point ID filter for the QnetNavTool's Points section. More...

#include <QnetPointIdFilter.h>

Inheritance diagram for Isis::QnetPointIdFilter:
Inheritance graph
Collaboration diagram for Isis::QnetPointIdFilter:
Collaboration graph

Signals

void filteredListModified ()
 

Public Member Functions

 QnetPointIdFilter (QnetNavTool *navTool, QWidget *parent=0)
 Contructor for the Cube Image filter.
 
virtual void filter ()
 Filters a list of images looking for cube names using the regular expression entered.
 

Protected Member Functions

QList< int > & filteredImages ()
 
const QList< int > & filteredImages () const
 
QList< int > & filteredPoints ()
 
const QList< int > & filteredPoints () const
 
ControlNetcontrolNet ()
 
const ControlNetcontrolNet () const
 
SerialNumberListserialNumberList ()
 
const SerialNumberListserialNumberList () const
 

Detailed Description

Defines the Point ID filter for the QnetNavTool's Points section.

The user must enter a string. This class is designed to remove points from the current filtered list whose PointId keyword values do not contain the string.

Author
????-??-?? Unknown

Constructor & Destructor Documentation

◆ QnetPointIdFilter()

Isis::QnetPointIdFilter::QnetPointIdFilter ( QnetNavTool * navTool,
QWidget * parent = 0 )

Contructor for the Cube Image filter.

It creates the Cube Name filter window found in the navtool

Parameters
parentThe parent widget for the cube points filter

Member Function Documentation

◆ controlNet() [1/2]

◆ controlNet() [2/2]

const ControlNet * Isis::QnetFilter::controlNet ( ) const
protectedinherited

◆ filter()

void Isis::QnetPointIdFilter::filter ( )
virtual

Filters a list of images looking for cube names using the regular expression entered.

The filtered list will appear in the navtools cube list display.

Reimplemented from Isis::QnetFilter.

References Isis::QnetFilter::controlNet(), Isis::QnetFilter::filteredListModified(), and Isis::QnetFilter::filteredPoints().

◆ filteredImages() [1/2]

QList< int > & Isis::QnetFilter::filteredImages ( )
protectedinherited

◆ filteredImages() [2/2]

const QList< int > & Isis::QnetFilter::filteredImages ( ) const
protectedinherited

◆ filteredListModified

◆ filteredPoints() [1/2]

◆ filteredPoints() [2/2]

const QList< int > & Isis::QnetFilter::filteredPoints ( ) const
protectedinherited

◆ serialNumberList() [1/2]

◆ serialNumberList() [2/2]

const SerialNumberList * Isis::QnetFilter::serialNumberList ( ) const
protectedinherited

The documentation for this class was generated from the following files: