libslic3r
Library for generating gcode from 3d models
|
Represents a boolean flag. More...
#include <ConfigBase.hpp>
Public Member Functions | |
ConfigOptionBool () | |
ConfigOptionBool (bool _value) | |
ConfigOptionBool * | clone () const |
bool | getBool () const |
std::string | serialize () const |
bool | deserialize (std::string str, bool append=false) |
Public Member Functions inherited from Slic3r::ConfigOptionSingle< bool > | |
ConfigOptionSingle (bool _value) | |
operator bool () const | |
bool | 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 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::ConfigOptionSingle< bool > | |
bool | value |
Represents a boolean flag.
|
inline |
|
inline |
|
inlinevirtual |
Implements Slic3r::ConfigOption.
|
inlinevirtual |
Implements Slic3r::ConfigOption.
|
inlinevirtual |
Reimplemented from Slic3r::ConfigOption.
|
inlinevirtual |
Implements Slic3r::ConfigOption.