3D Forest
Software for analysis of Lidar data from forest environment.
ComputeHeightMapWidget Class Reference

#include <ComputeHeightMapWidget.hpp>

Inherits QWidget.

Public Member Functions

 ComputeHeightMapWidget (MainWindow *mainWindow, ComputeHeightMapModifier *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

MainWindowmainWindow_
 
ComputeHeightMapModifiermodifier_
 
QSpinBox * colorCountSpinBox_
 
QComboBox * colormapComboBox_
 
QComboBox * sourceComboBox_
 
QCheckBox * previewCheckBox_
 
QPushButton * applyButton_
 

Detailed Description

This class represents Compute Height Map GUI as view-controller for ComputeHeightMapModifier.

Constructor & Destructor Documentation

◆ ComputeHeightMapWidget()

ComputeHeightMapWidget::ComputeHeightMapWidget ( MainWindow * mainWindow,
ComputeHeightMapModifier * modifier )

Member Function Documentation

◆ apply

void ComputeHeightMapWidget::apply ( )
protectedslot

Referenced by ComputeHeightMapWidget().

◆ closeModifier()

void ComputeHeightMapWidget::closeModifier ( )

◆ colorCountChanged

void ComputeHeightMapWidget::colorCountChanged ( int i)
protectedslot

Referenced by ComputeHeightMapWidget().

◆ colormapChanged

void ComputeHeightMapWidget::colormapChanged ( int index)
protectedslot

◆ previewChanged

void ComputeHeightMapWidget::previewChanged ( int index)
protectedslot

Referenced by ComputeHeightMapWidget().

◆ sourceChanged

void ComputeHeightMapWidget::sourceChanged ( int index)
protectedslot

Referenced by ComputeHeightMapWidget().

Member Data Documentation

◆ applyButton_

QPushButton* ComputeHeightMapWidget::applyButton_
protected

Referenced by ComputeHeightMapWidget().

◆ colorCountSpinBox_

QSpinBox* ComputeHeightMapWidget::colorCountSpinBox_
protected

◆ colormapComboBox_

QComboBox* ComputeHeightMapWidget::colormapComboBox_
protected

◆ mainWindow_

MainWindow* ComputeHeightMapWidget::mainWindow_
protected

Referenced by apply().

◆ modifier_

ComputeHeightMapModifier* ComputeHeightMapWidget::modifier_
protected

◆ previewCheckBox_

QCheckBox* ComputeHeightMapWidget::previewCheckBox_
protected

◆ sourceComboBox_

QComboBox* ComputeHeightMapWidget::sourceComboBox_
protected

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