|
Qucs-GUI
0.0.18
|
#include <sweepdialog.h>
Public Member Functions | |
| mySpinBox (int, int, int, double *, QWidget *) | |
Protected Member Functions | |
| QString | textFromValue (int) |
| QValidator::State | validate (QString &text, int &pos) const |
Private Attributes | |
| double * | Values |
| int | ValueSize |
Definition at line 35 of file sweepdialog.h.
| mySpinBox::mySpinBox | ( | int | Min, |
| int | Max, | ||
| int | Step, | ||
| double * | Val, | ||
| QWidget * | Parent | ||
| ) |
Definition at line 32 of file sweepdialog.cpp.
|
protected |
Definition at line 47 of file sweepdialog.cpp.
|
protected |
Definition at line 53 of file sweepdialog.cpp.
|
private |
Definition at line 45 of file sweepdialog.h.
|
private |
Definition at line 46 of file sweepdialog.h.
1.8.6