#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 | ( | ) |
Referenced by ImagePosition(), operator<(), operator=(), and swap().
| Isis::ImageTreeWidget::ImagePosition::ImagePosition | ( | int | outerIndex, |
| int | innerIndex ) |
References setPosition().
| Isis::ImageTreeWidget::ImagePosition::ImagePosition | ( | const ImagePosition & | other | ) |
References ImagePosition().
|
virtual |
| int Isis::ImageTreeWidget::ImagePosition::group | ( | ) | const |
Referenced by Isis::ImageFileListWidget::addImages(), operator<(), and setPosition().
| int Isis::ImageTreeWidget::ImagePosition::index | ( | ) | const |
Referenced by Isis::ImageFileListWidget::addImages(), operator<(), and setPosition().
| bool Isis::ImageTreeWidget::ImagePosition::isValid | ( | ) | const |
Referenced by Isis::ImageFileListWidget::addImages().
| bool Isis::ImageTreeWidget::ImagePosition::operator< | ( | const ImagePosition & | rhs | ) |
References group(), ImagePosition(), and index().
| ImageTreeWidget::ImagePosition & Isis::ImageTreeWidget::ImagePosition::operator= | ( | const ImagePosition & | rhs | ) |
References ImagePosition(), and swap().
| void Isis::ImageTreeWidget::ImagePosition::setPosition | ( | int | outerIndex, |
| int | innerIndex ) |
References group(), and index().
Referenced by ImagePosition().
| void Isis::ImageTreeWidget::ImagePosition::swap | ( | ImagePosition & | other | ) |
References ImagePosition().
Referenced by operator=().