![]() |
Prusa Slicer 2.6.0
|
#include <src/libslic3r/Config.hpp>
Inheritance diagram for Slic3r::ConfigOptionStrings:
Collaboration diagram for Slic3r::ConfigOptionStrings:Public Member Functions | |
| ConfigOptionStrings () | |
| ConfigOptionStrings (size_t n, const std::string &value) | |
| ConfigOptionStrings (const std::vector< std::string > &values) | |
| ConfigOptionStrings (std::vector< std::string > &&values) | |
| ConfigOptionStrings (std::initializer_list< std::string > il) | |
| ConfigOptionType | type () const override |
| ConfigOption * | clone () const override |
| ConfigOptionStrings & | operator= (const ConfigOption *opt) |
| bool | operator== (const ConfigOptionStrings &rhs) const throw () |
| bool | operator< (const ConfigOptionStrings &rhs) const throw () |
| bool | is_nil (size_t) const override |
| std::string | serialize () const override |
| std::vector< std::string > | vserialize () const override |
| bool | deserialize (const std::string &str, bool append=false) override |
| void | set (const ConfigOption *rhs) override |
| void | set (const std::vector< const ConfigOption * > &rhs) override |
| void | set_at (const ConfigOption *rhs, size_t i, size_t j) override |
| const std::string & | get_at (size_t i) const |
| std::string & | get_at (size_t i) |
| void | resize (size_t n, const ConfigOption *opt_default=nullptr) override |
| void | clear () override |
| size_t | size () const override |
| bool | empty () const override |
| bool | operator== (const ConfigOption &rhs) const override |
| bool | operator== (const std::vector< std::string > &rhs) const throw () |
| bool | operator!= (const std::vector< std::string > &rhs) const throw () |
| bool | operator!= (const ConfigOption &rhs) const |
| size_t | hash () const override throw () |
| bool | overriden_by (const ConfigOption *rhs) const override |
| bool | apply_override (const ConfigOption *rhs) override |
| virtual bool | is_nil () const |
| virtual int | getInt () const |
| virtual double | getFloat () const |
| virtual bool | getBool () const |
| virtual void | setInt (int) |
| bool | is_scalar () const |
| bool | is_vector () const |
| virtual bool | nullable () const |
Static Public Member Functions | |
| static ConfigOptionType | static_type () |
Public Attributes | |
| std::vector< std::string > | values |
Protected Member Functions | |
| ConfigOptionType | scalar_type () const |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar) |
Friends | |
| class | cereal::access |
|
inline |
Referenced by clone().
Here is the caller graph for this function:
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineoverridevirtualinherited |
Reimplemented from Slic3r::ConfigOption.
|
inlineoverridevirtualinherited |
Implements Slic3r::ConfigOptionVectorBase.
|
inlineoverridevirtual |
Implements Slic3r::ConfigOption.
References ConfigOptionStrings().
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements Slic3r::ConfigOption.
References Slic3r::append(), and Slic3r::unescape_strings_cstyle().
Here is the call graph for this function:
|
inlineoverridevirtualinherited |
Implements Slic3r::ConfigOptionVectorBase.
|
inlineinherited |
|
inlineinherited |
|
inlinevirtualinherited |
Reimplemented in Slic3r::ConfigOptionBool.
Referenced by Slic3r::client::MyContext::scalar_variable_to_expr().
Here is the caller graph for this function:
|
inlinevirtualinherited |
Reimplemented in Slic3r::ConfigOptionFloat.
Referenced by Slic3r::GUI::TabSLAMaterial::build(), Slic3r::GUI::get_string_value(), Slic3r::client::MyContext::scalar_variable_to_expr(), and Slic3r::GUI::Sidebar::update_sliced_info_sizer().
Here is the caller graph for this function:
|
inlinevirtualinherited |
Reimplemented in Slic3r::ConfigOptionInt, and Slic3r::ConfigOptionEnum< T >.
Referenced by Slic3r::ModelVolume::extruder_id(), Slic3r::GUI::ConfigOptionsGroup::get_config_value(), Slic3r::GUI::get_string_value(), Slic3r::client::MyContext::legacy_variable_expansion2(), Slic3r::ConfigOptionEnum< T >::operator==(), Slic3r::ConfigOptionEnumGeneric::operator==(), Slic3r::client::MyContext::scalar_variable_to_expr(), Slic3r::ConfigOptionEnum< T >::set(), Slic3r::ConfigOptionEnumGeneric::set(), and Slic3r::GUI::PhysicalPrinterDialog::update_host_type().
Here is the caller graph for this function:
|
inlineoverridevirtualinherited | |||||||||||||
Implements Slic3r::ConfigOption.
|
inlinevirtualinherited |
Reimplemented from Slic3r::ConfigOption.
|
inlineoverridevirtual |
Implements Slic3r::ConfigOptionVectorBase.
|
inlineinherited |
References Slic3r::coVectorType, and Slic3r::ConfigOption::type().
Referenced by Slic3r::PresetBundle::full_fff_config(), Slic3r::client::MyContext::is_nil_test(), Slic3r::ConfigOption::is_vector(), Slic3r::client::MyContext::legacy_variable_expansion(), Slic3r::PresetBundle::load_config_file_config(), Slic3r::client::MyContext::scalar_variable_assign_scalar(), Slic3r::client::MyContext::scalar_variable_to_expr(), Slic3r::client::MyContext::vector_variable_assign_array(), Slic3r::client::MyContext::vector_variable_assign_initializer_list(), and Slic3r::client::MyContext::vector_variable_new_from_array().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineinherited |
References Slic3r::ConfigOption::is_scalar().
Referenced by Slic3r::client::MyContext::copy_vector_variable_to_vector_variable(), Slic3r::client::MyContext::is_nil_test(), Slic3r::client::MyContext::is_vector_empty(), Slic3r::client::MyContext::legacy_variable_expansion(), Slic3r::client::MyContext::legacy_variable_expansion2(), Slic3r::DynamicConfig::read_cli(), Slic3r::client::MyContext::scalar_variable_assign_scalar_expression(), Slic3r::client::MyContext::scalar_variable_new_from_scalar_expression(), Slic3r::client::MyContext::store_variable_index(), Slic3r::ExtruderFilaments::update_compatible_internal(), Slic3r::client::MyContext::variable_value(), Slic3r::client::MyContext::vector_element_to_expr(), Slic3r::client::MyContext::vector_size(), Slic3r::client::MyContext::vector_variable_element_assign_scalar(), and Slic3r::client::MyContext::vector_variable_new_from_copy().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinevirtualinherited |
Reimplemented in Slic3r::ConfigOptionFloatsTempl< NULLABLE >, Slic3r::ConfigOptionIntsTempl< NULLABLE >, Slic3r::ConfigOptionFloatsOrPercentsTempl< NULLABLE >, and Slic3r::ConfigOptionBoolsTempl< NULLABLE >.
Referenced by Slic3r::ConfigOptionVector< T >::apply_override(), Slic3r::ConfigBase::null_nullables(), Slic3r::ConfigOption::overriden_by(), Slic3r::ConfigOptionVector< T >::overriden_by(), Slic3r::ConfigBase::set_deserialize_raw(), and Slic3r::validate().
Here is the caller graph for this function:
|
inlineinherited |
|
inlineinherited | ||||||||||||||
|
inline | ||||||||||||||
|
inline |
References Slic3r::ConfigOptionVector< std::string >::set().
Here is the call graph for this function:
|
inlineoverridevirtualinherited |
Implements Slic3r::ConfigOption.
|
inline | ||||||||||||||
|
inlineinherited | ||||||||||||||
|
inlineoverridevirtualinherited |
Reimplemented from Slic3r::ConfigOption.
|
inlineoverridevirtualinherited |
Implements Slic3r::ConfigOptionVectorBase.
|
inlineprotectedinherited |
References Slic3r::coVectorType, and Slic3r::ConfigOption::type().
Referenced by Slic3r::ConfigOptionVector< T >::set(), and Slic3r::ConfigOptionVector< T >::set_at().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtual |
Implements Slic3r::ConfigOption.
References Slic3r::escape_strings_cstyle().
Here is the call graph for this function:
|
inlineprivate |
|
inlineoverridevirtualinherited |
Implements Slic3r::ConfigOption.
|
inlineoverridevirtualinherited |
Implements Slic3r::ConfigOptionVectorBase.
|
inlineoverridevirtualinherited |
Implements Slic3r::ConfigOptionVectorBase.
|
inlinevirtualinherited |
Reimplemented in Slic3r::ConfigOptionInt, and Slic3r::ConfigOptionEnum< T >.
|
inlineoverridevirtualinherited |
Implements Slic3r::ConfigOptionVectorBase.
|
inlinestatic |
|
inlineoverridevirtual |
Implements Slic3r::ConfigOption.
References static_type().
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements Slic3r::ConfigOptionVectorBase.
References Slic3r::ConfigOptionVector< std::string >::values.
|
friend |
|
inherited |