Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Slic3r::DoubleSlider::TickCode Struct Reference

#include <src/slic3r/GUI/DoubleSlider.hpp>

+ Collaboration diagram for Slic3r::DoubleSlider::TickCode:

Public Member Functions

bool operator< (const TickCode &other) const
 
bool operator> (const TickCode &other) const
 

Public Attributes

int tick = 0
 
Type type = ColorChange
 
int extruder = 0
 
std::string color
 
std::string extra
 

Detailed Description

Member Function Documentation

◆ 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.

Member Data Documentation

◆ color

std::string Slic3r::DoubleSlider::TickCode::color

◆ extra

std::string Slic3r::DoubleSlider::TickCode::extra

◆ extruder

◆ tick

int Slic3r::DoubleSlider::TickCode::tick = 0

◆ type


The documentation for this struct was generated from the following file: