JS8Call-Improved master
Loading...
Searching...
No Matches
Bands::const_iterator Class Reference

Public Member Functions

 const_iterator (int row)
QString operator* ()
 Dereference the iterator to get the band name.
bool operator!= (const_iterator const &) const
 Compare two iterators for inequality.
const_iterator & operator++ ()
 Increment the iterator.

Member Function Documentation

◆ operator!=()

bool Bands::const_iterator::operator!= ( const_iterator const & rhs) const

Compare two iterators for inequality.

Parameters
rhs
Returns
true if not equal, false otherwise

◆ operator*()

QString Bands::const_iterator::operator* ( )

Dereference the iterator to get the band name.

Returns
QString

◆ operator++()

auto Bands::const_iterator::operator++ ( )

Increment the iterator.

Returns
reference to incremented iterator

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