19#ifndef HEADER_CUSTOM_VIDEO_SETTINGS_HPP
20#define HEADER_CUSTOM_VIDEO_SETTINGS_HPP
22#include "guiengine/modaldialog.hpp"
42 GUIEngine::EventPropagation
processEvent(
const std::string& eventSource);
Dialog that allows the player to select custom video settings.
Definition: custom_video_settings.hpp:29
virtual void beforeAddingWidgets()
Optional callback invoked very early, before widgets have been added (contrast with init(),...
Definition: custom_video_settings.cpp:60
GUIEngine::EventPropagation processEvent(const std::string &eventSource)
Returns whether to block event propagation (usually, you will want to block events you processed)
Definition: custom_video_settings.cpp:121
void updateActivation()
Updates the activation state of the advaced pipeline checkboxes.
Definition: custom_video_settings.cpp:222
Abstract base class representing a modal dialog.
Definition: modaldialog.hpp:56