![]() |
libslic3r
Library for generating gcode from 3d models
|
#include <ConfigBase.hpp>
Public Member Functions | |
| ConfigOptionInt () | |
| ConfigOptionInt (double _value) | |
| ConfigOptionInt * | clone () const override |
| int | getInt () const override |
| void | setInt (int val) override |
| std::string | getString () const override |
| std::string | serialize () const override |
| bool | deserialize (std::string str, bool append=false) override |
Public Member Functions inherited from Slic3r::ConfigOptionSingle< int > | |
| ConfigOptionSingle (int _value) | |
| operator int () const | |
| int | operator() () const |
| void | set (const ConfigOption &option) |
Public Member Functions inherited from Slic3r::ConfigOption | |
| virtual | ~ConfigOption () |
| virtual double | getFloat () const |
| virtual bool | getBool () const |
| virtual void | setFloat (double val) |
| virtual void | setString (std::string val) |
Additional Inherited Members | |
Public Attributes inherited from Slic3r::ConfigOptionSingle< int > | |
| int | value |
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements Slic3r::ConfigOption.
|
inlineoverridevirtual |
Implements Slic3r::ConfigOption.
Reimplemented in Slic3r::ConfigOptionEnumGeneric.
|
inlineoverridevirtual |
Reimplemented from Slic3r::ConfigOption.
|
inlineoverridevirtual |
Reimplemented from Slic3r::ConfigOption.
|
inlineoverridevirtual |
Implements Slic3r::ConfigOption.
Reimplemented in Slic3r::ConfigOptionEnumGeneric.
|
inlineoverridevirtual |
Reimplemented from Slic3r::ConfigOption.
1.8.14