svgui  1.9
RangeInputDialog Class Reference

#include <RangeInputDialog.h>

Inheritance diagram for RangeInputDialog:
Collaboration diagram for RangeInputDialog:

Public Slots

void setRange (float start, float end)
 

Signals

void rangeChanged (float start, float end)
 

Public Member Functions

 RangeInputDialog (QString title, QString message, QString unit, float min, float max, QWidget *parent=0)
 
virtual ~RangeInputDialog ()
 
void getRange (float &start, float &end)
 

Protected Slots

void rangeStartChanged (double)
 
void rangeEndChanged (double)
 

Protected Attributes

QDoubleSpinBox * m_rangeStart
 
QDoubleSpinBox * m_rangeEnd
 

Detailed Description

Definition at line 24 of file RangeInputDialog.h.

Constructor & Destructor Documentation

◆ RangeInputDialog()

RangeInputDialog::RangeInputDialog ( QString  title,
QString  message,
QString  unit,
float  min,
float  max,
QWidget *  parent = 0 
)

Definition at line 25 of file RangeInputDialog.cpp.

References m_rangeEnd, m_rangeStart, rangeEndChanged(), and rangeStartChanged().

◆ ~RangeInputDialog()

RangeInputDialog::~RangeInputDialog ( )
virtual

Definition at line 66 of file RangeInputDialog.cpp.

Member Function Documentation

◆ getRange()

void RangeInputDialog::getRange ( float &  start,
float &  end 
)

Definition at line 71 of file RangeInputDialog.cpp.

References m_rangeEnd, and m_rangeStart.

Referenced by Pane::editVerticalPannerExtents().

◆ rangeChanged

void RangeInputDialog::rangeChanged ( float  start,
float  end 
)
signal

◆ setRange

void RangeInputDialog::setRange ( float  start,
float  end 
)
slot

Definition at line 84 of file RangeInputDialog.cpp.

References m_rangeEnd, and m_rangeStart.

Referenced by Pane::editVerticalPannerExtents().

◆ rangeStartChanged

void RangeInputDialog::rangeStartChanged ( double  min)
protectedslot

Definition at line 99 of file RangeInputDialog.cpp.

References m_rangeEnd, and rangeChanged().

Referenced by RangeInputDialog().

◆ rangeEndChanged

void RangeInputDialog::rangeEndChanged ( double  max)
protectedslot

Definition at line 112 of file RangeInputDialog.cpp.

References m_rangeStart, and rangeChanged().

Referenced by RangeInputDialog().

Member Data Documentation

◆ m_rangeStart

QDoubleSpinBox* RangeInputDialog::m_rangeStart
protected

Definition at line 46 of file RangeInputDialog.h.

Referenced by getRange(), rangeEndChanged(), RangeInputDialog(), and setRange().

◆ m_rangeEnd

QDoubleSpinBox* RangeInputDialog::m_rangeEnd
protected

Definition at line 47 of file RangeInputDialog.h.

Referenced by getRange(), RangeInputDialog(), rangeStartChanged(), and setRange().


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