Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cfwl_datetimepickertp.cpp
Go to the documentation of this file.
1// Copyright 2014 The PDFium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6
7#include "xfa/fwl/theme/cfwl_datetimepickertp.h"
8
9#include "xfa/fwl/cfwl_datetimepicker.h"
10#include "xfa/fwl/cfwl_themebackground.h"
11
12CFWL_DateTimePickerTP::CFWL_DateTimePickerTP() = default;
13
14CFWL_DateTimePickerTP::~CFWL_DateTimePickerTP() = default;
15
16void CFWL_DateTimePickerTP::DrawBackground(
17 const CFWL_ThemeBackground& pParams) {
18 switch (pParams.GetPart()) {
20 DrawBorder(pParams.GetGraphics(), pParams.m_PartRect, pParams.m_matrix);
21 break;
25 pParams.m_matrix);
26 break;
27 default:
28 break;
29 }
30}
FWLTHEME_DIRECTION
Definition cfwl_utils.h:17
~CFWL_DateTimePickerTP() override
void DrawBackground(const CFWL_ThemeBackground &pParams) override
CFGAS_GEGraphics * GetGraphics() const
CFX_RectF m_PartRect
FWLTHEME_STATE GetThemeState() const
CFX_Matrix m_matrix
Part GetPart() const
void DrawBorder(CFGAS_GEGraphics *pGraphics, const CFX_RectF &rect, const CFX_Matrix &matrix)
void DrawArrowBtn(CFGAS_GEGraphics *pGraphics, const CFX_RectF &rect, FWLTHEME_DIRECTION eDict, FWLTHEME_STATE eState, const CFX_Matrix &matrix)