#include <ColorMapDialog.h>
Public Member Functions | |
| ColorMapDialog (QWidget *parent=0, Qt::WFlags fl=0) | |
| void | setMatrix (Matrix *m) |
Protected Slots | |
| void | apply () |
Private Attributes | |
| QPushButton * | applyBtn |
| QPushButton * | closeBtn |
| Matrix * | d_matrix |
| ColorMapEditor * | editor |
| ColorMapDialog::ColorMapDialog | ( | QWidget * | parent = 0, |
|
| Qt::WFlags | fl = 0 | |||
| ) |
| void ColorMapDialog::apply | ( | ) | [protected, slot] |
References ColorMapEditor::colorMap(), Matrix::colorMap(), Matrix::colorMapType(), Matrix::Custom, d_matrix, editor, Matrix::setColorMap(), and Matrix::undoStack().
Referenced by ColorMapDialog().
| void ColorMapDialog::setMatrix | ( | Matrix * | m | ) |
References Matrix::colorMap(), d_matrix, editor, Matrix::range(), ColorMapEditor::setColorMap(), and ColorMapEditor::setRange().
Referenced by ApplicationWindow::showColorMapDialog().
QPushButton* ColorMapDialog::applyBtn [private] |
Referenced by ColorMapDialog().
QPushButton * ColorMapDialog::closeBtn [private] |
Referenced by ColorMapDialog().
Matrix* ColorMapDialog::d_matrix [private] |
Referenced by apply(), and setMatrix().
ColorMapEditor* ColorMapDialog::editor [private] |
Referenced by apply(), ColorMapDialog(), and setMatrix().
1.5.6