![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <memory>#include <utility>#include "xfa/fde/cfde_texteditengine.h"#include "xfa/fgas/graphics/cfgas_gepath.h"#include "xfa/fwl/cfwl_event.h"#include "xfa/fwl/cfwl_scrollbar.h"#include "xfa/fwl/cfwl_widget.h"Go to the source code of this file.
Classes | |
| class | pdfium::CFWL_Edit |
| class | CFWL_Edit |
Namespaces | |
| namespace | pdfium |
Macros | |
| #define | FWL_STYLEEXT_EDT_ReadOnly (1L << 0) |
| #define | FWL_STYLEEXT_EDT_MultiLine (1L << 1) |
| #define | FWL_STYLEEXT_EDT_WantReturn (1L << 2) |
| #define | FWL_STYLEEXT_EDT_AutoHScroll (1L << 4) |
| #define | FWL_STYLEEXT_EDT_AutoVScroll (1L << 5) |
| #define | FWL_STYLEEXT_EDT_Validate (1L << 7) |
| #define | FWL_STYLEEXT_EDT_Password (1L << 8) |
| #define | FWL_STYLEEXT_EDT_Number (1L << 9) |
| #define | FWL_STYLEEXT_EDT_CombText (1L << 17) |
| #define | FWL_STYLEEXT_EDT_HNear 0 |
| #define | FWL_STYLEEXT_EDT_HCenter (1L << 18) |
| #define | FWL_STYLEEXT_EDT_HFar (2L << 18) |
| #define | FWL_STYLEEXT_EDT_VNear 0 |
| #define | FWL_STYLEEXT_EDT_VCenter (1L << 20) |
| #define | FWL_STYLEEXT_EDT_VFar (2L << 20) |
| #define | FWL_STYLEEXT_EDT_Justified (1L << 22) |
| #define | FWL_STYLEEXT_EDT_HAlignMask (3L << 18) |
| #define | FWL_STYLEEXT_EDT_VAlignMask (3L << 20) |
| #define | FWL_STYLEEXT_EDT_HAlignModeMask (3L << 22) |
| #define | FWL_STYLEEXT_EDT_ShowScrollbarFocus (1L << 25) |
| #define | FWL_STYLEEXT_EDT_OuterScrollbar (1L << 26) |
| #define FWL_STYLEEXT_EDT_AutoHScroll (1L << 4) |
Definition at line 26 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_AutoVScroll (1L << 5) |
Definition at line 27 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_CombText (1L << 17) |
Definition at line 31 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_HAlignMask (3L << 18) |
Definition at line 39 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_HAlignModeMask (3L << 22) |
Definition at line 41 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_HCenter (1L << 18) |
Definition at line 33 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_HFar (2L << 18) |
Definition at line 34 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_HNear 0 |
Definition at line 32 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_Justified (1L << 22) |
Definition at line 38 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_MultiLine (1L << 1) |
Definition at line 24 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_Number (1L << 9) |
Definition at line 30 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_OuterScrollbar (1L << 26) |
Definition at line 43 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_Password (1L << 8) |
Definition at line 29 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_ReadOnly (1L << 0) |
Definition at line 23 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_ShowScrollbarFocus (1L << 25) |
Definition at line 42 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_Validate (1L << 7) |
Definition at line 28 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_VAlignMask (3L << 20) |
Definition at line 40 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_VCenter (1L << 20) |
Definition at line 36 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_VFar (2L << 20) |
Definition at line 37 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_VNear 0 |
Definition at line 35 of file cfwl_edit.h.
| #define FWL_STYLEEXT_EDT_WantReturn (1L << 2) |
Definition at line 25 of file cfwl_edit.h.