The TemperatureWidget Control the bed and extruder(s) temperatures.
More...
#include <temperaturewidget.h>
|
void | bedTempChanged (const int temperature, bool andWait) |
| User has changed the bed temperature. More...
|
|
void | extTempChanged (const int temperature, const int extNum, bool andWait) |
| User has changed the extruder temperature. More...
|
|
The TemperatureWidget Control the bed and extruder(s) temperatures.
◆ TemperatureWidget()
TemperatureWidget::TemperatureWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~TemperatureWidget()
TemperatureWidget::~TemperatureWidget |
( |
| ) |
|
|
default |
◆ bedTempChanged
void TemperatureWidget::bedTempChanged |
( |
const int |
temperature, |
|
|
bool |
andWait |
|
) |
| |
|
signal |
User has changed the bed temperature.
- Parameters
-
temperature | new temperature |
andWait | true if heat and wait mode |
◆ extTempChanged
void TemperatureWidget::extTempChanged |
( |
const int |
temperature, |
|
|
const int |
extNum, |
|
|
bool |
andWait |
|
) |
| |
|
signal |
User has changed the extruder temperature.
- Parameters
-
temperature | new temperature |
extNum | the extruder to change temperature of |
andWait | true if head and wait mode. |
◆ updateExtruderCount()
void TemperatureWidget::updateExtruderCount |
( |
const int |
count | ) |
|
Update widget with count extruder controls.
- Parameters
-
count | number of extruder controls needed. |
◆ checkAndWait
QCheckBox* TemperatureWidget::checkAndWait = nullptr |
|
private |
◆ comboExtruderSelect
QComboBox* TemperatureWidget::comboExtruderSelect |
|
private |
◆ sbBedTemp
QSpinBox* TemperatureWidget::sbBedTemp = nullptr |
|
private |
◆ sbExtruderTemp
QSpinBox* TemperatureWidget::sbExtruderTemp |
|
private |
The documentation for this class was generated from the following files: