libslic3r
Library for generating gcode from 3d models
|
#include <ConfigBase.hpp>
Public Member Functions | |
ConfigOptionString () | |
ConfigOptionString (std::string _value) | |
ConfigOptionString * | clone () const |
std::string | getString () const |
std::string | serialize () const |
bool | deserialize (std::string str, bool append=false) |
Public Member Functions inherited from Slic3r::ConfigOptionSingle< std::string > | |
ConfigOptionSingle (std::string _value) | |
operator std::string () const | |
std::string | operator() () const |
void | set (const ConfigOption &option) |
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) |
Additional Inherited Members | |
Public Attributes inherited from Slic3r::ConfigOptionSingle< std::string > | |
std::string | value |
|
inline |
|
inline |
|
inlinevirtual |
Implements Slic3r::ConfigOption.
|
inlinevirtual |
Implements Slic3r::ConfigOption.
|
inlinevirtual |
Reimplemented from Slic3r::ConfigOption.
|
inlinevirtual |
Implements Slic3r::ConfigOption.