SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
LabeledDoubleSpin Class Reference

#include <labeledcontrols.h>

Inheritance diagram for LabeledDoubleSpin:
Collaboration diagram for LabeledDoubleSpin:

Signals

void valueChanged (double v)
 

Public Member Functions

 LabeledDoubleSpin (const QString &labelText, double minimum, double maximum, int decimals=3, QWidget *parent=nullptr)
 
double value () const
 
void setValue (double v)
 
QDoubleSpinBox * spin () const
 

Detailed Description

Label + QDoubleSpinBox pair with [min, max] range and decimals.

Constructor & Destructor Documentation

◆ LabeledDoubleSpin()

LabeledDoubleSpin::LabeledDoubleSpin ( const QString &  labelText,
double  minimum,
double  maximum,
int  decimals = 3,
QWidget *  parent = nullptr 
)
Here is the call graph for this function:

Member Function Documentation

◆ setValue()

void LabeledDoubleSpin::setValue ( double  v)

◆ spin()

QDoubleSpinBox * LabeledDoubleSpin::spin ( ) const
inline

◆ value()

double LabeledDoubleSpin::value ( ) const

◆ valueChanged

void LabeledDoubleSpin::valueChanged ( double  v)
signal
Here is the caller graph for this function:

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