Qucs-GUI  0.0.18
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Private Attributes
mySpinBox Class Reference

#include <sweepdialog.h>

Inheritance diagram for mySpinBox:

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
 

Detailed Description

Definition at line 35 of file sweepdialog.h.

Constructor & Destructor Documentation

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

Definition at line 32 of file sweepdialog.cpp.

Member Function Documentation

QString mySpinBox::textFromValue ( int  Val)
protected

Definition at line 47 of file sweepdialog.cpp.

QValidator::State mySpinBox::validate ( QString &  text,
int &  pos 
) const
protected

Definition at line 53 of file sweepdialog.cpp.

Field Documentation

double* mySpinBox::Values
private

Definition at line 45 of file sweepdialog.h.

int mySpinBox::ValueSize
private

Definition at line 46 of file sweepdialog.h.


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