#include <ImageTreeWidget.h>
Public Member Functions | |
ImagePosition () | |
ImagePosition (int outerIndex, int innerIndex) | |
ImagePosition (const ImagePosition &other) | |
virtual | ~ImagePosition () |
void | setPosition (int outerIndex, int innerIndex) |
int | group () const |
int | index () const |
bool | isValid () const |
void | swap (ImagePosition &other) |
bool | operator< (const ImagePosition &rhs) |
ImagePosition & | operator= (const ImagePosition &rhs) |
Isis::ImageTreeWidget::ImagePosition::ImagePosition | ( | ) |
Isis::ImageTreeWidget::ImagePosition::ImagePosition | ( | int | outerIndex, |
int | innerIndex | ||
) |
Isis::ImageTreeWidget::ImagePosition::ImagePosition | ( | const ImagePosition & | other | ) |
|
virtual |
int Isis::ImageTreeWidget::ImagePosition::group | ( | ) | const |
Referenced by Isis::ImageFileListWidget::addImages(), and operator<().
int Isis::ImageTreeWidget::ImagePosition::index | ( | ) | const |
Referenced by Isis::ImageFileListWidget::addImages(), and operator<().
bool Isis::ImageTreeWidget::ImagePosition::isValid | ( | ) | const |
Referenced by Isis::ImageFileListWidget::addImages().
bool Isis::ImageTreeWidget::ImagePosition::operator< | ( | const ImagePosition & | rhs | ) |
ImageTreeWidget::ImagePosition & Isis::ImageTreeWidget::ImagePosition::operator= | ( | const ImagePosition & | rhs | ) |
void Isis::ImageTreeWidget::ImagePosition::setPosition | ( | int | outerIndex, |
int | innerIndex | ||
) |
void Isis::ImageTreeWidget::ImagePosition::swap | ( | ImagePosition & | other | ) |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the ISIS Support Center File Modified: 07/12/2023 23:39:02 |