![]() |
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 <vector>#include "core/fxcrt/cfx_timer.h"#include "core/fxcrt/mask.h"#include "core/fxcrt/observed_ptr.h"#include "core/fxcrt/unowned_ptr.h"#include "core/fxcrt/unowned_ptr_exclusion.h"#include "core/fxcrt/widestring.h"#include "core/fxge/cfx_color.h"#include "core/fxge/cfx_renderdevice.h"#include "fpdfsdk/pwl/ipwl_fillernotify.h"#include "public/fpdf_fwlevent.h"Go to the source code of this file.
Classes | |
| struct | CPWL_Dash |
| class | CPWL_Wnd |
| class | CPWL_Wnd::ProviderIface |
| class | CPWL_Wnd::CreateParams |
Macros | |
| #define | PWS_BORDER 0x40000000L |
| #define | PWS_BACKGROUND 0x20000000L |
| #define | PWS_VSCROLL 0x08000000L |
| #define | PWS_VISIBLE 0x04000000L |
| #define | PWS_READONLY 0x01000000L |
| #define | PWS_AUTOFONTSIZE 0x00800000L |
| #define | PWS_AUTOTRANSPARENT 0x00400000L |
| #define | PWS_NOREFRESHCLIP 0x00200000L |
| #define | PES_MULTILINE 0x0001L |
| #define | PES_PASSWORD 0x0002L |
| #define | PES_LEFT 0x0004L |
| #define | PES_RIGHT 0x0008L |
| #define | PES_MIDDLE 0x0010L |
| #define | PES_TOP 0x0020L |
| #define | PES_CENTER 0x0080L |
| #define | PES_CHARARRAY 0x0100L |
| #define | PES_AUTOSCROLL 0x0200L |
| #define | PES_AUTORETURN 0x0400L |
| #define | PES_UNDO 0x0800L |
| #define | PES_RICH 0x1000L |
| #define | PES_TEXTOVERFLOW 0x4000L |
| #define | PLBS_MULTIPLESEL 0x0001L |
| #define | PLBS_HOVERSEL 0x0008L |
| #define | PCBS_ALLOWCUSTOMTEXT 0x0001L |
| #define PCBS_ALLOWCUSTOMTEXT 0x0001L |
Definition at line 59 of file cpwl_wnd.h.
| #define PES_AUTORETURN 0x0400L |
Definition at line 49 of file cpwl_wnd.h.
| #define PES_AUTOSCROLL 0x0200L |
Definition at line 48 of file cpwl_wnd.h.
| #define PES_CENTER 0x0080L |
Definition at line 46 of file cpwl_wnd.h.
| #define PES_CHARARRAY 0x0100L |
Definition at line 47 of file cpwl_wnd.h.
| #define PES_LEFT 0x0004L |
Definition at line 42 of file cpwl_wnd.h.
| #define PES_MIDDLE 0x0010L |
Definition at line 44 of file cpwl_wnd.h.
| #define PES_MULTILINE 0x0001L |
Definition at line 40 of file cpwl_wnd.h.
| #define PES_PASSWORD 0x0002L |
Definition at line 41 of file cpwl_wnd.h.
| #define PES_RICH 0x1000L |
Definition at line 51 of file cpwl_wnd.h.
| #define PES_RIGHT 0x0008L |
Definition at line 43 of file cpwl_wnd.h.
| #define PES_TEXTOVERFLOW 0x4000L |
Definition at line 52 of file cpwl_wnd.h.
| #define PES_TOP 0x0020L |
Definition at line 45 of file cpwl_wnd.h.
| #define PES_UNDO 0x0800L |
Definition at line 50 of file cpwl_wnd.h.
| #define PLBS_HOVERSEL 0x0008L |
Definition at line 56 of file cpwl_wnd.h.
| #define PLBS_MULTIPLESEL 0x0001L |
Definition at line 55 of file cpwl_wnd.h.
| #define PWS_AUTOFONTSIZE 0x00800000L |
Definition at line 35 of file cpwl_wnd.h.
| #define PWS_AUTOTRANSPARENT 0x00400000L |
Definition at line 36 of file cpwl_wnd.h.
| #define PWS_BACKGROUND 0x20000000L |
Definition at line 31 of file cpwl_wnd.h.
| #define PWS_BORDER 0x40000000L |
Definition at line 30 of file cpwl_wnd.h.
| #define PWS_NOREFRESHCLIP 0x00200000L |
Definition at line 37 of file cpwl_wnd.h.
| #define PWS_READONLY 0x01000000L |
Definition at line 34 of file cpwl_wnd.h.
| #define PWS_VISIBLE 0x04000000L |
Definition at line 33 of file cpwl_wnd.h.
| #define PWS_VSCROLL 0x08000000L |
Definition at line 32 of file cpwl_wnd.h.