19#ifndef HEADER_KART_COLOR_SLIDER_HPP
20#define HEADER_KART_COLOR_SLIDER_HPP
22#include "guiengine/modaldialog.hpp"
23#include "utils/cpp2011.hpp"
29 class ModelViewWidget;
58 GUIEngine::EventPropagation
processEvent(
const std::string& eventSource) OVERRIDE;
Abstract base class representing a modal dialog.
Definition: modaldialog.hpp:56
Definition: kart_color_slider_dialog.hpp:38
virtual void beforeAddingWidgets() OVERRIDE
Optional callback invoked very early, before widgets have been added (contrast with init(),...
Definition: kart_color_slider_dialog.cpp:87
GUIEngine::EventPropagation processEvent(const std::string &eventSource) OVERRIDE
Returns whether to block event propagation (usually, you will want to block events you processed)
Definition: kart_color_slider_dialog.cpp:168
Class for managing player profiles (name, usage frequency, etc.).
Definition: player_profile.hpp:54
Contains all GUI engine related classes and functions.
Definition: abstract_state_manager.hpp:33