SciDAVis  1.D4
Public Slots | Signals | Public Member Functions | Public Attributes | Private Attributes
IntDialog Class Reference

Integration options dialog. More...

#include <IntDialog.h>

List of all members.

Public Slots

void accept ()
void activateCurve (const QString &curveName)
void changeDataRange ()
void help ()
void setGraph (Graph *g)

Signals

void integrate (int, int, int, double, double, double)

Public Member Functions

 IntDialog (QWidget *parent=0, Qt::WFlags fl=0)
 ~IntDialog ()

Public Attributes

QLineEdit * boxEnd
QComboBox * boxMethod
QComboBox * boxName
QCheckBox * boxShowFormula
QLineEdit * boxStart
QPushButton * buttonCancel
QPushButton * buttonHelp
QPushButton * buttonOk

Private Attributes

Graphgraph

Detailed Description

Integration options dialog.


Constructor & Destructor Documentation

IntDialog::IntDialog ( QWidget *  parent = 0,
Qt::WFlags  fl = 0 
)
IntDialog::~IntDialog ( )
inline

Member Function Documentation

void IntDialog::accept ( )
slot
void IntDialog::activateCurve ( const QString &  curveName)
slot
void IntDialog::changeDataRange ( )
slot
void IntDialog::help ( )
slot

Referenced by IntDialog().

void IntDialog::integrate ( int  ,
int  ,
int  ,
double  ,
double  ,
double   
)
signal
void IntDialog::setGraph ( Graph g)
slot

Member Data Documentation

QLineEdit* IntDialog::boxEnd
QComboBox* IntDialog::boxMethod

Referenced by accept(), and IntDialog().

QComboBox* IntDialog::boxName

Referenced by accept(), IntDialog(), and setGraph().

QCheckBox* IntDialog::boxShowFormula
QLineEdit* IntDialog::boxStart
QPushButton* IntDialog::buttonCancel

Referenced by IntDialog().

QPushButton* IntDialog::buttonHelp

Referenced by IntDialog().

QPushButton* IntDialog::buttonOk

Referenced by IntDialog().

Graph* IntDialog::graph
private

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