// Copyright 2014 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef FPDFSDK_PWL_CPWL_SCROLL_BAR_H_ #define FPDFSDK_PWL_CPWL_SCROLL_BAR_H_ #include <memory> #include "core/fxcrt/cfx_timer.h" #include "core/fxcrt/unowned_ptr.h" #include "fpdfsdk/pwl/cpwl_sbbutton.h" #include "fpdfsdk/pwl/cpwl_wnd.h" struct PWL_SCROLL_INFO { … }; struct PWL_FLOATRANGE { … }; struct PWL_SCROLL_PRIVATEDATA { … }; class CPWL_ScrollBar final : public CPWL_Wnd, public CFX_Timer::CallbackIface { … }; #endif // FPDFSDK_PWL_CPWL_SCROLL_BAR_H_