MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / load_options

Method load_options

DSView/pv/dialogs/decoderoptionsdlg.cpp:75–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void DecoderOptionsDlg::load_options(view::DecodeTrace *trace)
76{
77 assert(trace);
78 _trace = trace;
79
80 const char *dec_id = trace->decoder()->get_root_decoder_id();
81
82 if (LangResource::Instance()->is_new_decoder(dec_id))
83 LangResource::Instance()->reload_dynamic();
84
85 load_options_view();
86
87 LangResource::Instance()->release_dynamic();
88}
89
90void DecoderOptionsDlg::load_options_view()
91{

Callers 1

create_popupMethod · 0.80

Calls 5

get_root_decoder_idMethod · 0.80
is_new_decoderMethod · 0.80
reload_dynamicMethod · 0.80
release_dynamicMethod · 0.80
decoderMethod · 0.45

Tested by

no test coverage detected