![]() |
libslic3r
Library for generating gcode from 3d models
|
Templated enumeration representation. More...
#include <ConfigBase.hpp>
Public Member Functions | |
| ConfigOptionEnum () | |
| ConfigOptionEnum (T _value) | |
| ConfigOptionEnum< T > * | clone () const |
| std::string | serialize () const |
| bool | deserialize (std::string str, bool append=false) |
| template<> | |
| t_config_enum_values | get_enum_values () |
| template<> | |
| t_config_enum_values | get_enum_values () |
| template<> | |
| t_config_enum_values | get_enum_values () |
| template<> | |
| t_config_enum_values | get_enum_values () |
| template<> | |
| t_config_enum_values | get_enum_values () |
Public Member Functions inherited from Slic3r::ConfigOptionSingle< T > | |
| ConfigOptionSingle (T _value) | |
| operator T () const | |
| T | 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) |
| virtual std::string | getString () const |
Static Public Member Functions | |
| static t_config_enum_values | get_enum_values () |
| Map from an enum name to an enum integer value. More... | |
Additional Inherited Members | |
Public Attributes inherited from Slic3r::ConfigOptionSingle< T > | |
| T | value |
Templated enumeration representation.
|
inline |
|
inline |
|
inlinevirtual |
Implements Slic3r::ConfigOption.
|
inlinevirtual |
Implements Slic3r::ConfigOption.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
Map from an enum name to an enum integer value.
|
inlinevirtual |
Implements Slic3r::ConfigOption.
1.8.14