Qucs-GUI
0.0.19
|
#include <sweepdialog.h>
Public Member Functions | |
mySpinBox (int, int, int, double *, QWidget *) | |
Protected Member Functions | |
QString | textFromValue (int) const |
QValidator::State | validate (QString &text, int &pos) const |
Private Attributes | |
double * | Values = NULL |
int | ValueSize |
Definition at line 34 of file sweepdialog.h.
mySpinBox::mySpinBox | ( | int | Min, |
int | Max, | ||
int | Step, | ||
double * | Val, | ||
QWidget * | Parent | ||
) |
Definition at line 33 of file sweepdialog.cpp.
QString mySpinBox::textFromValue | ( | int | Val | ) | const [protected] |
Definition at line 48 of file sweepdialog.cpp.
QValidator::State mySpinBox::validate | ( | QString & | text, |
int & | pos | ||
) | const [protected] |
Definition at line 56 of file sweepdialog.cpp.
double* mySpinBox::Values = NULL [private] |
Definition at line 44 of file sweepdialog.h.
int mySpinBox::ValueSize [private] |
Definition at line 45 of file sweepdialog.h.