svgui  1.9
RangeInputDialog Class Reference

#include <RangeInputDialog.h>

List of all members.

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 ( 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().

Definition at line 66 of file RangeInputDialog.cpp.


Member Function Documentation

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().

void RangeInputDialog::rangeChanged ( float  start,
float  end 
) [signal]
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().

void RangeInputDialog::rangeStartChanged ( double  min) [protected, slot]

Definition at line 99 of file RangeInputDialog.cpp.

References m_rangeEnd, and rangeChanged().

Referenced by RangeInputDialog().

void RangeInputDialog::rangeEndChanged ( double  max) [protected, slot]

Definition at line 112 of file RangeInputDialog.cpp.

References m_rangeStart, and rangeChanged().

Referenced by RangeInputDialog().


Member Data Documentation

QDoubleSpinBox* RangeInputDialog::m_rangeStart [protected]

Definition at line 46 of file RangeInputDialog.h.

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

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: