MCPcopy Create free account
hub / github.com/ErrorFlynn/ytdlp-interface / value

Method value

ytdlp-interface/progress_ex.cpp:103–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102
103unsigned nana::progress_ex::value(unsigned val)
104{
105 if(std::this_thread::get_id() == main_thread_id || !parent_hwnd)
106 return progress::value(val);
107 else
108 {
109 SendMessage(parent_hwnd, WM_PROGEX_VALUE, reinterpret_cast<WPARAM>(this), val);
110 return progress::value();
111 }
112}
113
114
115void nana::progress_ex::render_text(paint::graphics &graph, const std::string &text)

Callers 15

showMethod · 0.45
process_queue_itemMethod · 0.45
populateMethod · 0.45
addMethod · 0.45
createMethod · 0.45
queue_make_listboxMethod · 0.45
make_message_handlersMethod · 0.45
fm_formatsMethod · 0.45
fm_settingsMethod · 0.45
updater_update_selfMethod · 0.45
updater_update_denoMethod · 0.45
updater_update_miscMethod · 0.45

Calls 1

valueFunction · 0.85

Tested by

no test coverage detected