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_barcodetp.h
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#ifndef XFA_FWL_THEME_CFWL_BARCODETP_H_
8#define XFA_FWL_THEME_CFWL_BARCODETP_H_
9
10#include "fxjs/gc/heap.h"
11#include "xfa/fwl/theme/cfwl_utils.h"
12#include "xfa/fwl/theme/cfwl_widgettp.h"
13
14namespace pdfium {
15
16class CFWL_BarcodeTP final : public CFWL_WidgetTP {
17 public:
19 ~CFWL_BarcodeTP() override;
20
21 // CFWL_WidgetTP
22 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
23
24 private:
25 CFWL_BarcodeTP();
26};
27
28} // namespace pdfium
29
30// TODO(crbug.com/42271761): Remove.
31using pdfium::CFWL_BarcodeTP;
32
33#endif // XFA_FWL_THEME_CFWL_BARCODETP_H_
~CFWL_BarcodeTP() override
void DrawBackground(const CFWL_ThemeBackground &pParams) override
virtual FWL_Type GetClassID() const =0
CFWL_WidgetTP * GetTheme(const CFWL_Widget *pWidget) const
void Trace(cppgc::Visitor *visitor) const override
IFWL_ThemeProvider(cppgc::Heap *pHeap)
#define CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED
Definition heap.h:32
Definition heap.h:12