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_widget.h File Reference

(0ccf980226462398d5097987466bcffd8236e1e9)

#include <stdint.h>
#include "core/fxcrt/fx_coordinates.h"
#include "core/fxcrt/unowned_ptr.h"
#include "core/fxcrt/widestring.h"
#include "core/fxge/dib/fx_dib.h"
#include "fxjs/gc/heap.h"
#include "v8/include/cppgc/garbage-collected.h"
#include "v8/include/cppgc/macros.h"
#include "v8/include/cppgc/member.h"
#include "v8/include/cppgc/prefinalizer.h"
#include "xfa/fde/cfde_data.h"
#include "xfa/fwl/cfwl_themepart.h"
#include "xfa/fwl/cfwl_widgetmgr.h"
#include "xfa/fwl/fwl_widgethit.h"
#include "xfa/fwl/ifwl_widgetdelegate.h"
Include dependency graph for cfwl_widget.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pdfium::CFWL_Widget
class  pdfium::CFWL_Widget::AdapterIface
class  pdfium::CFWL_Widget::Properties
class  pdfium::CFWL_Widget::ScopedUpdateLock
class  CFWL_Widget

Namespaces

namespace  pdfium

Macros

#define FWL_STYLE_WGT_OverLapper   0
#define FWL_STYLE_WGT_Popup   (1L << 0)
#define FWL_STYLE_WGT_Child   (2L << 0)
#define FWL_STYLE_WGT_WindowTypeMask   (3L << 0)
#define FWL_STYLE_WGT_Border   (1L << 2)
#define FWL_STYLE_WGT_VScroll   (1L << 11)
#define FWL_STYLE_WGT_Group   (1L << 22)
#define FWL_STYLE_WGT_NoBackground   (1L << 28)
#define FWL_STATE_WGT_Disabled   (1L << 2)
#define FWL_STATE_WGT_Focused   (1L << 4)
#define FWL_STATE_WGT_Invisible   (1L << 5)
#define FWL_STATE_WGT_MAX   6

Enumerations

enum class  pdfium::FWL_Type {
  pdfium::Unknown = 0 , pdfium::Barcode , pdfium::Caret , pdfium::CheckBox ,
  pdfium::ComboBox , pdfium::DateTimePicker , pdfium::Edit , pdfium::Form ,
  pdfium::FormProxy , pdfium::ListBox , pdfium::MonthCalendar , pdfium::PictureBox ,
  pdfium::PushButton , pdfium::ScrollBar , pdfium::SpinButton , pdfium::ToolTip
}
enum class  FWL_Type

Macro Definition Documentation

◆ FWL_STATE_WGT_Disabled

#define FWL_STATE_WGT_Disabled   (1L << 2)

Definition at line 43 of file cfwl_widget.h.

◆ FWL_STATE_WGT_Focused

#define FWL_STATE_WGT_Focused   (1L << 4)

Definition at line 44 of file cfwl_widget.h.

◆ FWL_STATE_WGT_Invisible

#define FWL_STATE_WGT_Invisible   (1L << 5)

Definition at line 45 of file cfwl_widget.h.

◆ FWL_STATE_WGT_MAX

#define FWL_STATE_WGT_MAX   6

Definition at line 46 of file cfwl_widget.h.

◆ FWL_STYLE_WGT_Border

#define FWL_STYLE_WGT_Border   (1L << 2)

Definition at line 38 of file cfwl_widget.h.

◆ FWL_STYLE_WGT_Child

#define FWL_STYLE_WGT_Child   (2L << 0)

Definition at line 36 of file cfwl_widget.h.

◆ FWL_STYLE_WGT_Group

#define FWL_STYLE_WGT_Group   (1L << 22)

Definition at line 40 of file cfwl_widget.h.

◆ FWL_STYLE_WGT_NoBackground

#define FWL_STYLE_WGT_NoBackground   (1L << 28)

Definition at line 41 of file cfwl_widget.h.

◆ FWL_STYLE_WGT_OverLapper

#define FWL_STYLE_WGT_OverLapper   0

Definition at line 34 of file cfwl_widget.h.

◆ FWL_STYLE_WGT_Popup

#define FWL_STYLE_WGT_Popup   (1L << 0)

Definition at line 35 of file cfwl_widget.h.

◆ FWL_STYLE_WGT_VScroll

#define FWL_STYLE_WGT_VScroll   (1L << 11)

Definition at line 39 of file cfwl_widget.h.

◆ FWL_STYLE_WGT_WindowTypeMask

#define FWL_STYLE_WGT_WindowTypeMask   (3L << 0)

Definition at line 37 of file cfwl_widget.h.

Enumeration Type Documentation

◆ FWL_Type

enum class pdfium::FWL_Type
strong

Definition at line 48 of file cfwl_widget.h.