USGS

Isis 3.0 Application Source Code Reference

Home

QnetFileTool Class Reference

Qnet File operations. More...

#include <QnetFileTool.h>

List of all members.

Public Slots

virtual void open ()
 Open a list of cubes.
virtual void exit ()
 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 setSaveNet ()
 Sets save net flag to true.

Signals

void serialNumberListUpdated ()
void controlNetworkUpdated (QString cNetName)
void newControlNetwork (ControlNet *)
void newGroundFile ()
void newDemFile ()

Public Member Functions

 QnetFileTool (QWidget *parent)
 Constructor.
 ~QnetFileTool ()

Public Attributes

QString cNetFileName

Detailed Description

Qnet File operations.

Author:
2006-02-01 Jeff Anderson

Definition at line 81 of file QnetFileTool.h.


Constructor & Destructor Documentation

QnetFileTool ( QWidget parent  ) 

Constructor.

Definition at line 33 of file QnetFileTool.cpp.

~QnetFileTool (  ) 

Definition at line 78 of file QnetFileTool.cpp.


Member Function Documentation

void serialNumberListUpdated (  )  [signal]
void controlNetworkUpdated ( QString  cNetName  )  [signal]
void newControlNetwork ( ControlNet *   )  [signal]
void newGroundFile (  )  [signal]
void newDemFile (  )  [signal]
void open (  )  [virtual, slot]

Open a list of cubes.

Author:
2007-05-01 Elizabeth Ribelin

Definition at line 111 of file QnetFileTool.cpp.

void exit (  )  [virtual, slot]

Exit the program.

Definition at line 231 of file QnetFileTool.cpp.

void save (  )  [virtual, slot]

Save control network with given file.

Definition at line 261 of file QnetFileTool.cpp.

void saveAs (  )  [virtual, slot]

Save control network with given file.

Definition at line 277 of file QnetFileTool.cpp.

void loadPointImages ( ControlPoint *  point  )  [slot]

Load images for the given point.

Parameters:
point Control point to load

Definition at line 356 of file QnetFileTool.cpp.

void 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

Definition at line 325 of file QnetFileTool.cpp.

void setSaveNet (  )  [slot]

Sets save net flag to true.

Definition at line 366 of file QnetFileTool.cpp.


Member Data Documentation

QString cNetFileName

Definition at line 87 of file QnetFileTool.h.


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