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);
void updateActivation()
Updates the activation state of the advaced pipeline checkboxes.
Definition: custom_video_settings.cpp:207
Dialog that allows the player to select custom video settings.
Definition: custom_video_settings.hpp:28
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:118
CustomVideoSettingsDialog(const float percentWidth, const float percentHeight)
Creates a modal dialog with given percentage of screen width and height.
Definition: custom_video_settings.cpp:42
Abstract base class representing a modal dialog.
Definition: modaldialog.hpp:55
virtual void beforeAddingWidgets()
Optional callback invoked very early, before widgets have been added (contrast with init()...
Definition: custom_video_settings.cpp:57