#include <PrintConfig.hpp>
|
| DynamicPrintConfig () |
|
void | normalize () |
|
| PrintConfigBase () |
|
bool | set_deserialize (t_config_option_key opt_key, std::string str, bool append=false) |
|
double | min_object_distance () const |
|
| ConfigBase () |
|
| ConfigBase (const ConfigDef *def) |
|
virtual | ~ConfigBase () |
|
bool | has (const t_config_option_key &opt_key) const |
|
const ConfigOption * | option (const t_config_option_key &opt_key) const |
|
ConfigOption * | option (const t_config_option_key &opt_key, bool create=false) |
|
template<class T > |
T * | opt (const t_config_option_key &opt_key, bool create=false) |
|
template<class T > |
const T * | opt (const t_config_option_key &opt_key) const |
|
void | apply (const ConfigBase &other, bool ignore_nonexistent=false) |
|
void | apply_only (const ConfigBase &other, const t_config_option_keys &opt_keys, bool ignore_nonexistent=false) |
|
bool | equals (const ConfigBase &other) const |
|
t_config_option_keys | diff (const ConfigBase &other) const |
|
std::string | serialize (const t_config_option_key &opt_key) const |
|
double | get_abs_value (const t_config_option_key &opt_key) const |
|
double | get_abs_value (const t_config_option_key &opt_key, double ratio_over) const |
|
void | setenv_ () |
|
void | load (const std::string &file) |
|
void | save (const std::string &file) const |
|
| DynamicConfig () |
|
| DynamicConfig (const ConfigDef *def) |
|
| DynamicConfig (const DynamicConfig &other) |
|
DynamicConfig & | operator= (DynamicConfig other) |
|
void | swap (DynamicConfig &other) |
|
virtual | ~DynamicConfig () |
|
virtual ConfigOption * | optptr (const t_config_option_key &opt_key, bool create=false) |
|
t_config_option_keys | keys () const |
|
void | erase (const t_config_option_key &opt_key) |
|
void | clear () |
|
bool | empty () const |
|
void | read_cli (const std::vector< std::string > &tokens, t_config_option_keys *extra) |
|
bool | read_cli (int argc, char **argv, t_config_option_keys *extra) |
|
◆ DynamicPrintConfig()
Slic3r::DynamicPrintConfig::DynamicPrintConfig |
( |
| ) |
|
|
inline |
◆ normalize()
void Slic3r::DynamicPrintConfig::normalize |
( |
| ) |
|
The documentation for this class was generated from the following files: