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

(0ccf980226462398d5097987466bcffd8236e1e9)

Include dependency graph for cfwl_combobox.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pdfium::CFWL_ComboBox
class  CFWL_ComboBox

Namespaces

namespace  pdfium

Macros

#define FWL_STYLEEXT_CMB_DropDown   (1L << 0)
#define FWL_STYLEEXT_CMB_Sort   (1L << 1)
#define FWL_STYLEEXT_CMB_OwnerDraw   (1L << 3)
#define FWL_STYLEEXT_CMB_EditHNear   0
#define FWL_STYLEEXT_CMB_EditHCenter   (1L << 4)
#define FWL_STYLEEXT_CMB_EditVNear   0
#define FWL_STYLEEXT_CMB_EditVCenter   (1L << 6)
#define FWL_STYLEEXT_CMB_EditVFar   (2L << 6)
#define FWL_STYLEEXT_CMB_EditJustified   (1L << 8)
#define FWL_STYLEEXT_CMB_EditHAlignMask   (3L << 4)
#define FWL_STYLEEXT_CMB_EditVAlignMask   (3L << 6)
#define FWL_STYLEEXT_CMB_ListItemLeftAlign   0
#define FWL_STYLEEXT_CMB_ListItemCenterAlign   (1L << 10)
#define FWL_STYLEEXT_CMB_ListItemAlignMask   (3L << 10)
#define FWL_STYLEEXT_CMB_ReadOnly   (1L << 13)

Macro Definition Documentation

◆ FWL_STYLEEXT_CMB_DropDown

#define FWL_STYLEEXT_CMB_DropDown   (1L << 0)

Definition at line 18 of file cfwl_combobox.h.

◆ FWL_STYLEEXT_CMB_EditHAlignMask

#define FWL_STYLEEXT_CMB_EditHAlignMask   (3L << 4)

Definition at line 27 of file cfwl_combobox.h.

◆ FWL_STYLEEXT_CMB_EditHCenter

#define FWL_STYLEEXT_CMB_EditHCenter   (1L << 4)

Definition at line 22 of file cfwl_combobox.h.

◆ FWL_STYLEEXT_CMB_EditHNear

#define FWL_STYLEEXT_CMB_EditHNear   0

Definition at line 21 of file cfwl_combobox.h.

◆ FWL_STYLEEXT_CMB_EditJustified

#define FWL_STYLEEXT_CMB_EditJustified   (1L << 8)

Definition at line 26 of file cfwl_combobox.h.

◆ FWL_STYLEEXT_CMB_EditVAlignMask

#define FWL_STYLEEXT_CMB_EditVAlignMask   (3L << 6)

Definition at line 28 of file cfwl_combobox.h.

◆ FWL_STYLEEXT_CMB_EditVCenter

#define FWL_STYLEEXT_CMB_EditVCenter   (1L << 6)

Definition at line 24 of file cfwl_combobox.h.

◆ FWL_STYLEEXT_CMB_EditVFar

#define FWL_STYLEEXT_CMB_EditVFar   (2L << 6)

Definition at line 25 of file cfwl_combobox.h.

◆ FWL_STYLEEXT_CMB_EditVNear

#define FWL_STYLEEXT_CMB_EditVNear   0

Definition at line 23 of file cfwl_combobox.h.

◆ FWL_STYLEEXT_CMB_ListItemAlignMask

#define FWL_STYLEEXT_CMB_ListItemAlignMask   (3L << 10)

Definition at line 31 of file cfwl_combobox.h.

◆ FWL_STYLEEXT_CMB_ListItemCenterAlign

#define FWL_STYLEEXT_CMB_ListItemCenterAlign   (1L << 10)

Definition at line 30 of file cfwl_combobox.h.

◆ FWL_STYLEEXT_CMB_ListItemLeftAlign

#define FWL_STYLEEXT_CMB_ListItemLeftAlign   0

Definition at line 29 of file cfwl_combobox.h.

◆ FWL_STYLEEXT_CMB_OwnerDraw

#define FWL_STYLEEXT_CMB_OwnerDraw   (1L << 3)

Definition at line 20 of file cfwl_combobox.h.

◆ FWL_STYLEEXT_CMB_ReadOnly

#define FWL_STYLEEXT_CMB_ReadOnly   (1L << 13)

Definition at line 32 of file cfwl_combobox.h.

◆ FWL_STYLEEXT_CMB_Sort

#define FWL_STYLEEXT_CMB_Sort   (1L << 1)

Definition at line 19 of file cfwl_combobox.h.