svgui
1.9
|
#include <RangeInputDialog.h>
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().
|
virtual |
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().
|
signal |
Referenced by rangeEndChanged(), and rangeStartChanged().
|
slot |
Definition at line 84 of file RangeInputDialog.cpp.
References m_rangeEnd, and m_rangeStart.
Referenced by Pane::editVerticalPannerExtents().
|
protectedslot |
Definition at line 99 of file RangeInputDialog.cpp.
References m_rangeEnd, and rangeChanged().
Referenced by RangeInputDialog().
|
protectedslot |
Definition at line 112 of file RangeInputDialog.cpp.
References m_rangeStart, and rangeChanged().
Referenced by RangeInputDialog().
Member Data Documentation
|
protected |
Definition at line 46 of file RangeInputDialog.h.
Referenced by getRange(), rangeEndChanged(), RangeInputDialog(), and setRange().
|
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:
Generated by 1.8.11