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_pictureboxtp.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_pictureboxtp.h"
8
9
#
include
"xfa/fwl/cfwl_picturebox.h"
10
#
include
"xfa/fwl/cfwl_themebackground.h"
11
#
include
"xfa/fwl/cfwl_widget.h"
12
13
namespace
pdfium
{
14
15
CFWL_PictureBoxTP::CFWL_PictureBoxTP() =
default
;
16
17
CFWL_PictureBoxTP::~
CFWL_PictureBoxTP
() =
default
;
18
19
void
CFWL_PictureBoxTP::
DrawBackground
(
const
CFWL_ThemeBackground& pParams) {
20
switch
(pParams
.
GetPart
()) {
21
case
CFWL_ThemePart
::
Part
::
kBorder
:
22
DrawBorder
(pParams
.
GetGraphics
(
)
, pParams
.
m_PartRect
, pParams
.
m_matrix
);
23
break
;
24
default
:
25
break
;
26
}
27
}
28
29
}
// namespace pdfium
pdfium::CFDETextOutLargeBitmapTest
Definition
cfde_textout_unittest.cpp:117
pdfium::CFWL_PictureBoxTP::DrawBackground
void DrawBackground(const CFWL_ThemeBackground &pParams) override
Definition
cfwl_pictureboxtp.cpp:19
pdfium::CFWL_PictureBoxTP::~CFWL_PictureBoxTP
~CFWL_PictureBoxTP() override
pdfium::CFWL_ThemeBackground::GetGraphics
CFGAS_GEGraphics * GetGraphics() const
Definition
cfwl_themebackground.h:28
pdfium::CFWL_ThemePart
Definition
cfwl_themepart.h:39
pdfium::CFWL_ThemePart::m_PartRect
CFX_RectF m_PartRect
Definition
cfwl_themepart.h:97
pdfium::CFWL_ThemePart::GetPart
Part GetPart() const
Definition
cfwl_themepart.h:92
pdfium::CFWL_ThemePart::m_matrix
CFX_Matrix m_matrix
Definition
cfwl_themepart.h:96
pdfium::CFWL_ThemePart::Part
Part
Definition
cfwl_themepart.h:41
pdfium::CFWL_ThemePart::Part::kBorder
@ kBorder
Definition
cfwl_themepart.h:46
pdfium::CFWL_WidgetTP::DrawBorder
void DrawBorder(CFGAS_GEGraphics *pGraphics, const CFX_RectF &rect, const CFX_Matrix &matrix)
Definition
cfwl_widgettp.cpp:83
qtwebengine
src
3rdparty
chromium
third_party
pdfium
xfa
fwl
theme
cfwl_pictureboxtp.cpp
Generated on
for Qt by
1.14.0