Qucs-GUI  0.0.19
Public Member Functions | Protected Member Functions | Private Attributes
mySpinBox Class Reference

#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

Detailed Description

Definition at line 34 of file sweepdialog.h.


Constructor & Destructor Documentation

mySpinBox::mySpinBox ( int  Min,
int  Max,
int  Step,
double *  Val,
QWidget *  Parent 
)

Definition at line 33 of file sweepdialog.cpp.


Member Function Documentation

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.


Field Documentation

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.


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines