![]() |
Prusa Slicer 2.6.0
|
#include <src/slic3r/GUI/Search.hpp>
Collaboration diagram for Slic3r::Search::Option:Public Member Functions | |
| bool | operator< (const Option &other) const |
| std::string | opt_key () const |
Public Attributes | |
| std::wstring | key |
| Preset::Type | type {Preset::TYPE_INVALID} |
| std::wstring | label |
| std::wstring | label_local |
| std::wstring | group |
| std::wstring | group_local |
| std::wstring | category |
| std::wstring | category_local |
References key.
| std::string Slic3r::Search::Option::opt_key | ( | ) | const |
References key, and boost::nowide::narrow().
Referenced by Slic3r::GUI::Sidebar::jump_to_option().
Here is the call graph for this function:
Here is the caller graph for this function:| std::wstring Slic3r::Search::Option::category |
Referenced by Slic3r::GUI::Sidebar::jump_to_option(), and Slic3r::Search::OptionsSearcher::search().
| std::wstring Slic3r::Search::Option::category_local |
Referenced by Slic3r::Search::OptionsSearcher::search().
| std::wstring Slic3r::Search::Option::group |
Referenced by Slic3r::GUI::Sidebar::jump_to_option(), and Slic3r::Search::OptionsSearcher::search().
| std::wstring Slic3r::Search::Option::group_local |
Referenced by Slic3r::Search::OptionsSearcher::search().
| std::wstring Slic3r::Search::Option::key |
Referenced by operator<(), opt_key(), and Slic3r::Search::OptionsSearcher::search().
| std::wstring Slic3r::Search::Option::label |
Referenced by Slic3r::Search::OptionsSearcher::search().
| std::wstring Slic3r::Search::Option::label_local |
Referenced by Slic3r::Search::OptionsSearcher::search().
| Preset::Type Slic3r::Search::Option::type {Preset::TYPE_INVALID} |
Referenced by Slic3r::GUI::Sidebar::jump_to_option(), and Slic3r::Search::OptionsSearcher::search().