QtiPlot  0.9.8.2
Public Slots | Public Member Functions | Private Attributes | List of all members
SmoothCurveDialog Class Reference

Smoothing options dialog. More...

#include <SmoothCurveDialog.h>

Inheritance diagram for SmoothCurveDialog:

Public Slots

void activateCurve (const QString &)
 
void setGraph (Graph *g)
 
void smooth ()
 

Public Member Functions

 SmoothCurveDialog (int method, QWidget *parent=0, Qt::WFlags fl=0)
 

Private Attributes

ColorButtonboxColor
 
QDoubleSpinBox * boxF
 
QComboBox * boxName
 
QSpinBox * boxOrder
 
QSpinBox * boxPointsLeft
 
QSpinBox * boxPointsRight
 
QPushButton * btnSmooth
 
QPushButton * buttonCancel
 
Graphgraph
 
int smooth_method
 

Detailed Description

Smoothing options dialog.

Constructor & Destructor Documentation

SmoothCurveDialog::SmoothCurveDialog ( int  method,
QWidget *  parent = 0,
Qt::WFlags  fl = 0 
)

Member Function Documentation

void SmoothCurveDialog::activateCurve ( const QString &  s)
slot
void SmoothCurveDialog::setGraph ( Graph g)
slot
void SmoothCurveDialog::smooth ( )
slot

Member Data Documentation

ColorButton* SmoothCurveDialog::boxColor
private

Referenced by smooth(), and SmoothCurveDialog().

QDoubleSpinBox* SmoothCurveDialog::boxF
private

Referenced by smooth(), and SmoothCurveDialog().

QComboBox* SmoothCurveDialog::boxName
private

Referenced by setGraph(), smooth(), and SmoothCurveDialog().

QSpinBox * SmoothCurveDialog::boxOrder
private

Referenced by smooth(), and SmoothCurveDialog().

QSpinBox* SmoothCurveDialog::boxPointsLeft
private
QSpinBox * SmoothCurveDialog::boxPointsRight
private

Referenced by smooth(), and SmoothCurveDialog().

QPushButton* SmoothCurveDialog::btnSmooth
private

Referenced by SmoothCurveDialog().

QPushButton* SmoothCurveDialog::buttonCancel
private

Referenced by SmoothCurveDialog().

Graph* SmoothCurveDialog::graph
private

Referenced by activateCurve(), setGraph(), and smooth().

int SmoothCurveDialog::smooth_method
private

Referenced by activateCurve(), and smooth().


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