Microwave filters GUI  2.0.3
Public Member Functions | List of all members
dbplot.EditCurvesDlg Class Reference

Dialog to select visible curves. More...

Public Member Functions

def __init__
 Create dialog to select visible curves.
def closeEvent
 Reimplementation of the dialog close function.

Detailed Description

Dialog to select visible curves.

Definition at line 2066 of file dbplot.py.

Constructor & Destructor Documentation

def dbplot.EditCurvesDlg.__init__ (   self,
  leftYCurves,
  rightYCurves,
  parent = None 
)

Create dialog to select visible curves.

    @param leftYCurves  = List of QwtPlotCurves in left y-axis.
    @param rightYCurves = List of QwtPlotCurves in right y-axis.
    @param parent       = Parent window (default None).

Handle to the dbplot main window. Dictionary with curves corresponding to each spinBox widget Dictionary with curves corresponding to each pushBotton widget

Definition at line 2075 of file dbplot.py.

References dbplot.EditCurvesDlg.curvesCheckBoxesDict, dbplot.EditCurvesDlg.curvesPushButtonsDict, dbplot.EditCurvesDlg.curvesSpinBoxesDict, dbplot.DbPlot.mainWindow, dbplot.AxisScalingDlg.mainWindow, and dbplot.EditCurvesDlg.mainWindow.

Member Function Documentation

def dbplot.EditCurvesDlg.closeEvent (   self,
  event 
)

Reimplementation of the dialog close function.

Uncheck the toolbar action.

Definition at line 2166 of file dbplot.py.


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