![]()  | 
  
    Isis 3 Programmer Reference
    
   | 
 
Scrolled widget for display ChipViewports. More...
#include <ChipViewportsWidget.h>


Public Slots | |
| void | setSerialNumberList (SerialNumberList *snList) | 
| void | setControlNet (ControlNet *cnet, QString cnetFilename) | 
| New control network being edited.  More... | |
| void | setPoint (ControlPoint *controlPoint) | 
Signals | |
| void | controlPointChanged (QString pointId) | 
| void | netChanged () | 
| void | newControlNetwork (ControlNet *) | 
| void | stretchChipViewport (Stretch *, CubeViewport *) | 
| void | measureChanged () | 
| void | saveControlNet () | 
Public Member Functions | |
| ChipViewportsWidget (QWidget *parent) | |
| Consructs the ChipViewportsWidget widget.  More... | |
| bool | eventFilter (QObject *object, QEvent *event) | 
Private Slots | |
| void | showPoints (bool showPoints) | 
| This method is called from the constructor so that when the Main window is created, it know's it's size and location.  More... | |
| void | geomChips (bool geomChips) | 
| void | clearPoint () | 
Private Member Functions | |
| void | createChipViewports (QWidget *parent) | 
| create the widget for display all ControlMeasures for ControlPoint as ChipViewports  More... | |
| void | createActions () | 
| void | loadPoint () | 
| void | mousePressEvent (QObject *object, QMouseEvent *event) | 
Private Attributes | |
| QPointer< QWidget > | m_parent | 
| QString | m_cnetFileName | 
| QPointer< QLabel > | m_cnetFileNameLabel | 
| bool | m_netChanged | 
| QPointer< QAction > | m_closeChipViewportWidget | 
| QPointer< QAction > | m_saveChips | 
| QPointer< QLabel > | m_ptIdValue | 
| QPointer< ControlPoint > | m_controlPoint | 
| SerialNumberList * | m_serialNumberList | 
| QPointer< ControlNet > | m_controlNet | 
| QPointer< QGridLayout > | m_chipViewportsLayout | 
| QList< ChipViewport * > | m_chipViewports | 
Scrolled widget for display ChipViewports.
Definition at line 43 of file ChipViewportsWidget.h.
| Isis::ChipViewportsWidget::ChipViewportsWidget | ( | QWidget * | parent | ) | 
Consructs the ChipViewportsWidget widget.
| parent | Pointer to the parent widget for the ChipViewportsWidget | 
Definition at line 56 of file ChipViewportsWidget.cpp.
References createChipViewports().
      
  | 
  private | 
create the widget for display all ControlMeasures for ControlPoint as ChipViewports
| parent | Pointer to parent QWidget | 
Definition at line 90 of file ChipViewportsWidget.cpp.
References showPoints().
Referenced by ChipViewportsWidget().
      
  | 
  slot | 
New control network being edited.
| cnet | ControlNet * | 
| filename | Qstring, Need filename to write to widget label. ControlNet doesn't contain a filename. | 
Definition at line 167 of file ChipViewportsWidget.cpp.
      
  | 
  privateslot | 
This method is called from the constructor so that when the Main window is created, it know's it's size and location.
Definition at line 306 of file ChipViewportsWidget.cpp.
References Isis::ChipViewport::setPoints().
Referenced by createChipViewports().