kstars
MagnitudeSpinBox Class Reference
A special spinbox for entering magnitude values. More...
#include <magnitudespinbox.h>
Inheritance diagram for MagnitudeSpinBox:

Public Member Functions | |
MagnitudeSpinBox (double minValue, double maxValue, QWidget *parent=0, const char *name=0) | |
MagnitudeSpinBox (QWidget *parent=0, const char *name=0) |
Detailed Description
A special spinbox for entering magnitude values.This class now inherits KDoubleNumInput instead of QSpinBox a custom spinbox for magnitude (float) values.
- Version:
- 1.0
Definition at line 33 of file magnitudespinbox.h.
Constructor & Destructor Documentation
MagnitudeSpinBox::MagnitudeSpinBox | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
MagnitudeSpinBox::MagnitudeSpinBox | ( | double | minValue, | |
double | maxValue, | |||
QWidget * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
Constructor.
Set minimum and maximum values for the spinbox.
Definition at line 25 of file magnitudespinbox.cpp.
The documentation for this class was generated from the following files: