|
Isis 3.0 Application Source Code Reference |
Home |
#include <QnetFileTool.h>
Inherits FileTool.
Definition at line 66 of file QnetFileTool.h.
Public Slots | |
| virtual void | open () |
| Open a list of cubes. | |
| virtual void | exit () |
| virtual void | saveAs () |
| void | loadPoint (Isis::ControlPoint *point) |
| void | loadImage (const QString &serialNumber) |
| Load given cube in Workspace. | |
| void | setSaveNet () |
Signals | |
| void | serialNumberListUpdated () |
| void | controlNetworkUpdated (QString cNetName) |
Public Member Functions | |
| QnetFileTool (QWidget *parent) | |
| Constructor. | |
Public Attributes | |
| QString | cNetFilename |
| QnetFileTool | ( | QWidget * | parent | ) |
| void serialNumberListUpdated | ( | ) | [signal] |
Definition at line 91 of file moc_QnetFileTool.cpp.
| void controlNetworkUpdated | ( | QString | cNetName | ) | [signal] |
Definition at line 97 of file moc_QnetFileTool.cpp.
| void open | ( | ) | [virtual, slot] |
Open a list of cubes.
Definition at line 71 of file QnetFileTool.cpp.
| void exit | ( | ) | [virtual, slot] |
Definition at line 164 of file QnetFileTool.cpp.
| void saveAs | ( | ) | [virtual, slot] |
Definition at line 183 of file QnetFileTool.cpp.
| void loadPoint | ( | Isis::ControlPoint * | point | ) | [slot] |
Definition at line 246 of file QnetFileTool.cpp.
| void loadImage | ( | const QString & | serialNumber | ) | [slot] |
Load given cube in Workspace.
| serialNumber | [in] (QString) Serial number of cube to display |
Definition at line 223 of file QnetFileTool.cpp.
| void setSaveNet | ( | ) | [slot] |
Definition at line 253 of file QnetFileTool.cpp.
| QString cNetFilename |
Definition at line 75 of file QnetFileTool.h.