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

Integration options dialog. More...

#include <IntegrationDialog.h>

Inheritance diagram for IntegrationDialog:

Public Slots

void activateCurve (const QString &)
 
void changeDataRange ()
 
void integrate ()
 

Public Member Functions

 IntegrationDialog (Graph *g, QWidget *parent=0, Qt::WFlags fl=0)
 
 IntegrationDialog (Table *t, QWidget *parent=0, Qt::WFlags fl=0)
 

Private Member Functions

void closeEvent (QCloseEvent *e)
 
void integrateCurve ()
 
void integrateTable ()
 
void setGraph (Graph *g)
 
void setTable (Table *t)
 

Private Attributes

DoubleSpinBoxboxEnd
 
QSpinBox * boxEndRow
 
QComboBox * boxName
 
QCheckBox * boxShowPlot
 
QCheckBox * boxShowTable
 
QCheckBox * boxSortData
 
DoubleSpinBoxboxStart
 
QSpinBox * boxStartRow
 
QPushButton * buttonCancel
 
QPushButton * buttonFit
 
Graphd_graph
 
Tabled_table
 

Detailed Description

Integration options dialog.

Constructor & Destructor Documentation

◆ IntegrationDialog() [1/2]

IntegrationDialog::IntegrationDialog ( Graph g,
QWidget *  parent = 0,
Qt::WFlags  fl = 0 
)

◆ IntegrationDialog() [2/2]

IntegrationDialog::IntegrationDialog ( Table t,
QWidget *  parent = 0,
Qt::WFlags  fl = 0 
)

Member Function Documentation

◆ activateCurve

void IntegrationDialog::activateCurve ( const QString &  s)
slot

◆ changeDataRange

void IntegrationDialog::changeDataRange ( )
slot

◆ closeEvent()

void IntegrationDialog::closeEvent ( QCloseEvent *  e)
private

◆ integrate

void IntegrationDialog::integrate ( )
slot

◆ integrateCurve()

void IntegrationDialog::integrateCurve ( )
private

◆ integrateTable()

void IntegrationDialog::integrateTable ( )
private

◆ setGraph()

void IntegrationDialog::setGraph ( Graph g)
private

◆ setTable()

void IntegrationDialog::setTable ( Table t)
private

Member Data Documentation

◆ boxEnd

DoubleSpinBox* IntegrationDialog::boxEnd
private

◆ boxEndRow

QSpinBox* IntegrationDialog::boxEndRow
private

◆ boxName

QComboBox* IntegrationDialog::boxName
private

◆ boxShowPlot

QCheckBox* IntegrationDialog::boxShowPlot
private

◆ boxShowTable

QCheckBox* IntegrationDialog::boxShowTable
private

◆ boxSortData

QCheckBox* IntegrationDialog::boxSortData
private

◆ boxStart

DoubleSpinBox* IntegrationDialog::boxStart
private

◆ boxStartRow

QSpinBox* IntegrationDialog::boxStartRow
private

◆ buttonCancel

QPushButton* IntegrationDialog::buttonCancel
private

Referenced by IntegrationDialog().

◆ buttonFit

QPushButton* IntegrationDialog::buttonFit
private

Referenced by IntegrationDialog().

◆ d_graph

Graph* IntegrationDialog::d_graph
private

◆ d_table

Table* IntegrationDialog::d_table
private

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