// This file is part of VSTGUI. It is subject to the license terms // in the LICENSE file found in the top-level directory of this // distribution and at http://github.com/steinbergmedia/vstgui/LICENSE #pragma once #include "../ccolor.h" #include "../enumbitset.h" #include "ccontrol.h" namespace VSTGUI { //------------------------------------------------------------------------ class CSliderBase : public CControl, protected CMouseWheelEditingSupport { public: enum Style : int32_t { kHorizontal, kVertical, kLeft, kRight, kTop, kBottom, }; using Styles = EnumBitset