bestFit(double maxWidth, double maxHeight, LTIScene &newScene) | LTINavigator | |
clip(double width, double height) const | LTIScene | |
clipToImage() | LTINavigator | |
clipToScene(const LTIScene &scene) | LTINavigator | |
getCenterCol() const | LTIScene | |
getCenterRow() const | LTIScene | |
getCenterX() const | LTIScene | |
getCenterY() const | LTIScene | |
getGeoCoord() const | LTINavigator | |
getHeight() const | LTIScene | |
getImage() const | LTINavigator | |
getLowerLeftCol() const | LTIScene | |
getLowerLeftRow() const | LTIScene | |
getLowerLeftX() const | LTIScene | |
getLowerLeftY() const | LTIScene | |
getLowerRightCol() const | LTIScene | |
getLowerRightRow() const | LTIScene | |
getLowerRightX() const | LTIScene | |
getLowerRightY() const | LTIScene | |
getMag() const | LTIScene | |
getNumCols() const | LTIScene | |
getNumRows() const | LTIScene | |
getPoints(double &ulX, double &ulY, double &lrX, double &lrY) const | LTIScene | |
getPoints(double &ulX, double &ulY, double &urX, double &urY, double &llX, double &llY, double &lrX, double &lrY, double &cX, double &cY) const | LTIScene | |
getPoints(lt_int32 &ulX, lt_int32 &ulY, lt_int32 &lrX, lt_int32 &lrY) const | LTIScene | |
getPoints(lt_int32 &ulX, lt_int32 &ulY, lt_int32 &urX, lt_int32 &urY, lt_int32 &llX, lt_int32 &llY, lt_int32 &lrX, lt_int32 &lrY, lt_int32 &cX, lt_int32 &cY) const | LTIScene | |
getRect(void) const | LTIScene | |
getScene() const | LTINavigator | |
getUpperLeftCol() const | LTIScene | |
getUpperLeftRow() const | LTIScene | |
getUpperLeftX() const | LTIScene | |
getUpperLeftY() const | LTIScene | |
getUpperRightCol() const | LTIScene | |
getUpperRightRow() const | LTIScene | |
getUpperRightX() const | LTIScene | |
getUpperRightY() const | LTIScene | |
getWidth() const | LTIScene | |
getX() const | LTIScene | |
getY() const | LTIScene | |
isSceneValid() const | LTINavigator | |
LTINavigator(const LTIImage &image) | LTINavigator | |
LTINavigator(const LTIImage &image, const LTIScene &scene) | LTINavigator | |
LTIScene(double ulX, double ulY, double width, double height, double magnification) | LTIScene | |
LTIScene(const LTIScene ©) | LTIScene | |
LTIScene(void) | LTIScene | |
LTIScene(const LTIGeomIntRect &rect, double magnification) | LTIScene | |
m_height | LTIScene | protected |
m_image | LTINavigator | protected |
m_magnification | LTIScene | protected |
m_ulX | LTIScene | protected |
m_ulY | LTIScene | protected |
m_width | LTIScene | protected |
moveBy(double xDelta, double yDelta, Style style) | LTINavigator | |
moveTo(double x, double y, Style style) | LTINavigator | |
operator!=(const LTIScene &) const | LTIScene | |
operator=(const LTIScene &) | LTIScene | |
operator==(const LTIScene &) const | LTIScene | |
roundScene() | LTINavigator | |
setScene(const LTIScene &scene, Style style) | LTINavigator | |
setSceneAsCWH(double centerX, double centerY, double width, double height, double magnification) | LTINavigator | |
setSceneAsGeoCWH(double centerX, double centerY, double width, double height, double magnification) | LTINavigator | |
setSceneAsGeoULLR(double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY, double magnification) | LTINavigator | |
setSceneAsGeoULWH(double upperLeftX, double upperLeftY, double width, double height, double magnification) | LTINavigator | |
setSceneAsULLR(double upperLeftX, double upperLeftY, double lowerRightX, double lowerRightY, double magnification) | LTINavigator | |
setSceneAsULWH(double upperLeftX, double upperLeftY, double width, double height, double magnification) | LTINavigator | |
setSceneToFull() | LTINavigator | |
setSceneToIcon() | LTINavigator | |
Style enum name | LTINavigator | |
STYLE_CLIP enum value | LTINavigator | |
STYLE_LAX enum value | LTINavigator | |
STYLE_STRICT enum value | LTINavigator | |
zoomBy(double delta, Style style) | LTINavigator | |
zoomTo(double mag, Style style) | LTINavigator | |
~LTINavigator() | LTINavigator | |