libslic3r
Library for generating gcode from 3d models
Slic3r::Config Member List

This is the complete list of members for Slic3r::Config, including all inherited members.

apply(const config_ptr &other)Slic3r::Configinline
apply(const Slic3r::Config &other)Slic3r::Configinline
apply(const Slic3r::ConfigBase &other)Slic3r::Configinline
config() constSlic3r::Configinline
Config()Slic3r::Config
empty() constSlic3r::Configinline
get(const t_config_option_key &opt_key, bool create=true)Slic3r::Configinline
get_ptr(const t_config_option_key &opt_key, bool create=true)Slic3r::Configinline
getBool(const t_config_option_key &opt_key, bool create=true)Slic3r::Configinline
getFloat(const t_config_option_key &opt_key, bool create=true)Slic3r::Configinline
getInt(const t_config_option_key &opt_key, bool create=true)Slic3r::Configinline
getString(const t_config_option_key &opt_key, bool create=true)Slic3r::Configinline
new_from_cli(const int &argc, const char *argv[])Slic3r::Configstatic
new_from_defaults()Slic3r::Configstatic
new_from_defaults(std::initializer_list< std::string > init)Slic3r::Configstatic
new_from_defaults(t_config_option_keys init)Slic3r::Configstatic
new_from_ini(const std::string &inifile)Slic3r::Configstatic
read_ini(const std::string &file)Slic3r::Config
set(const t_config_option_key &opt_key, const std::string &value)Slic3r::Config
set(const t_config_option_key &opt_key, const char *value)Slic3r::Configinline
set(const t_config_option_key &opt_key, const int value)Slic3r::Config
set(const t_config_option_key &opt_key, const bool value)Slic3r::Config
set(const t_config_option_key &opt_key, const double value)Slic3r::Config
validate()Slic3r::Config
write_ini(const std::string &file) constSlic3r::Config