|
Isis 3.0 Object Programmers' Reference |
Home |
General purpose Cube display widget. More...
#include <IndependentCubeViewport.h>


Public Slots | |
| void | resetKnownGlobal () |
| QSize | sizeHint () const |
| Make viewports show up as 512 by 512. | |
| void | setScale (double scale) |
| Change the scale of the cube to the given parameter value. | |
| void | setScale (double scale, double sample, double line) |
| Change the scale of the cube after moving samp/line to the center. | |
| void | setScale (double scale, int x, int y) |
| Change the scale of the cube after moving x,y to the center. | |
| void | center (int x, int y) |
| Bring the cube pixel under viewport x/y to the center. | |
| void | center (double sample, double line) |
| Bring the cube sample/line the center. | |
| virtual void | viewRGB (int redBand, int greenBand, int blueBand) |
| View cube as color. | |
| virtual void | viewGray (int band) |
| View cube as gray. | |
| void | stretchGray (const QString &string) |
| Apply stretch pairs to gray band. | |
| void | stretchGray (const Stretch &stretch) |
| Sets the stretch for gray mode. | |
| void | stretchRed (const QString &string) |
| Apply stretch pairs to red bands. | |
| void | stretchRed (const Stretch &stretch) |
| Sets the stretch for red in rgb mode. | |
| void | stretchGreen (const QString &string) |
| Apply stretch pairs to green bands. | |
| void | stretchGreen (const Stretch &stretch) |
| Sets the stretch for green in rgb mode. | |
| void | stretchBlue (const QString &string) |
| Apply stretch pairs to blue bands. | |
| void | stretchBlue (const Stretch &stretch) |
| Sets the stretch for blue in rgb mode. | |
| void | stretchKnownGlobal () |
| List<Tool *> p This stretches to the global stretch. | |
| void | cubeChanged (bool changed) |
| This method is called when the cube has changed or changes have been finalized. | |
| void | scrollBy (int dx, int dy) |
| Move the scrollbars by dx/dy screen pixels. | |
| void | changeCursor (QCursor cursor) |
| Allows users to change the cursor type on the viewport. | |
| void | onProgressTimer () |
| This updates the progress bar visually. | |
| void | enableProgress () |
| This restarts the progress bar. | |
Signals | |
| void | synchronize (IndependentCubeViewport *) |
| void | trackingChanged (double sample, double line, double lat, double lon, double dn, IndependentCubeViewport *) |
| void | trackingChanged (double samp, double line, double dn, IndependentCubeViewport *) |
| void | cantTrack (QString, IndependentCubeViewport *) |
| void | viewportUpdated () |
| Emitted when viewport updated. | |
| void | viewportClosed (CubeViewport *) |
| Emitted when viewport is closed. | |
| void | mouseEnter () |
| Emitted when the mouse enters the viewport. | |
| void | mouseMove (QPoint) |
| Emitted when the mouse moves. | |
| void | mouseMove (QPoint, Qt::MouseButton) |
| Emitted when the mouse moves. | |
| void | mouseLeave () |
| Emitted when the mouse leaves the viewport. | |
| void | mouseButtonPress (QPoint, Qt::MouseButton) |
| Emitted when mouse button pressed. | |
| void | mouseButtonRelease (QPoint, Qt::MouseButton) |
| Emitted when mouse button released. | |
| void | mouseDoubleClick (QPoint) |
| Emitted when double click happens. | |
| void | windowTitleChanged () |
| Emitted when window title changes. | |
| void | scaleChanged () |
| Emitted when zoom factor changed just before the repaint event. | |
| void | saveChanges (CubeViewport *) |
| Emitted when changes should be saved. | |
| void | discardChanges (CubeViewport *) |
| Emitted when changes should be discarded. | |
| void | screenPixelsChanged () |
| Emitted when cube pixels that should be on the screen change. | |
| void | progressChanged (int) |
| Emitted with current progress (0 to 100) when working. | |
| void | doneWithData (int, const Isis::Brick *) |
| Emitted when a brick is no longer needed, should only be sent to cube data thread. | |
Public Member Functions | |
| IndependentCubeViewport (Cube *cube, CubeDataThread *cdt=0, QWidget *parent=0) | |
| bool | eventFilter (QObject *o, QEvent *e) |
| Event filter to watch for mouse events on viewport. | |
| void | paintEvent (QPaintEvent *e) |
| Repaint the viewport. | |
| void | restretch (ViewportBuffer *) |
| This is called by internal viewport buffers when a stretch action should be performed. | |
| virtual void | showEvent (QShowEvent *e) |
| This method is called to initially show the viewport. | |
| void | setCube (Cube *cube) |
| This method sets the viewports cube. | |
| int | cubeSamples () const |
| Return the number of samples in the cube. | |
| int | cubeLines () const |
| Return the number of lines in the cube. | |
| int | cubeBands () const |
| Return the number of bands in the cube. | |
| bool | isColor () const |
| Is the viewport shown in 3-band color. | |
| bool | isGray () const |
| Is the viewport shown in gray / b&w. | |
| int | grayBand () const |
| Return the gray band currently viewed. | |
| int | redBand () const |
| Return the red band currently viewed. | |
| int | greenBand () const |
| Return the green band currently viewed. | |
| int | blueBand () const |
| Return the blue band currently viewed. | |
| double | scale () const |
| Return the scale. | |
| bool | cubeShown () const |
| Return if the cube is visible. | |
| void | cubeContentsChanged (QRect rect) |
| Cube changed, repaint given area. | |
| double | fitScale () const |
| Determine the scale that causes the full cube to fit in the viewport. | |
| double | fitScaleWidth () const |
| Determine the scale of cube in the width to fit in the viewport. | |
| double | fitScaleHeight () const |
| Determine the scale of cube in heighth to fit in the viewport. | |
| void | viewportToCube (int x, int y, double &sample, double &line) const |
| Convert a viewport x/y to a cube sample/line (may be outside the cube). | |
| void | cubeToViewport (double sample, double line, int &x, int &y) const |
| Convert a cube sample/line to a viewport x/y (may be outside the viewport). | |
| void | contentsToCube (int x, int y, double &sample, double &line) const |
| Convert a contents x/y to a cube sample/line (may be outside the cube). | |
| void | cubeToContents (double sample, double line, int &x, int &y) const |
| Convert a cube sample/line to a contents x/y (should not be outside). | |
| double | redPixel (int sample, int line) |
| Return the red pixel value at a sample/line. | |
| double | greenPixel (int sample, int line) |
| Return the green pixel value at a sample/line. | |
| double | bluePixel (int sample, int line) |
| Return the blue pixel value at a sample/line. | |
| double | grayPixel (int sample, int line) |
| Return the gray pixel value at a sample/line. | |
| Stretch | grayStretch () const |
| Return the gray band stretch. | |
| Stretch | redStretch () const |
| Return the red band stretch. | |
| Stretch | greenStretch () const |
| Return the green band stretch. | |
| Stretch | blueStretch () const |
| Return the blue band stretch. | |
| Cube * | cube () const |
| Return the cube associated with viewport. | |
| Projection * | projection () const |
| Return the projection associated with cube (NULL implies none). | |
| Camera * | camera () const |
| Return the camera associated with the cube (NULL implies none). | |
| UniversalGroundMap * | universalGroundMap () const |
| Return the universal ground map associated with the cube (NULL implies none). | |
| void | moveCursor (int x, int y) |
| Move the cursor by x,y if possible. | |
| bool | cursorInside () const |
| Is cursor inside viewport. | |
| QPoint | cursorPosition () const |
| Return the cursor position in the viewport. | |
| void | setCursorPosition (int x, int y) |
| Set the cursor position to x/y in the viewport. | |
| void | setCaption () |
| Change the caption on the viewport title bar. | |
| void | setBackground (QColor color) |
| Sets the background color. | |
| QPixmap | pixmap () |
| Returns the pixmap. | |
| ViewportBuffer * | grayBuffer () |
| Returns the gray viewport buffer (Will be NULL if in RGB mode. | |
| ViewportBuffer * | redBuffer () |
| Returns the red viewport buffer (Will be NULL if in Gray mode. | |
| ViewportBuffer * | greenBuffer () |
| Returns the green viewport buffer (Will be NULL if in Gray mode. | |
| ViewportBuffer * | blueBuffer () |
| Returns the blue viewport buffer (Will be NULL if in Gray mode. | |
| void | bufferUpdated (QRect rect) |
| This method is called by ViewportBuffer upon successful completion of all operations and gives the appropriate rect to be repainted. | |
| void | paintPixmap () |
| Paint the whole pixmap. | |
| void | forgetStretches () |
| Resets all remembered stretches. | |
| void | setAllBandStretches (Stretch stretch) |
| Sets a stretch for all bands. | |
| CubeDataThread * | cubeDataThread () |
| int | cubeID () |
| void | getAllWhatsThisInfo (Pvl &pWhatsThisPvl) |
| Get All WhatsThis info - viewport, cube, area in PVL format. | |
| void | getBandFilterName (PvlKeyword &pFilterNameKey) |
| Get Band Filter name from the Isis cube label. | |
| void | getCubeArea (double &pdStartSample, double &pdEndSample, double &pdStartLine, double &pdEndLine) |
| Get Cube area corresponding to the viewport's dimension. | |
| bool | confirmClose () |
| This method should be called during a close event that would cause this viewport to close. | |
Protected Slots | |
| virtual void | cubeDataChanged (int cubeId, const Brick *) |
| This method updates the internal viewport buffer based on changes in cube DN values. | |
Protected Member Functions | |
| void | scrollContentsBy (int dx, int dy) |
| Scroll the viewport contents by dx/dy screen pixels. | |
| virtual void | resizeEvent (QResizeEvent *e) |
| The viewport is being resized. | |
| virtual void | keyPressEvent (QKeyEvent *e) |
| Process arrow keystrokes on cube. | |
Protected Attributes | |
| QPixmap | p_pixmap |
| The qpixmap. | |
| QVector< Stretch * > * | p_knownStretches |
| Stretches for each previously stretched band. | |
| QVector< Stretch * > * | p_globalStretches |
| Global stretches for each stretched band. | |
Private Slots | |
| void | handleMouseMove (QPoint) |
| void | handleMousePress (QPoint, Qt::MouseButton b) |
| void | handleMouseRelease (QPoint) |
| void | handleSynchronization (IndependentCubeViewport *) |
Private Member Functions | |
| QRect | bandingRect () |
| void | stretch () |
| void | track (const QPoint &) |
| void | zoom () |
| bool | trackBuffer (ViewportBuffer *, const QPoint &, double &) |
Private Attributes | |
| bool | banding |
| bool | panning |
| bool | stretching |
| bool | zooming |
| bool | leftClick |
| QPoint * | bandingPoint1 |
| QPoint * | bandingPoint2 |
| QPoint * | panningPrevPoint |
General purpose Cube display widget.
For internal use only.
Definition at line 58 of file IndependentCubeViewport.h.
| int Isis::CubeViewport::blueBand | ( | ) | const [inline, inherited] |
Return the blue band currently viewed.
Definition at line 173 of file CubeViewport.h.
References Isis::CubeViewport::p_blue.
Referenced by Isis::BandTool::changeView(), Isis::BandTool::copyAllViewports(), Isis::BandTool::copyLinkedViewports(), Isis::SpectralPlotWindow::drawBandMarkers(), Isis::StretchTool::stretchBand(), Isis::CubeViewport::stretchBlue(), Isis::CubeViewport::stretchKnownGlobal(), and Isis::BandTool::updateTool().
| ViewportBuffer* Isis::CubeViewport::blueBuffer | ( | ) | [inline, inherited] |
Returns the blue viewport buffer (Will be NULL if in Gray mode.
)
Definition at line 293 of file CubeViewport.h.
References Isis::CubeViewport::p_blueBuffer.
Referenced by Isis::MdiCubeViewport::restretch(), Isis::StretchTool::setCubeViewport(), Isis::StretchTool::stretchRect(), Isis::StretchTool::stretchRequested(), Isis::StretchTool::updateAdvStretchDialogforAll(), Isis::StretchTool::updateHistograms(), and Isis::TrackTool::updateLabels().
| double Isis::CubeViewport::bluePixel | ( | int | sample, | |
| int | line | |||
| ) | [inherited] |
Return the blue pixel value at a sample/line.
| sample | ||
| line |
Definition at line 1624 of file CubeViewport.cpp.
References Isis::CubeViewport::p_blue, Isis::CubeViewport::p_cube, Isis::CubeViewport::p_pntBrick, Isis::Cube::read(), and Isis::Brick::SetBasePosition().
| Stretch Isis::CubeViewport::blueStretch | ( | ) | const [inherited] |
Return the blue band stretch.
Definition at line 1666 of file CubeViewport.cpp.
References Isis::CubeViewport::p_blue.
Referenced by Isis::StretchTool::advancedStretchChanged(), Isis::SpecialPixelTool::apply(), Isis::StretchTool::changeStretch(), Isis::StretchTool::setCubeViewport(), Isis::StretchTool::setStretchAcrossBands(), Isis::StretchTool::setStretchAllViewports(), Isis::StretchTool::stretchBand(), Isis::StretchTool::stretchChanged(), Isis::StretchTool::stretchRect(), Isis::StretchTool::stretchRequested(), Isis::StretchTool::updateAdvStretchDialogforAll(), and Isis::AdvancedStretchDialog::updateStretch().
| void Isis::CubeViewport::bufferUpdated | ( | QRect | rect | ) | [inherited] |
This method is called by ViewportBuffer upon successful completion of all operations and gives the appropriate rect to be repainted.
This is intended to update the screen once all data is done and ready to be displayed.
| rect | Area to update screen |
Definition at line 1099 of file CubeViewport.cpp.
References Isis::CubeViewport::p_blueBuffer, Isis::CubeViewport::p_grayBuffer, Isis::CubeViewport::p_greenBuffer, Isis::CubeViewport::p_redBuffer, Isis::CubeViewport::paintPixmap(), and Isis::ViewportBuffer::working().
Referenced by Isis::ViewportBuffer::doQueuedActions().
| Camera* Isis::CubeViewport::camera | ( | ) | const [inline, inherited] |
Return the camera associated with the cube (NULL implies none).
Definition at line 223 of file CubeViewport.h.
References Isis::CubeViewport::p_camera.
Referenced by Isis::FeatureNomenclatureTool::findMissingNomenclature(), Isis::MeasureTool::rubberBandComplete(), Isis::MeasureTool::updateDist(), Isis::TrackTool::updateLabels(), Isis::AdvancedTrackTool::updateRow(), and Isis::FindTool::updateTool().
| void Isis::CubeViewport::center | ( | double | sample, | |
| double | line | |||
| ) | [slot, inherited] |
Bring the cube sample/line the center.
| sample | ||
| line |
Definition at line 735 of file CubeViewport.cpp.
References Isis::CubeViewport::cubeToContents(), Isis::CubeViewport::p_blueBuffer, Isis::CubeViewport::p_grayBuffer, Isis::CubeViewport::p_greenBuffer, Isis::CubeViewport::p_redBuffer, Isis::CubeViewport::p_updatingBuffers, Isis::CubeViewport::paintPixmapRects(), Isis::ViewportBuffer::pan(), Isis::CubeViewport::screenPixelsChanged(), Isis::CubeViewport::shiftPixmap(), Isis::CubeViewport::updateScrollBars(), x, and y.
| void Isis::CubeViewport::center | ( | int | x, | |
| int | y | |||
| ) | [slot, inherited] |
Bring the cube pixel under viewport x/y to the center.
| x | ||
| y |
Definition at line 721 of file CubeViewport.cpp.
References line, sample, and Isis::CubeViewport::viewportToCube().
Referenced by Isis::PanTool::mouseButtonRelease(), and Isis::CubeViewport::setScale().
| void Isis::CubeViewport::changeCursor | ( | QCursor | cursor | ) | [slot, inherited] |
Allows users to change the cursor type on the viewport.
| cursor |
Definition at line 2347 of file CubeViewport.cpp.
| bool Isis::CubeViewport::confirmClose | ( | ) | [inherited] |
This method should be called during a close event that would cause this viewport to close.
If changes have been made to this viewport it opens an information dialog that asks the user if they want to save, discard changes, or cancel.
Definition at line 515 of file CubeViewport.cpp.
References Isis::CubeViewport::cube(), Isis::CubeViewport::discardChanges(), Isis::CubeViewport::p_saveEnabled, and Isis::CubeViewport::saveChanges().
| void Isis::CubeViewport::contentsToCube | ( | int | x, | |
| int | y, | |||
| double & | sample, | |||
| double & | line | |||
| ) | const [inherited] |
Convert a contents x/y to a cube sample/line (may be outside the cube).
| x | ||
| y | ||
| sample | ||
| line |
Definition at line 793 of file CubeViewport.cpp.
References Isis::CubeViewport::p_scale.
Referenced by Isis::CubeViewport::setScale(), and Isis::CubeViewport::viewportToCube().
| Cube* Isis::CubeViewport::cube | ( | ) | const [inline, inherited] |
Return the cube associated with viewport.
Definition at line 213 of file CubeViewport.h.
References Isis::CubeViewport::p_cube.
Referenced by Isis::CubeViewport::confirmClose(), Isis::MatchTool::createPoint(), Isis::CubeViewport::cubeContentsChanged(), Isis::CubeViewport::cubeDataChanged(), Isis::SpectralPlotWindow::drawBandMarkers(), Isis::FeatureNomenclatureTool::featuresForViewportFound(), Isis::FeatureNomenclatureTool::findMissingNomenclature(), Isis::SpatialPlotTool::getSpatialStatistics(), Isis::SpectralPlotTool::getSpectralStatistics(), Isis::StatisticsTool::getStatistics(), Isis::ScatterPlotWindow::isXCube(), Isis::ScatterPlotWindow::isYCube(), Isis::SunShadowTool::mouseButtonPress(), Isis::MatchTool::mouseButtonRelease(), Isis::EditTool::mouseButtonRelease(), Isis::CubePlotCurve::paint(), Isis::StereoTool::paintViewport(), Isis::SunShadowTool::recalculateShadowHeight(), Isis::EditTool::redoEdit(), Isis::HistogramTool::refreshPlot(), Isis::ScatterPlotConfigDialog::refreshWidgetStates(), Isis::AbstractPlotTool::repaintViewports(), Isis::EditTool::rubberBandComplete(), Isis::FileTool::save(), Isis::FileTool::saveAsCubeByOption(), Isis::FileTool::saveAsReducedCube(), Isis::ScatterPlotConfigDialog::ScatterPlotConfigDialog(), Isis::MatchTool::serialNumberList(), Isis::StretchTool::stretchBand(), Isis::AdvancedTrackTool::TrackMosaicOrigin(), Isis::EditTool::undoAll(), Isis::EditTool::undoEdit(), Isis::MeasureTool::updateDist(), Isis::AdvancedTrackTool::updateRow(), Isis::SunShadowTool::updateTool(), Isis::SpectralPlotTool::updateTool(), Isis::BandTool::updateTool(), Isis::EditTool::writeToCube(), Isis::ScatterPlotConfigDialog::xAxisCubeViewport(), and Isis::ScatterPlotConfigDialog::yAxisCubeViewport().
| int Isis::CubeViewport::cubeBands | ( | ) | const [inherited] |
Return the number of bands in the cube.
Definition at line 435 of file CubeViewport.cpp.
References Isis::Cube::bandCount(), and Isis::CubeViewport::p_cube.
Referenced by Isis::BandTool::copyAllViewports(), and Isis::BandTool::copyLinkedViewports().
| void Isis::CubeViewport::cubeChanged | ( | bool | changed | ) | [slot, inherited] |
This method is called when the cube has changed or changes have been finalized.
| changed |
Definition at line 551 of file CubeViewport.cpp.
References Isis::CubeViewport::p_saveEnabled.
Referenced by Isis::EditTool::redoEdit(), Isis::EditTool::save(), Isis::EditTool::undoEdit(), and Isis::EditTool::writeToCube().
| void Isis::CubeViewport::cubeContentsChanged | ( | QRect | cubeRect | ) | [inherited] |
Cube changed, repaint given area.
| [in] | cubeRect | (QRect rect) Rectange containing portion of cube (sample/line) that changed. |
Definition at line 2283 of file CubeViewport.cpp.
References Isis::CubeViewport::cube(), Isis::CubeViewport::cubeToViewport(), ex, Isis::ViewportBuffer::fillBuffer(), Isis::Cube::lineCount(), Isis::CubeViewport::p_blueBuffer, Isis::CubeViewport::p_grayBuffer, Isis::CubeViewport::p_greenBuffer, Isis::CubeViewport::p_redBuffer, Isis::CubeViewport::p_updatingBuffers, Isis::CubeViewport::paintPixmapRects(), Isis::Cube::sampleCount(), sl, and ss.
Referenced by Isis::EditTool::redoEdit(), Isis::EditTool::undoEdit(), and Isis::EditTool::writeToCube().
| void Isis::IndependentCubeViewport::cubeDataChanged | ( | int | cubeId, | |
| const Brick * | data | |||
| ) | [protected, virtual, slot] |
This method updates the internal viewport buffer based on changes in cube DN values.
| cubeId | Cube that the changed brick belongs to | |
| data | New data |
Reimplemented from Isis::CubeViewport.
Definition at line 190 of file IndependentCubeViewport.cpp.
References Isis::Statistics::AddData(), Isis::Stretch::AddPair(), Isis::Buffer::Band(), Isis::Buffer::BandDimension(), Isis::Statistics::BestMaximum(), Isis::Statistics::BestMinimum(), Isis::Stretch::ClearPairs(), Isis::CubeViewport::cubeID(), Isis::CubeViewport::cubeLines(), Isis::CubeViewport::cubeSamples(), Isis::Buffer::DoubleBuffer(), Isis::CubeViewport::grayBand(), Isis::CubeViewport::grayStretch(), Isis::Buffer::Line(), Isis::Buffer::LineDimension(), Isis::Statistics::Maximum(), Isis::Statistics::Minimum(), Isis::Stretch::Pairs(), Isis::Buffer::Sample(), Isis::Buffer::SampleDimension(), Isis::Buffer::size(), stats, Isis::CubeViewport::stretchGray(), and Isis::Statistics::ValidPixels().
| CubeDataThread* Isis::CubeViewport::cubeDataThread | ( | ) | [inline, inherited] |
Definition at line 325 of file CubeViewport.h.
References Isis::CubeViewport::p_cubeData.
| int Isis::CubeViewport::cubeID | ( | ) | [inline, inherited] |
Definition at line 332 of file CubeViewport.h.
References Isis::CubeViewport::p_cubeId.
Referenced by cubeDataChanged().
| int Isis::CubeViewport::cubeLines | ( | ) | const [inherited] |
Return the number of lines in the cube.
Definition at line 429 of file CubeViewport.cpp.
References Isis::Cube::lineCount(), and Isis::CubeViewport::p_cube.
Referenced by cubeDataChanged(), Isis::CubeViewport::fitScale(), Isis::CubeViewport::fitScaleHeight(), Isis::CubeViewport::getCubeArea(), Isis::StatisticsTool::getStatistics(), Isis::ViewportBuffer::getXYBoundingRect(), Isis::ViewportBuffer::hasEntireCube(), Isis::EditTool::LineToPoints(), Isis::EditTool::mouseButtonRelease(), Isis::EditTool::rubberBandComplete(), Isis::CubeViewport::setScale(), Isis::CubeViewport::showEvent(), Isis::TrackTool::updateLabels(), Isis::AdvancedTrackTool::updateRow(), Isis::CubeViewport::updateScrollBars(), Isis::ZoomTool::zoomFit(), Isis::ZoomTool::zoomFitHeight(), and Isis::ZoomTool::zoomFitWidth().
| int Isis::CubeViewport::cubeSamples | ( | ) | const [inherited] |
Return the number of samples in the cube.
Definition at line 423 of file CubeViewport.cpp.
References Isis::CubeViewport::p_cube, and Isis::Cube::sampleCount().
Referenced by cubeDataChanged(), Isis::CubeViewport::fitScale(), Isis::CubeViewport::fitScaleWidth(), Isis::CubeViewport::getCubeArea(), Isis::StatisticsTool::getStatistics(), Isis::ViewportBuffer::getXYBoundingRect(), Isis::ViewportBuffer::hasEntireCube(), Isis::EditTool::mouseButtonRelease(), Isis::EditTool::rubberBandComplete(), Isis::CubeViewport::setScale(), Isis::CubeViewport::showEvent(), Isis::TrackTool::updateLabels(), Isis::AdvancedTrackTool::updateRow(), Isis::CubeViewport::updateScrollBars(), Isis::ZoomTool::zoomFit(), Isis::ZoomTool::zoomFitHeight(), and Isis::ZoomTool::zoomFitWidth().
| bool Isis::CubeViewport::cubeShown | ( | ) | const [inline, inherited] |
Return if the cube is visible.
Definition at line 183 of file CubeViewport.h.
References Isis::CubeViewport::p_cubeShown.
| void Isis::CubeViewport::cubeToContents | ( | double | sample, | |
| double | line, | |||
| int & | x, | |||
| int & | y | |||
| ) | const [inherited] |
Convert a cube sample/line to a contents x/y (should not be outside).
| sample | ||
| line | ||
| x | ||
| y |
Definition at line 830 of file CubeViewport.cpp.
References Isis::CubeViewport::p_scale.
Referenced by Isis::CubeViewport::center(), Isis::CubeViewport::cubeToViewport(), and Isis::CubeViewport::setScale().
| void Isis::CubeViewport::cubeToViewport | ( | double | sample, | |
| double | line, | |||
| int & | x, | |||
| int & | y | |||
| ) | const [inherited] |
Convert a cube sample/line to a viewport x/y (may be outside the viewport).
| sample | ||
| line | ||
| x | ||
| y |
Definition at line 847 of file CubeViewport.cpp.
References Isis::CubeViewport::cubeToContents().
Referenced by Isis::CubeViewport::cubeContentsChanged(), Isis::CubeViewport::cubeDataChanged(), Isis::MatchTool::drawAllMeasurments(), Isis::ViewportBuffer::getXYBoundingRect(), Isis::FindTool::handleRecordClicked(), Isis::FeatureNomenclatureTool::ViewportFeatureDisplay::handleViewChanged(), Isis::CubePlotCurve::paint(), Isis::SunShadowTool::paintViewport(), Isis::StereoTool::paintViewport(), Isis::FindTool::paintViewport(), and Isis::HistogramTool::refreshPlot().
| bool Isis::CubeViewport::cursorInside | ( | ) | const [inherited] |
Is cursor inside viewport.
Definition at line 1780 of file CubeViewport.cpp.
References g.
| QPoint Isis::CubeViewport::cursorPosition | ( | ) | const [inherited] |
Return the cursor position in the viewport.
Definition at line 1805 of file CubeViewport.cpp.
References g.
| void Isis::CubeViewport::discardChanges | ( | CubeViewport * | ) | [signal, inherited] |
Emitted when changes should be discarded.
Referenced by Isis::CubeViewport::confirmClose().
| void Isis::CubeViewport::doneWithData | ( | int | , | |
| const Isis::Brick * | ||||
| ) | [signal, inherited] |
Emitted when a brick is no longer needed, should only be sent to cube data thread.
Referenced by Isis::CubeViewport::cubeDataChanged(), and Isis::CubeViewport::CubeViewport().
| void Isis::CubeViewport::enableProgress | ( | ) | [slot, inherited] |
This restarts the progress bar.
Does nothing if already loading.
Definition at line 967 of file CubeViewport.cpp.
References Isis::CubeViewport::p_progressTimer, and Isis::CubeViewport::progressChanged().
Referenced by Isis::ViewportBuffer::enqueueAction().
| bool Isis::IndependentCubeViewport::eventFilter | ( | QObject * | o, | |
| QEvent * | e | |||
| ) | [virtual] |
Event filter to watch for mouse events on viewport.
| o | ||
| e |
Reimplemented from Isis::CubeViewport.
Definition at line 86 of file IndependentCubeViewport.cpp.
References Isis::CubeViewport::mouseEnter(), and Isis::CubeViewport::mouseLeave().
| double Isis::CubeViewport::fitScale | ( | ) | const [inherited] |
Determine the scale that causes the full cube to fit in the viewport.
For internal use only.
Definition at line 2241 of file CubeViewport.cpp.
References Isis::CubeViewport::cubeLines(), Isis::CubeViewport::cubeSamples(), and Isis::CubeViewport::scale().
Referenced by Isis::CubeViewport::showEvent(), and Isis::ZoomTool::zoomFit().
| double Isis::CubeViewport::fitScaleHeight | ( | ) | const [inherited] |
Determine the scale of cube in heighth to fit in the viewport.
Definition at line 2269 of file CubeViewport.cpp.
References Isis::CubeViewport::cubeLines(), and Isis::CubeViewport::scale().
Referenced by Isis::ZoomTool::zoomFitHeight().
| double Isis::CubeViewport::fitScaleWidth | ( | ) | const [inherited] |
Determine the scale of cube in the width to fit in the viewport.
Definition at line 2256 of file CubeViewport.cpp.
References Isis::CubeViewport::cubeSamples(), and Isis::CubeViewport::scale().
Referenced by Isis::ZoomTool::zoomFitWidth().
| void Isis::CubeViewport::forgetStretches | ( | ) | [inherited] |
Resets all remembered stretches.
Definition at line 1944 of file CubeViewport.cpp.
References Isis::CubeViewport::p_knownStretches, and stretch.
Referenced by Isis::StretchTool::stretchGlobalAllBands().
| void Isis::CubeViewport::getAllWhatsThisInfo | ( | Pvl & | pWhatsThisPvl | ) | [inherited] |
Get All WhatsThis info - viewport, cube, area in PVL format.
| pWhatsThisPvl | - Pvl for all whatsthis info |
| pWhatsThisPvl | - Pvl for all whatsthis info |
Definition at line 1359 of file CubeViewport.cpp.
References Isis::Cube::bandCount(), Isis::Cube::fileName(), Isis::ViewportBuffer::getBand(), Isis::CubeViewport::getBandFilterName(), Isis::CubeViewport::getCubeArea(), Isis::Cube::lineCount(), Isis::CubeViewport::p_blueBuffer, Isis::CubeViewport::p_color, Isis::CubeViewport::p_cube, Isis::CubeViewport::p_grayBuffer, Isis::CubeViewport::p_greenBuffer, Isis::CubeViewport::p_redBuffer, Isis::Cube::physicalBand(), Isis::Cube::sampleCount(), Isis::PvlKeyword::Size(), sl, ss, and Isis::toString().
Referenced by Isis::FileTool::saveInfo().
| void Isis::CubeViewport::getBandFilterName | ( | PvlKeyword & | pFilterNameKey | ) | [inherited] |
Get Band Filter name from the Isis cube label.
| pFilterNameKey | - FilterName keyword containing the corresponding keyword from the Isis Cube label |
| PvlKeyword& | pFilterNameKey - FilterName keyword containing the corresponding keyword from the Isis Cube label |
Definition at line 1461 of file CubeViewport.cpp.
References Isis::PvlObject::FindGroup(), Isis::PvlContainer::FindKeyword(), Isis::PvlObject::FindObject(), Isis::PvlObject::HasGroup(), Isis::PvlContainer::HasKeyword(), Isis::Cube::label(), and Isis::CubeViewport::p_cube.
Referenced by Isis::CubeViewport::getAllWhatsThisInfo(), and Isis::CubeViewport::updateWhatsThis().
| void Isis::CubeViewport::getCubeArea | ( | double & | pdStartSample, | |
| double & | pdEndSample, | |||
| double & | pdStartLine, | |||
| double & | pdEndLine | |||
| ) | [inherited] |
Get Cube area corresponding to the viewport's dimension.
| pdStartSample | - Cube Start Sample | |
| pdEndSample | - Cube End Sample | |
| pdStartLine | - Cube Start Line | |
| pdEndLine | - Cube End Line |
Definition at line 1482 of file CubeViewport.cpp.
References Isis::CubeViewport::cubeLines(), Isis::CubeViewport::cubeSamples(), and Isis::CubeViewport::viewportToCube().
Referenced by Isis::CubeViewport::getAllWhatsThisInfo(), Isis::FileTool::saveAs_FullResolution(), Isis::FileTool::saveAsCubeByOption(), Isis::FileTool::saveAsEnlargedCube(), Isis::FileTool::saveAsReducedCube(), and Isis::CubeViewport::updateWhatsThis().
| int Isis::CubeViewport::grayBand | ( | ) | const [inline, inherited] |
Return the gray band currently viewed.
Definition at line 158 of file CubeViewport.h.
References Isis::CubeViewport::p_gray.
Referenced by Isis::BandTool::changeView(), Isis::BandTool::copyAllViewports(), Isis::BandTool::copyLinkedViewports(), cubeDataChanged(), Isis::SpectralPlotWindow::drawBandMarkers(), Isis::SpatialPlotTool::getSpatialStatistics(), Isis::StatisticsTool::getStatistics(), Isis::ScatterPlotWindow::isXCube(), Isis::ScatterPlotWindow::isYCube(), Isis::EditTool::mouseButtonRelease(), Isis::EditTool::redoEdit(), Isis::SpatialPlotTool::refreshPlot(), Isis::HistogramTool::refreshPlot(), Isis::StretchTool::stretchBand(), Isis::CubeViewport::stretchGray(), Isis::CubeViewport::stretchKnownGlobal(), Isis::EditTool::undoEdit(), Isis::AdvancedTrackTool::updateRow(), Isis::BandTool::updateTool(), and Isis::EditTool::writeToCube().
| ViewportBuffer* Isis::CubeViewport::grayBuffer | ( | ) | [inline, inherited] |
Returns the gray viewport buffer (Will be NULL if in RGB mode.
)
Definition at line 263 of file CubeViewport.h.
References Isis::CubeViewport::p_grayBuffer.
Referenced by Isis::ScatterPlotWindow::paint(), Isis::MdiCubeViewport::restretch(), Isis::StretchTool::setCubeViewport(), showEvent(), Isis::StretchTool::stretchRect(), Isis::StretchTool::stretchRequested(), Isis::StretchTool::updateHistograms(), and Isis::TrackTool::updateLabels().
| double Isis::CubeViewport::grayPixel | ( | int | sample, | |
| int | line | |||
| ) | [inherited] |
Return the gray pixel value at a sample/line.
| sample | ||
| line |
Definition at line 1640 of file CubeViewport.cpp.
References Isis::CubeViewport::p_cube, Isis::CubeViewport::p_gray, Isis::CubeViewport::p_pntBrick, Isis::Cube::read(), and Isis::Brick::SetBasePosition().
Referenced by Isis::AdvancedTrackTool::updateRow().
| Stretch Isis::CubeViewport::grayStretch | ( | ) | const [inherited] |
Return the gray band stretch.
Definition at line 1648 of file CubeViewport.cpp.
References Isis::CubeViewport::p_gray.
Referenced by Isis::StretchTool::advancedStretchChanged(), Isis::StretchTool::changeStretch(), cubeDataChanged(), restretch(), Isis::StretchTool::setCubeViewport(), Isis::StretchTool::setStretchAcrossBands(), Isis::StretchTool::setStretchAllViewports(), Isis::StretchTool::stretchBand(), Isis::StretchTool::stretchChanged(), Isis::StretchTool::stretchRect(), Isis::StretchTool::stretchRequested(), and Isis::AdvancedStretchDialog::updateStretch().
| int Isis::CubeViewport::greenBand | ( | ) | const [inline, inherited] |
Return the green band currently viewed.
Definition at line 168 of file CubeViewport.h.
References Isis::CubeViewport::p_green.
Referenced by Isis::BandTool::changeView(), Isis::BandTool::copyAllViewports(), Isis::BandTool::copyLinkedViewports(), Isis::SpectralPlotWindow::drawBandMarkers(), Isis::StretchTool::stretchBand(), Isis::CubeViewport::stretchGreen(), Isis::CubeViewport::stretchKnownGlobal(), and Isis::BandTool::updateTool().
| ViewportBuffer* Isis::CubeViewport::greenBuffer | ( | ) | [inline, inherited] |
Returns the green viewport buffer (Will be NULL if in Gray mode.
)
Definition at line 283 of file CubeViewport.h.
References Isis::CubeViewport::p_greenBuffer.
Referenced by Isis::MdiCubeViewport::restretch(), Isis::StretchTool::setCubeViewport(), Isis::StretchTool::stretchRect(), Isis::StretchTool::stretchRequested(), Isis::StretchTool::updateAdvStretchDialogforAll(), Isis::StretchTool::updateHistograms(), and Isis::TrackTool::updateLabels().
| double Isis::CubeViewport::greenPixel | ( | int | sample, | |
| int | line | |||
| ) | [inherited] |
Return the green pixel value at a sample/line.
| sample | ||
| line |
Definition at line 1608 of file CubeViewport.cpp.
References Isis::CubeViewport::p_cube, Isis::CubeViewport::p_green, Isis::CubeViewport::p_pntBrick, Isis::Cube::read(), and Isis::Brick::SetBasePosition().
| Stretch Isis::CubeViewport::greenStretch | ( | ) | const [inherited] |
Return the green band stretch.
Definition at line 1660 of file CubeViewport.cpp.
References Isis::CubeViewport::p_green.
Referenced by Isis::StretchTool::advancedStretchChanged(), Isis::SpecialPixelTool::apply(), Isis::StretchTool::changeStretch(), Isis::StretchTool::setCubeViewport(), Isis::StretchTool::setStretchAcrossBands(), Isis::StretchTool::setStretchAllViewports(), Isis::StretchTool::stretchBand(), Isis::StretchTool::stretchChanged(), Isis::StretchTool::stretchRect(), Isis::StretchTool::stretchRequested(), Isis::StretchTool::updateAdvStretchDialogforAll(), and Isis::AdvancedStretchDialog::updateStretch().
| bool Isis::CubeViewport::isColor | ( | ) | const [inline, inherited] |
Is the viewport shown in 3-band color.
Definition at line 148 of file CubeViewport.h.
References Isis::CubeViewport::p_color.
Referenced by Isis::BandTool::changeView(), Isis::BandTool::copyAllViewports(), Isis::BandTool::copyLinkedViewports(), Isis::SpectralPlotWindow::drawBandMarkers(), Isis::EditTool::mouseButtonRelease(), and Isis::EditTool::rubberBandComplete().
| bool Isis::CubeViewport::isGray | ( | ) | const [inline, inherited] |
Is the viewport shown in gray / b&w.
Definition at line 153 of file CubeViewport.h.
References Isis::CubeViewport::p_color.
Referenced by Isis::StretchTool::changeStretch(), Isis::BandTool::changeView(), Isis::BandTool::copyAllViewports(), Isis::BandTool::copyLinkedViewports(), Isis::SpatialPlotTool::getSpatialStatistics(), Isis::ScatterPlotWindow::isXCube(), Isis::ScatterPlotWindow::isYCube(), Isis::SpatialPlotTool::refreshPlot(), Isis::StretchTool::setCubeViewport(), Isis::StretchTool::setStretchAcrossBands(), Isis::StretchTool::setStretchAllViewports(), Isis::StretchTool::stretchChanged(), Isis::CubeViewport::stretchKnownGlobal(), Isis::StretchTool::stretchRect(), Isis::StretchTool::updateAdvStretchDialogforAll(), Isis::StretchTool::updateHistograms(), Isis::TrackTool::updateLabels(), Isis::AdvancedTrackTool::updateRow(), Isis::StretchTool::updateTool(), and Isis::BandTool::updateTool().
| void Isis::CubeViewport::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual, inherited] |
Process arrow keystrokes on cube.
| e |
Definition at line 1741 of file CubeViewport.cpp.
References Isis::CubeViewport::moveCursor(), Isis::CubeViewport::p_scale, Isis::CubeViewport::scale(), and Isis::CubeViewport::setScale().
| void Isis::CubeViewport::mouseButtonPress | ( | QPoint | , | |
| Qt::MouseButton | ||||
| ) | [signal, inherited] |
Emitted when mouse button pressed.
Referenced by Isis::CubeViewport::eventFilter().
| void Isis::CubeViewport::mouseButtonRelease | ( | QPoint | , | |
| Qt::MouseButton | ||||
| ) | [signal, inherited] |
Emitted when mouse button released.
Referenced by Isis::CubeViewport::eventFilter().
| void Isis::CubeViewport::mouseDoubleClick | ( | QPoint | ) | [signal, inherited] |
Emitted when double click happens.
Referenced by Isis::CubeViewport::eventFilter().
| void Isis::CubeViewport::mouseEnter | ( | ) | [signal, inherited] |
Emitted when the mouse enters the viewport.
Referenced by eventFilter(), and Isis::CubeViewport::eventFilter().
| void Isis::CubeViewport::mouseLeave | ( | ) | [signal, inherited] |
Emitted when the mouse leaves the viewport.
Referenced by eventFilter(), and Isis::CubeViewport::eventFilter().
| void Isis::CubeViewport::mouseMove | ( | QPoint | , | |
| Qt::MouseButton | ||||
| ) | [signal, inherited] |
Emitted when the mouse moves.
| void Isis::CubeViewport::mouseMove | ( | QPoint | ) | [signal, inherited] |
Emitted when the mouse moves.
Referenced by Isis::CubeViewport::eventFilter().
| void Isis::CubeViewport::moveCursor | ( | int | x, | |
| int | y | |||
| ) | [inherited] |
Move the cursor by x,y if possible.
| x | ||
| y |
Definition at line 1818 of file CubeViewport.cpp.
References g.
Referenced by Isis::CubeViewport::keyPressEvent().
| void Isis::CubeViewport::onProgressTimer | ( | ) | [slot, inherited] |
This updates the progress bar visually.
Conceptually it emits the progressChanged signal with the current progress.
Definition at line 257 of file CubeViewport.cpp.
References Isis::ViewportBuffer::currentProgress(), Isis::CubeViewport::p_blueBuffer, Isis::CubeViewport::p_grayBuffer, Isis::CubeViewport::p_greenBuffer, Isis::CubeViewport::p_progressTimer, Isis::CubeViewport::p_redBuffer, Isis::CubeViewport::progressChanged(), Isis::CubeViewport::screenPixelsChanged(), and Isis::ViewportBuffer::working().
Referenced by Isis::CubeViewport::CubeViewport().
| void Isis::IndependentCubeViewport::paintEvent | ( | QPaintEvent * | e | ) | [virtual] |
Repaint the viewport.
| e | [in] (QPaintEvent *) event |
For internal use only.
Reimplemented from Isis::CubeViewport.
Definition at line 142 of file IndependentCubeViewport.cpp.
References Isis::CubeViewport::p_pixmap.
| void Isis::CubeViewport::paintPixmap | ( | ) | [inherited] |
Paint the whole pixmap.
Definition at line 1124 of file CubeViewport.cpp.
References Isis::CubeViewport::p_image.
Referenced by Isis::CubeViewport::bufferUpdated(), Isis::CubeViewport::paintPixmapRects(), Isis::CubeViewport::resizeEvent(), Isis::CubeViewport::scrollContentsBy(), Isis::CubeViewport::setScale(), Isis::CubeViewport::shiftPixmap(), Isis::CubeViewport::showEvent(), Isis::CubeViewport::stretchBlue(), Isis::CubeViewport::stretchGray(), Isis::CubeViewport::stretchGreen(), and Isis::CubeViewport::stretchRed().
| QPixmap Isis::CubeViewport::pixmap | ( | ) | [inline, inherited] |
Returns the pixmap.
Definition at line 253 of file CubeViewport.h.
References Isis::CubeViewport::p_pixmap.
Referenced by Isis::BlinkTool::eventFilter().
| void Isis::CubeViewport::progressChanged | ( | int | ) | [signal, inherited] |
Emitted with current progress (0 to 100) when working.
Referenced by Isis::CubeViewport::enableProgress(), and Isis::CubeViewport::onProgressTimer().
| Projection* Isis::CubeViewport::projection | ( | ) | const [inline, inherited] |
Return the projection associated with cube (NULL implies none).
Definition at line 218 of file CubeViewport.h.
References Isis::CubeViewport::p_projection.
Referenced by Isis::FeatureNomenclatureTool::findMissingNomenclature(), Isis::MeasureTool::rubberBandComplete(), Isis::MeasureTool::updateDist(), Isis::TrackTool::updateLabels(), Isis::AdvancedTrackTool::updateRow(), and Isis::FindTool::updateTool().
| int Isis::CubeViewport::redBand | ( | ) | const [inline, inherited] |
Return the red band currently viewed.
Definition at line 163 of file CubeViewport.h.
References Isis::CubeViewport::p_red.
Referenced by Isis::BandTool::changeView(), Isis::BandTool::copyAllViewports(), Isis::BandTool::copyLinkedViewports(), Isis::SpectralPlotWindow::drawBandMarkers(), Isis::SpatialPlotTool::getSpatialStatistics(), Isis::SpatialPlotTool::refreshPlot(), Isis::StretchTool::stretchBand(), Isis::CubeViewport::stretchKnownGlobal(), Isis::CubeViewport::stretchRed(), Isis::AdvancedTrackTool::updateRow(), and Isis::BandTool::updateTool().
| ViewportBuffer* Isis::CubeViewport::redBuffer | ( | ) | [inline, inherited] |
Returns the red viewport buffer (Will be NULL if in Gray mode.
)
Definition at line 273 of file CubeViewport.h.
References Isis::CubeViewport::p_redBuffer.
Referenced by Isis::MdiCubeViewport::restretch(), Isis::StretchTool::setCubeViewport(), Isis::StretchTool::stretchRect(), Isis::StretchTool::stretchRequested(), Isis::StretchTool::updateAdvStretchDialogforAll(), Isis::StretchTool::updateHistograms(), and Isis::TrackTool::updateLabels().
| double Isis::CubeViewport::redPixel | ( | int | sample, | |
| int | line | |||
| ) | [inherited] |
Return the red pixel value at a sample/line.
| sample | ||
| line |
Definition at line 1592 of file CubeViewport.cpp.
References Isis::CubeViewport::p_cube, Isis::CubeViewport::p_pntBrick, Isis::CubeViewport::p_red, Isis::Cube::read(), and Isis::Brick::SetBasePosition().
Referenced by Isis::AdvancedTrackTool::updateRow().
| Stretch Isis::CubeViewport::redStretch | ( | ) | const [inherited] |
Return the red band stretch.
Definition at line 1654 of file CubeViewport.cpp.
References Isis::CubeViewport::p_red.
Referenced by Isis::StretchTool::advancedStretchChanged(), Isis::SpecialPixelTool::apply(), Isis::StretchTool::changeStretch(), Isis::StretchTool::setCubeViewport(), Isis::StretchTool::setStretchAcrossBands(), Isis::StretchTool::setStretchAllViewports(), Isis::StretchTool::stretchBand(), Isis::StretchTool::stretchChanged(), Isis::StretchTool::stretchRect(), Isis::StretchTool::stretchRequested(), Isis::StretchTool::updateAdvStretchDialogforAll(), and Isis::AdvancedStretchDialog::updateStretch().
| void Isis::CubeViewport::resizeEvent | ( | QResizeEvent * | e | ) | [protected, virtual, inherited] |
The viewport is being resized.
| e |
Definition at line 1018 of file CubeViewport.cpp.
References Isis::CubeViewport::p_blueBuffer, Isis::CubeViewport::p_grayBuffer, Isis::CubeViewport::p_greenBuffer, Isis::CubeViewport::p_image, Isis::CubeViewport::p_paintPixmap, Isis::CubeViewport::p_pixmap, Isis::CubeViewport::p_redBuffer, Isis::CubeViewport::p_updatingBuffers, Isis::CubeViewport::p_viewportWhatsThisText, Isis::CubeViewport::paintPixmap(), Isis::CubeViewport::paintPixmapRects(), Isis::ViewportBuffer::resizedViewport(), Isis::CubeViewport::screenPixelsChanged(), size, and Isis::CubeViewport::updateScrollBars().
| void Isis::IndependentCubeViewport::restretch | ( | ViewportBuffer * | buffer | ) | [virtual] |
This is called by internal viewport buffers when a stretch action should be performed.
The buffer passes itself as the argument.
| buffer |
Implements Isis::CubeViewport.
Definition at line 161 of file IndependentCubeViewport.cpp.
References Isis::Stretch::CopyPairs(), Isis::StretchTool::Gray, Isis::CubeViewport::grayStretch(), Isis::StretchTool::stretchBand(), and Isis::CubeViewport::stretchGray().
Referenced by showEvent().
| void Isis::CubeViewport::saveChanges | ( | CubeViewport * | ) | [signal, inherited] |
Emitted when changes should be saved.
Referenced by Isis::CubeViewport::confirmClose().
| double Isis::CubeViewport::scale | ( | ) | const [inline, inherited] |
Return the scale.
Definition at line 178 of file CubeViewport.h.
References Isis::CubeViewport::p_scale.
Referenced by Isis::FeatureNomenclatureTool::ViewportFeatureDisplay::centerFeature(), Isis::FindTool::centerLinkedViewports(), Isis::ViewportBuffer::createViewportBufferFill(), Isis::CubeViewport::fitScale(), Isis::CubeViewport::fitScaleHeight(), Isis::CubeViewport::fitScaleWidth(), Isis::CubeViewport::keyPressEvent(), Isis::ViewportBuffer::pan(), Isis::ViewportBuffer::resizedViewport(), Isis::ZoomTool::rubberBandComplete(), Isis::FileTool::saveAs_AsIs(), Isis::FileTool::saveAsCubeByOption(), Isis::FileTool::saveAsEnlargedCube(), Isis::FileTool::saveAsReducedCube(), Isis::ZoomTool::setScale(), Isis::MeasureTool::updateDist(), Isis::ZoomTool::updateTool(), and Isis::ZoomTool::zoomBy().
| void Isis::CubeViewport::scaleChanged | ( | ) | [signal, inherited] |
Emitted when zoom factor changed just before the repaint event.
Referenced by Isis::CubeViewport::setScale(), and Isis::CubeViewport::updateScrollBars().
| void Isis::CubeViewport::screenPixelsChanged | ( | ) | [signal, inherited] |
Emitted when cube pixels that should be on the screen change.
Referenced by Isis::CubeViewport::center(), Isis::CubeViewport::onProgressTimer(), Isis::CubeViewport::resizeEvent(), Isis::CubeViewport::scrollContentsBy(), and Isis::CubeViewport::setScale().
| void Isis::CubeViewport::scrollBy | ( | int | dx, | |
| int | dy | |||
| ) | [slot, inherited] |
Move the scrollbars by dx/dy screen pixels.
| dx | ||
| dy |
Definition at line 864 of file CubeViewport.cpp.
References maximum, Isis::CubeViewport::scrollContentsBy(), Isis::CubeViewport::updateScrollBars(), x, and y.
| void Isis::CubeViewport::scrollContentsBy | ( | int | dx, | |
| int | dy | |||
| ) | [protected, inherited] |
Scroll the viewport contents by dx/dy screen pixels.
| dx | ||
| dy |
Definition at line 904 of file CubeViewport.cpp.
References Isis::ViewportBuffer::bufferXYRect(), Isis::CubeViewport::p_blueBuffer, Isis::CubeViewport::p_grayBuffer, Isis::CubeViewport::p_greenBuffer, Isis::CubeViewport::p_pixmapPaintRects, Isis::CubeViewport::p_redBuffer, Isis::CubeViewport::p_updatingBuffers, Isis::CubeViewport::paintPixmap(), Isis::ViewportBuffer::pan(), Isis::CubeViewport::screenPixelsChanged(), Isis::CubeViewport::shiftPixmap(), and Isis::ViewportBuffer::working().
Referenced by Isis::CubeViewport::scrollBy().
| void Isis::CubeViewport::setAllBandStretches | ( | Stretch | stretch | ) | [inherited] |
Sets a stretch for all bands.
| stretch |
Definition at line 1954 of file CubeViewport.cpp.
References Isis::CubeViewport::p_knownStretches.
Referenced by Isis::StretchTool::setStretchAcrossBands().
| void Isis::CubeViewport::setBackground | ( | QColor | color | ) | [inline, inherited] |
Sets the background color.
| color |
Definition at line 243 of file CubeViewport.h.
References Isis::CubeViewport::p_bgColor.
Referenced by Isis::SpecialPixelTool::apply().
| void Isis::CubeViewport::setCaption | ( | ) | [inherited] |
Change the caption on the viewport title bar.
Definition at line 980 of file CubeViewport.cpp.
References Isis::Cube::fileName(), Isis::CubeViewport::p_blue, Isis::CubeViewport::p_color, Isis::CubeViewport::p_cube, Isis::CubeViewport::p_gray, Isis::CubeViewport::p_green, Isis::CubeViewport::p_red, Isis::CubeViewport::p_saveEnabled, Isis::CubeViewport::p_scale, str, and Isis::CubeViewport::windowTitleChanged().
Referenced by Isis::CubeViewport::CubeViewport(), Isis::EditTool::redoEdit(), Isis::EditTool::save(), Isis::CubeViewport::setCube(), Isis::CubeViewport::setScale(), Isis::EditTool::undoEdit(), Isis::CubeViewport::viewGray(), Isis::CubeViewport::viewRGB(), and Isis::EditTool::writeToCube().
| void Isis::CubeViewport::setCube | ( | Cube * | cube | ) | [inherited] |
This method sets the viewports cube.
| cube |
Definition at line 416 of file CubeViewport.cpp.
References Isis::CubeViewport::p_cube, and Isis::CubeViewport::setCaption().
| void Isis::CubeViewport::setCursorPosition | ( | int | x, | |
| int | y | |||
| ) | [inherited] |
Set the cursor position to x/y in the viewport.
| x | ||
| y |
Definition at line 1845 of file CubeViewport.cpp.
References g.
| void Isis::CubeViewport::setScale | ( | double | scale, | |
| int | x, | |||
| int | y | |||
| ) | [slot, inherited] |
Change the scale of the cube after moving x,y to the center.
| scale | ||
| x | ||
| y |
Definition at line 645 of file CubeViewport.cpp.
References line, Isis::CubeViewport::setScale(), and Isis::CubeViewport::viewportToCube().
| void Isis::CubeViewport::setScale | ( | double | scale, | |
| double | sample, | |||
| double | line | |||
| ) | [slot, inherited] |
Change the scale of the cube after moving samp/line to the center.
| scale | ||
| sample | ||
| line |
Definition at line 661 of file CubeViewport.cpp.
References Isis::CubeViewport::center(), Isis::ViewportBuffer::enable(), Isis::ViewportBuffer::enabled(), Isis::CubeViewport::p_blueBuffer, Isis::CubeViewport::p_grayBuffer, Isis::CubeViewport::p_greenBuffer, Isis::CubeViewport::p_paintPixmap, Isis::CubeViewport::p_redBuffer, Isis::CubeViewport::paintPixmap(), Isis::CubeViewport::screenPixelsChanged(), and Isis::CubeViewport::setScale().
| void Isis::CubeViewport::setScale | ( | double | scale | ) | [slot, inherited] |
Change the scale of the cube to the given parameter value.
This method will reset the scale value if the value passed in is too large or too small.
| scale | Value by which to scale the image. |
For internal use only.
Definition at line 578 of file CubeViewport.cpp.
References Isis::CubeViewport::contentsToCube(), Isis::CubeViewport::cubeLines(), Isis::CubeViewport::cubeSamples(), Isis::CubeViewport::cubeToContents(), line, min(), Isis::CubeViewport::p_blueBuffer, Isis::CubeViewport::p_grayBuffer, Isis::CubeViewport::p_greenBuffer, Isis::CubeViewport::p_redBuffer, Isis::CubeViewport::p_scale, Isis::CubeViewport::p_updatingBuffers, Isis::CubeViewport::paintPixmap(), Isis::CubeViewport::paintPixmapRects(), Isis::CubeViewport::scaleChanged(), Isis::ViewportBuffer::scaleChanged(), Isis::CubeViewport::screenPixelsChanged(), Isis::CubeViewport::setCaption(), Isis::CubeViewport::updateScrollBars(), x, and y.
Referenced by Isis::FeatureNomenclatureTool::ViewportFeatureDisplay::centerFeature(), Isis::FindTool::centerLinkedViewports(), Isis::CubeViewport::keyPressEvent(), Isis::ZoomTool::setScale(), Isis::CubeViewport::setScale(), and Isis::CubeViewport::showEvent().
| void Isis::IndependentCubeViewport::showEvent | ( | QShowEvent * | event | ) | [virtual] |
This method is called to initially show the viewport.
It will set the scale to show the entire cube and enable the gray buffer.
Reimplemented from Isis::CubeViewport.
Definition at line 169 of file IndependentCubeViewport.cpp.
References Isis::CubeViewport::grayBuffer(), and restretch().
| QSize Isis::CubeViewport::sizeHint | ( | ) | const [slot, inherited] |
Make viewports show up as 512 by 512.
Definition at line 561 of file CubeViewport.cpp.
| void Isis::CubeViewport::stretchBlue | ( | const Stretch & | stretch | ) | [slot, inherited] |
Sets the stretch for blue in rgb mode.
| stretch |
Definition at line 2221 of file CubeViewport.cpp.
References Isis::CubeViewport::blueBand(), Isis::CubeViewport::p_blue, Isis::CubeViewport::p_globalStretches, Isis::CubeViewport::paintPixmap(), and Isis::Stretch::Pairs().
| void Isis::CubeViewport::stretchBlue | ( | const QString & | string | ) | [slot, inherited] |
Apply stretch pairs to blue bands.
| stretch |
Definition at line 2114 of file CubeViewport.cpp.
References Isis::Stretch::Parse(), and stretch.
Referenced by Isis::StretchTool::advancedStretchChanged(), Isis::SpecialPixelTool::apply(), Isis::StretchTool::changeStretch(), Isis::StretchTool::setStretchAcrossBands(), Isis::StretchTool::setStretchAllViewports(), Isis::StretchTool::stretchChanged(), Isis::CubeViewport::stretchKnownGlobal(), Isis::StretchTool::stretchRect(), and Isis::StretchTool::stretchRequested().
| void Isis::CubeViewport::stretchGray | ( | const Stretch & | stretch | ) | [slot, inherited] |
Sets the stretch for gray mode.
| stretch |
Definition at line 2155 of file CubeViewport.cpp.
References Isis::CubeViewport::grayBand(), Isis::CubeViewport::p_blue, Isis::CubeViewport::p_globalStretches, Isis::CubeViewport::p_gray, Isis::CubeViewport::p_green, Isis::CubeViewport::p_red, Isis::CubeViewport::paintPixmap(), and Isis::Stretch::Pairs().
| void Isis::CubeViewport::stretchGray | ( | const QString & | string | ) | [slot, inherited] |
Apply stretch pairs to gray band.
| string |
Definition at line 2078 of file CubeViewport.cpp.
References Isis::Stretch::Parse(), and stretch.
Referenced by Isis::StretchTool::advancedStretchChanged(), Isis::StretchTool::changeStretch(), cubeDataChanged(), restretch(), Isis::StretchTool::setStretchAllViewports(), Isis::StretchTool::stretchChanged(), Isis::CubeViewport::stretchKnownGlobal(), Isis::StretchTool::stretchRect(), Isis::StretchTool::stretchRequested(), and Isis::CubeViewport::viewGray().
| void Isis::CubeViewport::stretchGreen | ( | const Stretch & | stretch | ) | [slot, inherited] |
Sets the stretch for green in rgb mode.
| stretch |
Definition at line 2203 of file CubeViewport.cpp.
References Isis::CubeViewport::greenBand(), Isis::CubeViewport::p_globalStretches, Isis::CubeViewport::p_green, Isis::CubeViewport::paintPixmap(), and Isis::Stretch::Pairs().
| void Isis::CubeViewport::stretchGreen | ( | const QString & | string | ) | [slot, inherited] |
Apply stretch pairs to green bands.
| stretch |
Definition at line 2102 of file CubeViewport.cpp.
References Isis::Stretch::Parse(), and stretch.
Referenced by Isis::StretchTool::advancedStretchChanged(), Isis::SpecialPixelTool::apply(), Isis::StretchTool::changeStretch(), Isis::StretchTool::setStretchAcrossBands(), Isis::StretchTool::setStretchAllViewports(), Isis::StretchTool::stretchChanged(), Isis::CubeViewport::stretchKnownGlobal(), Isis::StretchTool::stretchRect(), and Isis::StretchTool::stretchRequested().
| void Isis::CubeViewport::stretchKnownGlobal | ( | ) | [slot, inherited] |
List<Tool *> p This stretches to the global stretch.
Definition at line 2124 of file CubeViewport.cpp.
References Isis::CubeViewport::blueBand(), Isis::CubeViewport::grayBand(), Isis::CubeViewport::greenBand(), Isis::CubeViewport::isGray(), Isis::CubeViewport::p_globalStretches, Isis::CubeViewport::redBand(), Isis::CubeViewport::stretchBlue(), Isis::CubeViewport::stretchGray(), Isis::CubeViewport::stretchGreen(), and Isis::CubeViewport::stretchRed().
Referenced by Isis::StretchTool::stretchChanged(), and Isis::StretchTool::stretchGlobal().
| void Isis::CubeViewport::stretchRed | ( | const Stretch & | stretch | ) | [slot, inherited] |
Sets the stretch for red in rgb mode.
| stretch |
Definition at line 2185 of file CubeViewport.cpp.
References Isis::CubeViewport::p_globalStretches, Isis::CubeViewport::p_red, Isis::CubeViewport::paintPixmap(), Isis::Stretch::Pairs(), and Isis::CubeViewport::redBand().
| void Isis::CubeViewport::stretchRed | ( | const QString & | string | ) | [slot, inherited] |
Apply stretch pairs to red bands.
| stretch |
Definition at line 2090 of file CubeViewport.cpp.
References Isis::Stretch::Parse(), and stretch.
Referenced by Isis::StretchTool::advancedStretchChanged(), Isis::SpecialPixelTool::apply(), Isis::StretchTool::changeStretch(), Isis::StretchTool::setStretchAcrossBands(), Isis::StretchTool::setStretchAllViewports(), Isis::StretchTool::stretchChanged(), Isis::CubeViewport::stretchKnownGlobal(), Isis::StretchTool::stretchRect(), and Isis::StretchTool::stretchRequested().
| UniversalGroundMap* Isis::CubeViewport::universalGroundMap | ( | ) | const [inline, inherited] |
Return the universal ground map associated with the cube (NULL implies none).
Definition at line 228 of file CubeViewport.h.
References Isis::CubeViewport::p_groundMap.
Referenced by Isis::FindTool::centerLinkedViewports(), Isis::FindTool::distancePerPixel(), Isis::FeatureNomenclatureTool::FeaturePosition::FeaturePosition(), Isis::FeatureNomenclatureTool::findMissingNomenclature(), Isis::SpatialPlotTool::getSpatialStatistics(), Isis::FindTool::handleLinkClicked(), Isis::FindTool::handleRecordClicked(), Isis::FindTool::mouseButtonRelease(), Isis::FindTool::paintViewport(), Isis::SpatialPlotTool::updateTool(), and Isis::FindTool::updateTool().
| void Isis::CubeViewport::viewGray | ( | int | band | ) | [virtual, slot, inherited] |
View cube as gray.
| band |
Reimplemented in Isis::MdiCubeViewport.
Definition at line 1889 of file CubeViewport.cpp.
References Isis::ViewportBuffer::addStretchAction(), Isis::ViewportBuffer::getBand(), Isis::CubeViewport::p_blueBuffer, Isis::CubeViewport::p_camera, Isis::CubeViewport::p_color, Isis::CubeViewport::p_cubeData, Isis::CubeViewport::p_cubeId, Isis::CubeViewport::p_gray, Isis::CubeViewport::p_grayBuffer, Isis::CubeViewport::p_greenBuffer, Isis::CubeViewport::p_knownStretches, Isis::CubeViewport::p_redBuffer, Isis::Camera::SetBand(), Isis::ViewportBuffer::setBand(), Isis::CubeViewport::setCaption(), and Isis::CubeViewport::stretchGray().
| void Isis::CubeViewport::viewportClosed | ( | CubeViewport * | ) | [signal, inherited] |
Emitted when viewport is closed.
| void Isis::CubeViewport::viewportToCube | ( | int | x, | |
| int | y, | |||
| double & | sample, | |||
| double & | line | |||
| ) | const [inherited] |
Convert a viewport x/y to a cube sample/line (may be outside the cube).
| x | ||
| y | ||
| sample | ||
| line |
Definition at line 810 of file CubeViewport.cpp.
References Isis::CubeViewport::contentsToCube().
Referenced by Isis::CubeViewport::center(), Isis::CubeViewport::getCubeArea(), Isis::ViewportBuffer::getSampLineBoundingRect(), Isis::SpatialPlotTool::getSpatialStatistics(), Isis::SpectralPlotTool::getSpectralStatistics(), Isis::StatisticsTool::getStatistics(), Isis::ViewportBuffer::getXYBoundingRect(), Isis::SunShadowTool::mouseButtonPress(), Isis::PanTool::mouseButtonRelease(), Isis::MatchTool::mouseButtonRelease(), Isis::FindTool::mouseButtonRelease(), Isis::EditTool::mouseButtonRelease(), Isis::SunShadowTool::mouseMove(), Isis::ScatterPlotWindow::paint(), Isis::ScatterPlotConfigDialog::range(), Isis::HistogramTool::refreshPlot(), Isis::EditTool::rubberBandComplete(), Isis::ScatterPlotWindow::setMousePosition(), Isis::CubeViewport::setScale(), Isis::HistogramItem::setVertices(), Isis::MeasureTool::updateDist(), Isis::TrackTool::updateLabels(), Isis::AdvancedTrackTool::updateRow(), and Isis::FeatureNomenclatureTool::ViewportFeatureDisplay::viewportCubeRange().
| void Isis::CubeViewport::viewportUpdated | ( | ) | [signal, inherited] |
Emitted when viewport updated.
Referenced by Isis::MdiCubeViewport::paintEvent().
| void Isis::CubeViewport::viewRGB | ( | int | rband, | |
| int | gband, | |||
| int | bband | |||
| ) | [virtual, slot, inherited] |
View cube as color.
| rband | ||
| gband | ||
| bband |
Reimplemented in Isis::MdiCubeViewport.
Definition at line 1973 of file CubeViewport.cpp.
References Isis::ViewportBuffer::addStretchAction(), Isis::ViewportBuffer::getBand(), Isis::CubeViewport::p_blue, Isis::CubeViewport::p_blueBuffer, Isis::CubeViewport::p_camera, Isis::CubeViewport::p_color, Isis::CubeViewport::p_cubeData, Isis::CubeViewport::p_cubeId, Isis::CubeViewport::p_grayBuffer, Isis::CubeViewport::p_green, Isis::CubeViewport::p_greenBuffer, Isis::CubeViewport::p_knownStretches, Isis::CubeViewport::p_red, Isis::CubeViewport::p_redBuffer, Isis::Camera::SetBand(), Isis::ViewportBuffer::setBand(), and Isis::CubeViewport::setCaption().
| void Isis::CubeViewport::windowTitleChanged | ( | ) | [signal, inherited] |
Emitted when window title changes.
Referenced by Isis::CubeViewport::setCaption().
QVector< Stretch * >* Isis::CubeViewport::p_globalStretches [protected, inherited] |
Global stretches for each stretched band.
Definition at line 462 of file CubeViewport.h.
Referenced by Isis::CubeViewport::CubeViewport(), Isis::CubeViewport::stretchBlue(), Isis::CubeViewport::stretchGray(), Isis::CubeViewport::stretchGreen(), Isis::CubeViewport::stretchKnownGlobal(), Isis::CubeViewport::stretchRed(), and Isis::CubeViewport::~CubeViewport().
QVector< Stretch * >* Isis::CubeViewport::p_knownStretches [protected, inherited] |
Stretches for each previously stretched band.
Definition at line 459 of file CubeViewport.h.
Referenced by Isis::CubeViewport::CubeViewport(), Isis::CubeViewport::forgetStretches(), Isis::CubeViewport::setAllBandStretches(), Isis::CubeViewport::viewGray(), Isis::CubeViewport::viewRGB(), and Isis::CubeViewport::~CubeViewport().
QPixmap Isis::CubeViewport::p_pixmap [protected, inherited] |
The qpixmap.
Definition at line 456 of file CubeViewport.h.
Referenced by Isis::MdiCubeViewport::paintEvent(), paintEvent(), Isis::CubeViewport::paintPixmap(), Isis::CubeViewport::pixmap(), Isis::CubeViewport::resizeEvent(), and Isis::CubeViewport::shiftPixmap().