|
|
| 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.
|
◆ operator!=()
| bool Bands::const_iterator::operator!= |
( |
const_iterator const & | rhs | ) |
const |
Compare two iterators for inequality.
- Parameters
-
- 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: