void PostProcessingApp::NightVisionHandler(UIRadioButton const & sender) { if (sender.GetChecked()) { active_pp_ = night_vision_; } }
void PostProcessingApp::OldFashionHandler(UIRadioButton const & sender) { if (sender.GetChecked()) { active_pp_ = old_fashion_; } }
void PostProcessingApp::TilingHandler(UIRadioButton const & sender) { if (sender.GetChecked()) { active_pp_ = tiling_; } }
void PostProcessingApp::HDRHandler(UIRadioButton const & sender) { if (sender.GetChecked()) { active_pp_ = hdr_; } }
void PostProcessingApp::CartoonHandler(UIRadioButton const & sender) { if (sender.GetChecked()) { active_pp_ = cartoon_; } }
void PostProcessingApp::AsciiArtsHandler(UIRadioButton const & sender) { if (sender.GetChecked()) { active_pp_ = ascii_arts_; } }
void PostProcessingApp::FrostedGlassHandler(UIRadioButton const & sender) { if (sender.GetChecked()) { active_pp_ = frosted_glass_; } }
void PostProcessingApp::CrossStitchingHandler(UIRadioButton const & sender) { if (sender.GetChecked()) { active_pp_ = cross_stitching_; } }
void PostProcessingApp::SepiaHandler(UIRadioButton const & sender) { if (sender.GetChecked()) { active_pp_ = sepia_; } }