SOFA plugin: image  master
Open source framework for multi-physics simuation
sofa::gui::qt::HistogramOptionWidget Class Reference

#include <HistogramWidget.h>

Inheritance diagram for sofa::gui::qt::HistogramOptionWidget:

Protected Attributes

QLabel * labelName
 
QSlider * slider
 
QLabel * label
 
HistogramSettingS
 
HistogramGraphWidgetG
 

Public Member Functions

 HistogramOptionWidget (HistogramSetting *s, HistogramGraphWidget *g, QWidget *parent)
 
void setRange (const int minimum, const int maximum)
 

Public Slots

void change (const int i)
 

Attribute details

◆ G

HistogramGraphWidget* sofa::gui::qt::HistogramOptionWidget::G
protected

◆ label

QLabel* sofa::gui::qt::HistogramOptionWidget::label
protected

◆ labelName

QLabel* sofa::gui::qt::HistogramOptionWidget::labelName
protected

◆ S

HistogramSetting* sofa::gui::qt::HistogramOptionWidget::S
protected

◆ slider

QSlider* sofa::gui::qt::HistogramOptionWidget::slider
protected

Constructor details

◆ HistogramOptionWidget()

sofa::gui::qt::HistogramOptionWidget::HistogramOptionWidget ( HistogramSetting s,
HistogramGraphWidget g,
QWidget parent 
)
inline

Function details

◆ change

void sofa::gui::qt::HistogramOptionWidget::change ( const int  i)
inlineslot

◆ setRange()

void sofa::gui::qt::HistogramOptionWidget::setRange ( const int  minimum,
const int  maximum 
)
inline