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

Random XYZ gridding options dialog. More...

#include <GriddingDialog.h>

Inheritance diagram for GriddingDialog:

Public Member Functions

 GriddingDialog (Table *t, const QString &colName, int nodes, QWidget *parent=0, Qt::WFlags fl=0)
 
 ~GriddingDialog ()
 

Private Slots

void accept ()
 
void preview ()
 
void setPlotStyle (int)
 
void showMethodParameters (int)
 

Private Member Functions

void findBestLayout ()
 
void loadDataFromTable ()
 
void resetAxesLabels ()
 

Private Attributes

QSpinBox * boxCols
 
QComboBox * boxMethod
 
QComboBox * boxModel
 
QLabel * boxName
 
QSpinBox * boxNQ
 
QSpinBox * boxNW
 
QComboBox * boxPlotStyle
 
DoubleSpinBoxboxRadius
 
QSpinBox * boxRows
 
DoubleSpinBoxboxXEnd
 
DoubleSpinBoxboxXStart
 
DoubleSpinBoxboxYEnd
 
DoubleSpinBoxboxYStart
 
QPushButton * buttonCancel
 
QPushButton * buttonFit
 
QString d_col_name
 
int d_nodes
 
Tabled_table
 
QGroupBox * gbModel
 
QGroupBox * gbRadius
 
QGroupBox * previewBox
 
QCheckBox * showPlotBox
 
Qwt3D::Plot3D * sp
 
alglib::real_2d_array xy
 

Detailed Description

Random XYZ gridding options dialog.

Constructor & Destructor Documentation

◆ GriddingDialog()

GriddingDialog::GriddingDialog ( Table t,
const QString &  colName,
int  nodes,
QWidget *  parent = 0,
Qt::WFlags  fl = 0 
)

◆ ~GriddingDialog()

GriddingDialog::~GriddingDialog ( )

References sp.

Member Function Documentation

◆ accept

void GriddingDialog::accept ( )
privateslot

◆ findBestLayout()

void GriddingDialog::findBestLayout ( )
private

References sp.

Referenced by loadDataFromTable().

◆ loadDataFromTable()

void GriddingDialog::loadDataFromTable ( )
private

◆ preview

void GriddingDialog::preview ( )
privateslot

◆ resetAxesLabels()

void GriddingDialog::resetAxesLabels ( )
private

References sp.

Referenced by preview().

◆ setPlotStyle

void GriddingDialog::setPlotStyle ( int  style)
privateslot

References sp.

Referenced by GriddingDialog().

◆ showMethodParameters

void GriddingDialog::showMethodParameters ( int  method)
privateslot

References gbModel, gbRadius, and preview().

Referenced by GriddingDialog().

Member Data Documentation

◆ boxCols

QSpinBox* GriddingDialog::boxCols
private

Referenced by accept(), GriddingDialog(), and preview().

◆ boxMethod

QComboBox* GriddingDialog::boxMethod
private

Referenced by accept(), GriddingDialog(), and preview().

◆ boxModel

QComboBox* GriddingDialog::boxModel
private

Referenced by accept(), GriddingDialog(), and preview().

◆ boxName

QLabel* GriddingDialog::boxName
private

Referenced by GriddingDialog().

◆ boxNQ

QSpinBox* GriddingDialog::boxNQ
private

Referenced by accept(), GriddingDialog(), and preview().

◆ boxNW

QSpinBox* GriddingDialog::boxNW
private

Referenced by accept(), GriddingDialog(), and preview().

◆ boxPlotStyle

QComboBox* GriddingDialog::boxPlotStyle
private

Referenced by GriddingDialog(), and preview().

◆ boxRadius

DoubleSpinBox* GriddingDialog::boxRadius
private

Referenced by accept(), GriddingDialog(), and preview().

◆ boxRows

QSpinBox * GriddingDialog::boxRows
private

Referenced by accept(), GriddingDialog(), and preview().

◆ boxXEnd

DoubleSpinBox* GriddingDialog::boxXEnd
private

◆ boxXStart

DoubleSpinBox* GriddingDialog::boxXStart
private

◆ boxYEnd

DoubleSpinBox* GriddingDialog::boxYEnd
private

◆ boxYStart

DoubleSpinBox* GriddingDialog::boxYStart
private

◆ buttonCancel

QPushButton* GriddingDialog::buttonCancel
private

Referenced by GriddingDialog().

◆ buttonFit

QPushButton* GriddingDialog::buttonFit
private

Referenced by GriddingDialog().

◆ d_col_name

QString GriddingDialog::d_col_name
private

Referenced by loadDataFromTable().

◆ d_nodes

int GriddingDialog::d_nodes
private

Referenced by accept(), loadDataFromTable(), and preview().

◆ d_table

Table* GriddingDialog::d_table
private

Referenced by loadDataFromTable().

◆ gbModel

QGroupBox* GriddingDialog::gbModel
private

◆ gbRadius

QGroupBox* GriddingDialog::gbRadius
private

◆ previewBox

QGroupBox* GriddingDialog::previewBox
private

Referenced by GriddingDialog(), and preview().

◆ showPlotBox

QCheckBox* GriddingDialog::showPlotBox
private

Referenced by accept(), and GriddingDialog().

◆ sp

Qwt3D::Plot3D* GriddingDialog::sp
private

◆ xy

alglib::real_2d_array GriddingDialog::xy
private

Referenced by accept(), loadDataFromTable(), and preview().


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