![]() |
libslic3r
Library for generating gcode from 3d models
|
#include <ConfigBase.hpp>
Public Member Functions | |
| ConfigOptionBools () | |
| ConfigOptionBools (const std::vector< bool > _values) | |
| ConfigOptionBools * | clone () const |
| std::string | serialize () const |
| std::vector< std::string > | vserialize () const |
| bool | deserialize (std::string str, bool append=false) |
Public Member Functions inherited from Slic3r::ConfigOptionVector< bool > | |
| ConfigOptionVector () | |
| ConfigOptionVector (const std::vector< bool > _values) | |
| virtual | ~ConfigOptionVector () |
| void | set (const ConfigOption &option) |
| bool | get_at (size_t i) const |
Public Member Functions inherited from Slic3r::ConfigOptionVectorBase | |
| virtual | ~ConfigOptionVectorBase () |
Public Member Functions inherited from Slic3r::ConfigOption | |
| virtual | ~ConfigOption () |
| virtual int | getInt () const |
| virtual double | getFloat () const |
| virtual bool | getBool () const |
| virtual void | setInt (int val) |
| virtual void | setFloat (double val) |
| virtual void | setString (std::string val) |
| virtual std::string | getString () const |
Additional Inherited Members | |
Public Attributes inherited from Slic3r::ConfigOptionVector< bool > | |
| std::vector< bool > | values |
|
inline |
|
inline |
|
inlinevirtual |
Implements Slic3r::ConfigOption.
|
inlinevirtual |
Implements Slic3r::ConfigOption.
|
inlinevirtual |
Implements Slic3r::ConfigOption.
|
inlinevirtual |
Implements Slic3r::ConfigOptionVectorBase.
1.8.14