Isis Developer Reference
Isis::QnetFileTool Class Reference

Qnet File operations. More...

#include <QnetFileTool.h>

Inheritance diagram for Isis::QnetFileTool:
Inheritance graph
Collaboration diagram for Isis::QnetFileTool:
Collaboration graph

Public Slots

virtual void open ()
 Open a list of cubes.
 
virtual void exit (QCloseEvent *event=NULL)
 Exit the program.
 
virtual void save ()
 Save control network with given file.
 
virtual void saveAs ()
 Save control network with given file.
 
void loadPointImages (ControlPoint *point)
 Load images for the given point.
 
void loadImage (const QString &serialNumber)
 Load given cube in Workspace.
 
void setDirty ()
 Sets save net flag to true.
 
virtual void browse ()
 This method allows the user to navigate and browse cubes with a file dialog .
 
void print ()
 This method allows the user to print the current viewport.
 
virtual void saveInfo ()
 Saves the whatsthis info of the cubeviewport.
 
virtual void exportView ()
 This method allows the user to export the current view as an image file.
 
virtual void exportToList ()
 FileTool::exportToList.
 
virtual bool closeAll ()
 Try to close all open cubes and save/discard if necessary.
 
virtual void exit ()
 Exit the program, this slot called when the exit is chosen from the File menu.
 
void enableSave (bool enable)
 This slot enables or disables save and save as.
 
void discard ()
 This slot emits a signal to discard all changes to the current viewport.
 
void saveAsCubeByOption (QString)
 Save as Isis Cube (FullImage, AsIs, FullRes)
 
void activate (bool)
 Activates the tool.
 
void setCubeViewport (MdiCubeViewport *cvp)
 Sets the current viewport to the given cvp.
 

Signals

void serialNumberListUpdated ()
 
void controlNetworkUpdated (QString cNetName)
 
void newControlNetwork (ControlNet *)
 
void newGroundFile ()
 
void newDemFile ()
 
void fileSelected (QString)
 This signal is called when a file is selected.
 
void saveChanges (CubeViewport *vp)
 This signal is called when changes should be saved.
 
void discardChanges (CubeViewport *vp)
 This signal is called when changes should be discarded.
 
void clearWarningSignal ()
 
void toolActivated ()
 
void viewportChanged ()
 

Public Member Functions

 QnetFileTool (QnetTool *qnetTool, QWidget *parent)
 Constructor.
 
 ~QnetFileTool ()
 
virtual void addTo (QMenu *menu)
 Adds the file tool's actions to the menu.
 
ControlNetcontrolNet ()
 
SerialNumberListserialNumberList ()
 
void addTo (Workspace *ws)
 Connects the fileSelected signal to the workspace's addCubeViewport slot.
 
void addTo (ViewportMainWindow *mw)
 Adds the tool to the application.
 
void addTo (ToolPad *toolpad)
 Adds the tool to the toolpad.
 
void addToPermanent (QToolBar *perm)
 Adds the file tool's actions to the permanent toolbar.
 
QPointer< QActionopenAction ()
 
QPointer< QActionsaveAction ()
 
QString menuName () const
 
void addToActive (QToolBar *toolbar)
 
QString toolIconDir () const
 returns the path to the icon directory.
 
virtual void paintViewport (MdiCubeViewport *vp, QPainter *painter)
 
RubberBandToolrubberBandTool ()
 
void setList (ToolList *currentList)
 

Public Attributes

QStringList p_filterList
 Filter List.
 
QDir p_dir
 Directory.
 
QStringList p_fileList
 File list.
 

Protected Types

typedef QVector< MdiCubeViewport * > CubeViewportList
 A list of cubeviewports.
 

Protected Slots

virtual void rubberBandComplete ()
 
virtual void screenPixelsChanged ()
 This is called when actions change which pixels from the cube are displayed.
 
virtual void mouseEnter ()
 
virtual void mouseMove (QPoint p)
 
virtual void mouseMove (QPoint p, Qt::MouseButton)
 
virtual void mouseLeave ()
 

Protected Member Functions

void updateTool ()
 Updates the tool.
 
virtual void mouseDoubleClick (QPoint p)
 
virtual void mouseButtonPress (QPoint p, Qt::MouseButton s)
 
virtual void mouseButtonRelease (QPoint p, Qt::MouseButton s)
 Resets the Warning to Nowarning when a different activity occurs on the application.
 
virtual void updateMeasure ()
 
virtual void scaleChanged ()
 
virtual void stretchRequested (MdiCubeViewport *, int)
 
void registerTool (MdiCubeViewport *viewport)
 Registers the tool to the viewport.
 
MdiCubeViewportcubeViewport () const
 Return the current cubeviewport.
 
CubeViewportListcubeViewportList () const
 Return the list of cubeviewports.
 
virtual QActiontoolPadAction (ToolPad *toolpad)
 Anytime a tool is created, you must setup a tool pad action with it.
 
virtual QWidgetcreateToolBarWidget (QStackedWidget *parent)
 Anytime a tool is created, you must add it to the tool bar.
 
virtual void addConnections (MdiCubeViewport *cvp)
 Anytime a tool is created, you must add the connections for it.
 
virtual void removeConnections (MdiCubeViewport *cvp)
 Anytime a tool is created, you must be able to remove it's connections.
 
virtual void enableRubberBandTool ()
 Anytime a tool is created, you may use the rubber band tool.
 
Workspaceworkspace ()
 

Detailed Description

Qnet File operations.

Author
2006-02-01 Jeff Anderson

Member Typedef Documentation

◆ CubeViewportList

typedef QVector< MdiCubeViewport * > Isis::Tool::CubeViewportList
protectedinherited

A list of cubeviewports.

Constructor & Destructor Documentation

◆ QnetFileTool()

Isis::QnetFileTool::QnetFileTool ( QnetTool * qnetTool,
QWidget * parent )

◆ ~QnetFileTool()

Isis::QnetFileTool::~QnetFileTool ( )

Member Function Documentation

◆ activate

◆ addConnections()

virtual void Isis::Tool::addConnections ( MdiCubeViewport * cvp)
inlineprotectedvirtualinherited

Anytime a tool is created, you must add the connections for it.

Parameters
cvp

Reimplemented in Isis::TrackTool, and Isis::WindowTool.

◆ addTo() [1/4]

void Isis::QnetFileTool::addTo ( QMenu * menu)
virtual

Adds the file tool's actions to the menu.

Parameters
menu

Reimplemented from Isis::FileTool.

References Isis::FileTool::addTo().

◆ addTo() [2/4]

void Isis::Tool::addTo ( ToolPad * toolpad)
inherited

Adds the tool to the toolpad.

Parameters
toolpad

References Isis::Tool::activate(), and Isis::Tool::toolPadAction().

◆ addTo() [3/4]

◆ addTo() [4/4]

void Isis::FileTool::addTo ( Workspace * ws)
virtualinherited

Connects the fileSelected signal to the workspace's addCubeViewport slot.

Parameters
ws

Reimplemented from Isis::Tool.

References Isis::Tool::addTo(), and Isis::FileTool::fileSelected().

◆ addToActive()

void Isis::Tool::addToActive ( QToolBar * toolbar)
inherited
Parameters
toolbar

References Isis::Tool::createToolBarWidget(), and Isis::ToolList::toolBarStack().

Referenced by Isis::Tool::addTo().

◆ addToPermanent()

void Isis::FileTool::addToPermanent ( QToolBar * perm)
virtualinherited

Adds the file tool's actions to the permanent toolbar.

Parameters
perm

Reimplemented from Isis::Tool.

◆ browse

void Isis::FileTool::browse ( )
virtualslotinherited

This method allows the user to navigate and browse cubes with a file dialog .

References Isis::FileTool::fileSelected(), Isis::FileTool::p_dir, and Isis::FileTool::p_filterList.

Referenced by Isis::FileTool::FileTool().

◆ clearWarningSignal

void Isis::Tool::clearWarningSignal ( )
signalinherited

◆ closeAll

bool Isis::FileTool::closeAll ( )
virtualslotinherited

Try to close all open cubes and save/discard if necessary.

References Isis::Tool::cubeViewportList(), and Isis::Tool::setCubeViewport().

◆ controlNet()

ControlNet * Isis::QnetFileTool::controlNet ( )

References Isis::QnetTool::controlNet().

Referenced by open(), save(), and saveAs().

◆ controlNetworkUpdated

void Isis::QnetFileTool::controlNetworkUpdated ( QString cNetName)
signal

Referenced by open(), and saveAs().

◆ createToolBarWidget()

virtual QWidget * Isis::Tool::createToolBarWidget ( QStackedWidget * parent)
inlineprotectedvirtualinherited

◆ cubeViewport()

MdiCubeViewport * Isis::Tool::cubeViewport ( ) const
inlineprotectedinherited

Return the current cubeviewport.

Returns
CubeViewport*

Referenced by Isis::TrackTool::addConnections(), Isis::WindowTool::addConnections(), Isis::StretchTool::deleteFromCube(), Isis::FileTool::discard(), Isis::FileTool::exportToList(), Isis::FileTool::exportView(), Isis::StretchTool::loadStretchFromCube(), Isis::SunShadowTool::mouseButtonPress(), Isis::EditTool::mouseButtonRelease(), Isis::ControlNetTool::mouseButtonRelease(), Isis::FeatureNomenclatureTool::mouseButtonRelease(), Isis::FindTool::mouseButtonRelease(), Isis::MatchTool::mouseButtonRelease(), Isis::PanTool::mouseButtonRelease(), Isis::QnetTool::mouseButtonRelease(), Isis::RubberBandTool::mouseButtonRelease(), Isis::StretchTool::mouseButtonRelease(), Isis::AdvancedTrackTool::mouseLeave(), Isis::SunShadowTool::mouseMove(), Isis::TrackTool::mouseMove(), Isis::RubberBandTool::mouseMove(), Isis::ScatterPlotTool::mouseMove(), Isis::LatLonGridTool::paintViewport(), Isis::FindTool::paintViewport(), Isis::RubberBandTool::paintViewport(), Isis::SunShadowTool::paintViewport(), Isis::FileTool::print(), Isis::HistogramTool::refreshPlot(), Isis::SpatialPlotTool::refreshPlot(), Isis::SpectralPlotTool::refreshPlot(), Isis::TrackTool::removeConnections(), Isis::WindowTool::removeConnections(), Isis::EditTool::rubberBandComplete(), Isis::HistogramTool::rubberBandComplete(), Isis::MeasureTool::rubberBandComplete(), Isis::StereoTool::rubberBandComplete(), Isis::StretchTool::rubberBandComplete(), Isis::ZoomTool::rubberBandComplete(), Isis::FileTool::save(), Isis::FileTool::saveAs(), Isis::FileTool::saveAsCubeByOption(), Isis::FileTool::saveInfo(), Isis::StretchTool::saveStretchToCube(), Isis::ScatterPlotTool::showNewScatterPlotConfig(), Isis::StretchTool::stretchGlobal(), Isis::StretchTool::stretchGlobalAllBands(), Isis::StretchTool::stretchRegional(), Isis::StretchTool::updateAdvStretchDialogforAll(), Isis::StretchTool::updateHistograms(), Isis::MeasureTool::updateMeasure(), Isis::AbstractPlotTool::updateTool(), Isis::BandTool::updateTool(), Isis::BlinkTool::updateTool(), Isis::EditTool::updateTool(), Isis::FileTool::updateTool(), Isis::FindTool::updateTool(), Isis::LatLonGridTool::updateTool(), Isis::SpecialPixelTool::updateTool(), Isis::StretchTool::updateTool(), Isis::SunShadowTool::updateTool(), Isis::WindowTool::updateTool(), Isis::ZoomTool::updateTool(), and Isis::AbstractPlotTool::viewportsToPlot().

◆ cubeViewportList()

◆ discard

void Isis::FileTool::discard ( )
slotinherited

This slot emits a signal to discard all changes to the current viewport.

References Isis::Tool::cubeViewport(), and Isis::FileTool::discardChanges().

Referenced by Isis::FileTool::updateTool().

◆ discardChanges

void Isis::FileTool::discardChanges ( CubeViewport * vp)
signalinherited

This signal is called when changes should be discarded.

Parameters
vp

Referenced by Isis::FileTool::discard(), and Isis::FileTool::updateTool().

◆ enableRubberBandTool()

void Isis::Tool::enableRubberBandTool ( )
protectedvirtualinherited

Anytime a tool is created, you may use the rubber band tool.

Enable the use of the rubberband tool.

Reimplemented in Isis::HistogramTool, Isis::MeasureTool, Isis::RubberBandTool, Isis::SpatialPlotTool, Isis::SpectralPlotTool, Isis::StereoTool, and Isis::ZoomTool.

References Isis::RubberBandTool::disable(), and Isis::Tool::rubberBandTool().

◆ enableSave

void Isis::FileTool::enableSave ( bool enable)
slotinherited

This slot enables or disables save and save as.

Parameters
enable

◆ exit [1/2]

void Isis::FileTool::exit ( )
virtualslotinherited

Exit the program, this slot called when the exit is chosen from the File menu.

Referenced by Isis::FileTool::FileTool().

◆ exit [2/2]

void Isis::QnetFileTool::exit ( QCloseEvent * event = NULL)
virtualslot

Exit the program.

References saveAs().

◆ exportToList

void Isis::FileTool::exportToList ( )
virtualslotinherited

FileTool::exportToList.

This method exports the file names of all active cubes into a .lis file by looping through The ViewportMainWindow and grabbing the file names from the active child CubeViewports.

Author
Adam Goins

References Isis::CubeViewport::cube(), Isis::Tool::cubeViewport(), and Isis::Cube::fileName().

Referenced by Isis::FileTool::FileTool().

◆ exportView

void Isis::FileTool::exportView ( )
virtualslotinherited

This method allows the user to export the current view as an image file.

References Isis::Tool::cubeViewport().

Referenced by Isis::FileTool::FileTool().

◆ fileSelected

void Isis::FileTool::fileSelected ( QString )
signalinherited

◆ loadImage

void Isis::QnetFileTool::loadImage ( const QString & serialNumber)
slot

Load given cube in Workspace.

Parameters
serialNumber[in] (QString) Serial number of cube to display
Author
2007-05-01 Elizabeth Ribelin

References Isis::SerialNumber::Compose(), Isis::Workspace::cubeViewportList(), Isis::SerialNumberList::fileName(), Isis::FileTool::fileSelected(), Isis::Workspace::mdiArea(), serialNumberList(), and Isis::QnetTool::workspace().

Referenced by loadPointImages().

◆ loadPointImages

void Isis::QnetFileTool::loadPointImages ( ControlPoint * point)
slot

Load images for the given point.

Parameters
pointControl point to load

References Isis::ControlPoint::GetNumMeasures(), and loadImage().

◆ menuName()

QString Isis::FileTool::menuName ( ) const
inlinevirtualinherited
Returns
the menu name for the file tool

Reimplemented from Isis::Tool.

◆ mouseButtonPress()

void Isis::Tool::mouseButtonPress ( QPoint p,
Qt::MouseButton s )
protectedvirtualinherited
Parameters
p
s

References Isis::Tool::clearWarningSignal().

◆ mouseButtonRelease()

void Isis::Tool::mouseButtonRelease ( QPoint p,
Qt::MouseButton s )
protectedvirtualinherited

Resets the Warning to Nowarning when a different activity occurs on the application.

This is called by all the mouseButtonRelease events in all the tools.

Parameters
p
s

Reimplemented in Isis::FeatureNomenclatureTool.

References Isis::Tool::clearWarningSignal().

Referenced by Isis::StretchTool::mouseButtonRelease().

◆ mouseDoubleClick()

void Isis::Tool::mouseDoubleClick ( QPoint p)
protectedvirtualinherited
Parameters
p

References Isis::Tool::clearWarningSignal().

◆ mouseEnter

virtual void Isis::Tool::mouseEnter ( )
inlineprotectedvirtualslotinherited

◆ mouseLeave

virtual void Isis::Tool::mouseLeave ( )
inlineprotectedvirtualslotinherited

◆ mouseMove [1/2]

void Isis::Tool::mouseMove ( QPoint p)
protectedvirtualslotinherited
Parameters
p

◆ mouseMove [2/2]

virtual void Isis::Tool::mouseMove ( QPoint p,
Qt::MouseButton  )
inlineprotectedvirtualslotinherited

◆ newControlNetwork

void Isis::QnetFileTool::newControlNetwork ( ControlNet * )
signal

Referenced by open().

◆ newDemFile

void Isis::QnetFileTool::newDemFile ( )
signal

Referenced by QnetFileTool().

◆ newGroundFile

void Isis::QnetFileTool::newGroundFile ( )
signal

Referenced by QnetFileTool().

◆ open

◆ openAction()

QPointer< QAction > Isis::FileTool::openAction ( )
inlineinherited
Returns
the open action

Referenced by QnetFileTool().

◆ paintViewport()

virtual void Isis::Tool::paintViewport ( MdiCubeViewport * vp,
QPainter * painter )
inlinevirtualinherited

◆ print

void Isis::FileTool::print ( )
slotinherited

This method allows the user to print the current viewport.

References Isis::Tool::cubeViewport().

Referenced by Isis::FileTool::FileTool().

◆ registerTool()

void Isis::Tool::registerTool ( MdiCubeViewport * viewport)
protectedinherited

Registers the tool to the viewport.

Parameters
viewport

References Isis::MdiCubeViewport::registerTool(), and Isis::Tool::stretchRequested().

Referenced by Isis::Tool::addTo().

◆ removeConnections()

virtual void Isis::Tool::removeConnections ( MdiCubeViewport * cvp)
inlineprotectedvirtualinherited

Anytime a tool is created, you must be able to remove it's connections.

Parameters
cvp

Reimplemented in Isis::MeasureTool, Isis::TrackTool, and Isis::WindowTool.

◆ rubberBandComplete

virtual void Isis::Tool::rubberBandComplete ( )
inlineprotectedvirtualslotinherited

◆ rubberBandTool()

◆ save

void Isis::QnetFileTool::save ( )
virtualslot

Save control network with given file.

References controlNet(), and Isis::ControlNet::Write().

◆ saveAction()

QPointer< QAction > Isis::FileTool::saveAction ( )
inlineinherited
Returns
the save as action

Referenced by QnetFileTool().

◆ saveAs

void Isis::QnetFileTool::saveAs ( )
virtualslot

Save control network with given file.

References controlNet(), controlNetworkUpdated(), and Isis::ControlNet::Write().

Referenced by exit(), and open().

◆ saveAsCubeByOption

void Isis::FileTool::saveAsCubeByOption ( QString psOutFile)
slotinherited

Save as Isis Cube (FullImage, AsIs, FullRes)

Save input image as a cube into specified output file as FullImage or ExportAsIs or ExportFullRes option.

Author
Sharmila Prasad (4/8/2011)
Parameters
psOutFile- user specified output file

References Isis::Tool::cubeViewport(), Isis::SaveAsDialog::ExportAsIs, Isis::SaveAsDialog::ExportFullRes, Isis::FileTool::fileSelected(), Isis::SaveAsDialog::FullImage, and Isis::FileTool::save().

Referenced by Isis::FileTool::saveAs().

◆ saveChanges

void Isis::FileTool::saveChanges ( CubeViewport * vp)
signalinherited

This signal is called when changes should be saved.

Parameters
vp

Referenced by Isis::FileTool::save(), and Isis::FileTool::updateTool().

◆ saveInfo

void Isis::FileTool::saveInfo ( void )
virtualslotinherited

Saves the whatsthis info of the cubeviewport.

Saves the whatsthis info of the cubeviewport to user specified output file.

Author
Sharmila Prasad (4/6/2011)

References Isis::Tool::cubeViewport(), and Isis::CubeViewport::getAllWhatsThisInfo().

Referenced by Isis::FileTool::FileTool().

◆ scaleChanged()

virtual void Isis::Tool::scaleChanged ( )
inlineprotectedvirtualinherited

Reimplemented in Isis::RubberBandTool.

◆ screenPixelsChanged

virtual void Isis::Tool::screenPixelsChanged ( )
inlineprotectedvirtualslotinherited

This is called when actions change which pixels from the cube are displayed.

◆ serialNumberList()

SerialNumberList * Isis::QnetFileTool::serialNumberList ( )

References Isis::QnetTool::serialNumberList().

Referenced by loadImage(), and open().

◆ serialNumberListUpdated

void Isis::QnetFileTool::serialNumberListUpdated ( )
signal

Referenced by open().

◆ setCubeViewport

void Isis::Tool::setCubeViewport ( MdiCubeViewport * cvp)
slotinherited

Sets the current viewport to the given cvp.

Parameters
cvp

References Isis::Tool::updateTool(), and Isis::Tool::viewportChanged().

Referenced by Isis::Tool::addTo(), and Isis::FileTool::closeAll().

◆ setDirty

void Isis::QnetFileTool::setDirty ( )
slot

Sets save net flag to true.

◆ setList()

void Isis::Tool::setList ( ToolList * currentList)
inherited

◆ stretchRequested()

virtual void Isis::Tool::stretchRequested ( MdiCubeViewport * ,
int  )
inlineprotectedvirtualinherited

Reimplemented in Isis::StretchTool.

Referenced by Isis::Tool::registerTool().

◆ toolActivated

◆ toolIconDir()

QString Isis::Tool::toolIconDir ( ) const
inlineinherited

◆ toolPadAction()

virtual QAction * Isis::Tool::toolPadAction ( ToolPad * toolpad)
inlineprotectedvirtualinherited

◆ updateMeasure()

virtual void Isis::Tool::updateMeasure ( )
inlineprotectedvirtualinherited

◆ updateTool()

void Isis::FileTool::updateTool ( )
protectedvirtualinherited

Updates the tool.

This method is called when the tool is updated.

Reimplemented from Isis::Tool.

References Isis::Tool::cubeViewport(), Isis::FileTool::discard(), Isis::FileTool::discardChanges(), Isis::FileTool::save(), and Isis::FileTool::saveChanges().

◆ viewportChanged

◆ workspace()

Member Data Documentation

◆ p_dir

◆ p_fileList

QStringList Isis::FileTool::p_fileList
inherited

File list.

◆ p_filterList

QStringList Isis::FileTool::p_filterList
inherited

The documentation for this class was generated from the following files: