#include <HeightMapWidget.hpp>
Inherits QWidget.
Public Member Functions | |
| HeightMapWidget (MainWindow *mainWindow, HeightMapModifier *modifier) | |
| void | closeModifier () |
Protected Slots | |
| void | colorCountChanged (int i) |
| void | colormapChanged (int index) |
| void | sourceChanged (int index) |
| void | previewChanged (int index) |
| void | apply () |
Protected Attributes | |
| MainWindow * | mainWindow_ |
| HeightMapModifier * | modifier_ |
| QSpinBox * | colorCountSpinBox_ |
| QComboBox * | colormapComboBox_ |
| QComboBox * | sourceComboBox_ |
| QCheckBox * | previewCheckBox_ |
| QPushButton * | applyButton_ |
This class represents Height Map GUI as view-controller for HeightMapModifier.
| HeightMapWidget::HeightMapWidget | ( | MainWindow * | mainWindow, |
| HeightMapModifier * | modifier | ||
| ) |
|
protectedslot |
Referenced by HeightMapWidget().
| void HeightMapWidget::closeModifier | ( | ) |
Referenced by HeightMapWindow::closeEvent().
|
protectedslot |
Referenced by HeightMapWidget().
|
protectedslot |
|
protectedslot |
Referenced by HeightMapWidget().
|
protectedslot |
Referenced by HeightMapWidget().
|
protected |
Referenced by HeightMapWidget().
|
protected |
Referenced by colorCountChanged(), colormapChanged(), and HeightMapWidget().
|
protected |
Referenced by colorCountChanged(), colormapChanged(), and HeightMapWidget().
|
protected |
Referenced by apply().
|
protected |
Referenced by apply(), closeModifier(), colorCountChanged(), colormapChanged(), previewChanged(), and sourceChanged().
|
protected |
Referenced by apply(), closeModifier(), HeightMapWidget(), and previewChanged().
|
protected |
Referenced by HeightMapWidget(), and sourceChanged().