| Index: xfa/fwl/cfwl_datetimepicker.h
|
| diff --git a/xfa/fwl/core/cfwl_datetimepicker.h b/xfa/fwl/cfwl_datetimepicker.h
|
| similarity index 87%
|
| rename from xfa/fwl/core/cfwl_datetimepicker.h
|
| rename to xfa/fwl/cfwl_datetimepicker.h
|
| index e88cdc2f96a3f649f67e4664c37fbc78cd0c0303..7ddb4c248da5816a885ca917e6e3637c7b31bfb8 100644
|
| --- a/xfa/fwl/core/cfwl_datetimepicker.h
|
| +++ b/xfa/fwl/cfwl_datetimepicker.h
|
| @@ -4,16 +4,16 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FWL_CORE_CFWL_DATETIMEPICKER_H_
|
| -#define XFA_FWL_CORE_CFWL_DATETIMEPICKER_H_
|
| +#ifndef XFA_FWL_CFWL_DATETIMEPICKER_H_
|
| +#define XFA_FWL_CFWL_DATETIMEPICKER_H_
|
|
|
| #include <memory>
|
|
|
| -#include "xfa/fwl/core/cfwl_datetimeedit.h"
|
| -#include "xfa/fwl/core/cfwl_event.h"
|
| -#include "xfa/fwl/core/cfwl_monthcalendar.h"
|
| -#include "xfa/fwl/core/cfwl_widget.h"
|
| -#include "xfa/fwl/core/cfwl_widgetproperties.h"
|
| +#include "xfa/fwl/cfwl_datetimeedit.h"
|
| +#include "xfa/fwl/cfwl_event.h"
|
| +#include "xfa/fwl/cfwl_monthcalendar.h"
|
| +#include "xfa/fwl/cfwl_widget.h"
|
| +#include "xfa/fwl/cfwl_widgetproperties.h"
|
|
|
| #define FWL_STYLEEXT_DTP_AllowEdit (1L << 0)
|
| #define FWL_STYLEEXT_DTP_LongDateFormat (0L << 1)
|
| @@ -82,10 +82,10 @@ class CFWL_DateTimePicker : public CFWL_Widget {
|
| void ResetEditAlignment();
|
| void InitProxyForm();
|
| void OnFocusChanged(CFWL_Message* pMsg, bool bSet);
|
| - void OnLButtonDown(CFWL_MsgMouse* pMsg);
|
| - void OnLButtonUp(CFWL_MsgMouse* pMsg);
|
| - void OnMouseMove(CFWL_MsgMouse* pMsg);
|
| - void OnMouseLeave(CFWL_MsgMouse* pMsg);
|
| + void OnLButtonDown(CFWL_MessageMouse* pMsg);
|
| + void OnLButtonUp(CFWL_MessageMouse* pMsg);
|
| + void OnMouseMove(CFWL_MessageMouse* pMsg);
|
| + void OnMouseLeave(CFWL_MessageMouse* pMsg);
|
|
|
| bool DisForm_IsMonthCalendarVisible() const;
|
| void DisForm_ShowMonthCalendar(bool bActivate);
|
| @@ -109,4 +109,4 @@ class CFWL_DateTimePicker : public CFWL_Widget {
|
| FX_FLOAT m_fBtn;
|
| };
|
|
|
| -#endif // XFA_FWL_CORE_CFWL_DATETIMEPICKER_H_
|
| +#endif // XFA_FWL_CFWL_DATETIMEPICKER_H_
|
|
|