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

#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

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

Detailed Description

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

Constructor & Destructor Documentation

◆ HeightMapWidget()

HeightMapWidget::HeightMapWidget ( MainWindow mainWindow,
HeightMapModifier modifier 
)

Member Function Documentation

◆ apply

void HeightMapWidget::apply ( )
protectedslot

Referenced by HeightMapWidget().

◆ closeModifier()

void HeightMapWidget::closeModifier ( )

◆ colorCountChanged

void HeightMapWidget::colorCountChanged ( int  i)
protectedslot

Referenced by HeightMapWidget().

◆ colormapChanged

void HeightMapWidget::colormapChanged ( int  index)
protectedslot

◆ previewChanged

void HeightMapWidget::previewChanged ( int  index)
protectedslot

Referenced by HeightMapWidget().

◆ sourceChanged

void HeightMapWidget::sourceChanged ( int  index)
protectedslot

Referenced by HeightMapWidget().

Member Data Documentation

◆ applyButton_

QPushButton* HeightMapWidget::applyButton_
protected

Referenced by HeightMapWidget().

◆ colorCountSpinBox_

QSpinBox* HeightMapWidget::colorCountSpinBox_
protected

◆ colormapComboBox_

QComboBox* HeightMapWidget::colormapComboBox_
protected

◆ mainWindow_

MainWindow* HeightMapWidget::mainWindow_
protected

Referenced by apply().

◆ modifier_

◆ previewCheckBox_

QCheckBox* HeightMapWidget::previewCheckBox_
protected

◆ sourceComboBox_

QComboBox* HeightMapWidget::sourceComboBox_
protected

Referenced by HeightMapWidget(), and sourceChanged().


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