Qucs-GUI
0.0.19
|
#include <sweepdialog.h>
Public Member Functions | |
SweepDialog (Schematic *) | |
~SweepDialog () | |
Private Slots | |
void | slotNewValue (int) |
Private Member Functions | |
Graph * | setBiasPoints () |
Private Attributes | |
QGridLayout * | all |
QList< mySpinBox * > | BoxList |
Graph * | pGraph |
Schematic * | Doc |
QList< Node * > | NodeList |
QList< double * > | ValueList |
Definition at line 48 of file sweepdialog.h.
SweepDialog::SweepDialog | ( | Schematic * | Doc_ | ) |
Definition at line 121 of file sweepdialog.cpp.
Graph * SweepDialog::setBiasPoints | ( | ) | [private] |
Definition at line 156 of file sweepdialog.cpp.
void SweepDialog::slotNewValue | ( | int | ) | [private, slot] |
Definition at line 131 of file sweepdialog.cpp.
QGridLayout* SweepDialog::all [private] |
Definition at line 60 of file sweepdialog.h.
QList<mySpinBox *> SweepDialog::BoxList [private] |
Definition at line 61 of file sweepdialog.h.
Schematic* SweepDialog::Doc [private] |
Definition at line 64 of file sweepdialog.h.
QList<Node *> SweepDialog::NodeList [private] |
Definition at line 65 of file sweepdialog.h.
Graph* SweepDialog::pGraph [private] |
Definition at line 63 of file sweepdialog.h.
QList<double *> SweepDialog::ValueList [private] |
Definition at line 66 of file sweepdialog.h.