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
CustomVideoSettingsDialog(const float percentWidth, const float percentHeight)
Creates a modal dialog with given percentage of screen width and height.
Definition: custom_video_settings.cpp:44
void updateActivation(const std::string &renderer)
Updates the activation state of the advanced pipeline checkboxes.
Definition: custom_video_settings.cpp:304
virtual void beforeAddingWidgets()
Optional callback invoked very early, before widgets have been added (contrast with init(),...
Definition: custom_video_settings.cpp:59
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:162
Abstract base class representing a modal dialog.
Definition: modaldialog.hpp:56