|
Isis 3.0 Application Source Code Reference |
Home |
#include <QnetFileTool.h>
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 |
Qnet File operations.
Definition at line 81 of file QnetFileTool.h.
| QnetFileTool | ( | QWidget * | parent | ) |
Constructor.
Definition at line 33 of file QnetFileTool.cpp.
| ~QnetFileTool | ( | ) |
Definition at line 78 of file QnetFileTool.cpp.
| 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.
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.
| point | Control point to load |
Definition at line 356 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 325 of file QnetFileTool.cpp.
| void setSaveNet | ( | ) | [slot] |
Sets save net flag to true.
Definition at line 366 of file QnetFileTool.cpp.
| QString cNetFileName |
Definition at line 87 of file QnetFileTool.h.