QtiPlot 0.9.8.2
Public Member Functions | Private Slots | Private Attributes
MatrixResamplingDialog Class Reference

Matrix properties dialog. More...

#include <MatrixResamplingDialog.h>

List of all members.

Public Member Functions

 MatrixResamplingDialog (Matrix *m, bool shrink=false, QWidget *parent=0, Qt::WFlags fl=0)
 Constructor.

Private Slots

void apply ()
 Apply changes.
void buttonClicked (QAbstractButton *)

Private Attributes

QComboBox * boxAction
QSpinBox * boxColumns
QComboBox * boxMethod
QSpinBox * boxRows
QDialogButtonBox * buttonBox
Matrixd_matrix

Detailed Description

Matrix properties dialog.


Constructor & Destructor Documentation

MatrixResamplingDialog::MatrixResamplingDialog ( Matrix m,
bool  shrink = false,
QWidget *  parent = 0,
Qt::WFlags  fl = 0 
)

Constructor.

Parameters:
parentparent widget
flwindow flags

References boxAction, boxColumns, boxMethod, boxRows, buttonBox, and buttonClicked().


Member Function Documentation

void MatrixResamplingDialog::apply ( ) [private, slot]
void MatrixResamplingDialog::buttonClicked ( QAbstractButton *  btn) [private, slot]

References apply(), and buttonBox.

Referenced by MatrixResamplingDialog().


Member Data Documentation

QComboBox * MatrixResamplingDialog::boxAction [private]

Referenced by apply(), and MatrixResamplingDialog().

Referenced by apply(), and MatrixResamplingDialog().

QComboBox* MatrixResamplingDialog::boxMethod [private]

Referenced by apply(), and MatrixResamplingDialog().

QSpinBox * MatrixResamplingDialog::boxRows [private]

Referenced by apply(), and MatrixResamplingDialog().

QDialogButtonBox* MatrixResamplingDialog::buttonBox [private]

Referenced by apply().


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