Searched refs:new_active (Results 1 – 3 of 3) sorted by relevance
54 virtual void apply_active(std::size_t new_active) { in apply_active() argument55 my_active_value = new_active; in apply_active()77 void apply_active(std::size_t new_active) override { in apply_active() argument78 control_storage::apply_active(new_active); in apply_active()110 void apply_active(std::size_t new_active) override { in apply_active() argument111 control_storage::apply_active(new_active); in apply_active()132 if (new_active == 1) { in apply_active()138 control_storage::apply_active(new_active); in apply_active()216 new_active = c->default_value(); in destroy()220 if (new_active != old_active) { in destroy()[all …]
178 void fractal_group::switch_active(int new_active) { in switch_active() argument179 if (new_active != -1) in switch_active()180 active = new_active; in switch_active()261 int new_active = -1; in mouse_click() local265 new_active = 0; in mouse_click()269 new_active = 1; in mouse_click()272 if (new_active != -1 && new_active != active) { in mouse_click()273 switch_active(new_active); in mouse_click()
144 void switch_active(int new_active = -1);