MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / for_each

Method for_each

plugins/single_plugins/switcher.cpp:85–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84 private:
85 void for_each(std::function<void(timed_transition_t& t)> call)
86 {
87 call(attribs.off_x);
88 call(attribs.off_y);
89 call(attribs.off_z);
90
91 call(attribs.scale_x);
92 call(attribs.scale_y);
93
94 call(attribs.alpha);
95 call(attribs.rotation);
96 }
97};
98
99class WayfireSwitcher : public wf::per_output_plugin_instance_t, public wf::keyboard_interaction_t

Callers 5

safe-list-test.cppFile · 0.80
run_effectsMethod · 0.80
run_post_effectsMethod · 0.80
~provider_tMethod · 0.80
for_each_connectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected