#include <src/slic3r/GUI/DoubleSlider.hpp>
◆ operator<()
| bool Slic3r::DoubleSlider::TickCode::operator< |
( |
const TickCode & |
other | ) |
const |
|
inline |
101{
return other.tick > this->
tick; }
int tick
Definition DoubleSlider.hpp:104
References tick.
◆ operator>()
| bool Slic3r::DoubleSlider::TickCode::operator> |
( |
const TickCode & |
other | ) |
const |
|
inline |
102{
return other.tick < this->
tick; }
References tick.
◆ color
| std::string Slic3r::DoubleSlider::TickCode::color |
◆ extra
| std::string Slic3r::DoubleSlider::TickCode::extra |
◆ extruder
| int Slic3r::DoubleSlider::TickCode::extruder = 0 |
◆ tick
| int Slic3r::DoubleSlider::TickCode::tick = 0 |
◆ type
The documentation for this struct was generated from the following file: