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

(5a424f4a7b188b75da63eb697f63558af0b17f6f)

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

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
 

Macro Definition Documentation

◆ PCBS_ALLOWCUSTOMTEXT

#define PCBS_ALLOWCUSTOMTEXT   0x0001L

Definition at line 59 of file cpwl_wnd.h.

◆ PES_AUTORETURN

#define PES_AUTORETURN   0x0400L

Definition at line 49 of file cpwl_wnd.h.

◆ PES_AUTOSCROLL

#define PES_AUTOSCROLL   0x0200L

Definition at line 48 of file cpwl_wnd.h.

◆ PES_CENTER

#define PES_CENTER   0x0080L

Definition at line 46 of file cpwl_wnd.h.

◆ PES_CHARARRAY

#define PES_CHARARRAY   0x0100L

Definition at line 47 of file cpwl_wnd.h.

◆ PES_LEFT

#define PES_LEFT   0x0004L

Definition at line 42 of file cpwl_wnd.h.

◆ PES_MIDDLE

#define PES_MIDDLE   0x0010L

Definition at line 44 of file cpwl_wnd.h.

◆ PES_MULTILINE

#define PES_MULTILINE   0x0001L

Definition at line 40 of file cpwl_wnd.h.

◆ PES_PASSWORD

#define PES_PASSWORD   0x0002L

Definition at line 41 of file cpwl_wnd.h.

◆ PES_RICH

#define PES_RICH   0x1000L

Definition at line 51 of file cpwl_wnd.h.

◆ PES_RIGHT

#define PES_RIGHT   0x0008L

Definition at line 43 of file cpwl_wnd.h.

◆ PES_TEXTOVERFLOW

#define PES_TEXTOVERFLOW   0x4000L

Definition at line 52 of file cpwl_wnd.h.

◆ PES_TOP

#define PES_TOP   0x0020L

Definition at line 45 of file cpwl_wnd.h.

◆ PES_UNDO

#define PES_UNDO   0x0800L

Definition at line 50 of file cpwl_wnd.h.

◆ PLBS_HOVERSEL

#define PLBS_HOVERSEL   0x0008L

Definition at line 56 of file cpwl_wnd.h.

◆ PLBS_MULTIPLESEL

#define PLBS_MULTIPLESEL   0x0001L

Definition at line 55 of file cpwl_wnd.h.

◆ PWS_AUTOFONTSIZE

#define PWS_AUTOFONTSIZE   0x00800000L

Definition at line 35 of file cpwl_wnd.h.

◆ PWS_AUTOTRANSPARENT

#define PWS_AUTOTRANSPARENT   0x00400000L

Definition at line 36 of file cpwl_wnd.h.

◆ PWS_BACKGROUND

#define PWS_BACKGROUND   0x20000000L

Definition at line 31 of file cpwl_wnd.h.

◆ PWS_BORDER

#define PWS_BORDER   0x40000000L

Definition at line 30 of file cpwl_wnd.h.

◆ PWS_NOREFRESHCLIP

#define PWS_NOREFRESHCLIP   0x00200000L

Definition at line 37 of file cpwl_wnd.h.

◆ PWS_READONLY

#define PWS_READONLY   0x01000000L

Definition at line 34 of file cpwl_wnd.h.

◆ PWS_VISIBLE

#define PWS_VISIBLE   0x04000000L

Definition at line 33 of file cpwl_wnd.h.

◆ PWS_VSCROLL

#define PWS_VSCROLL   0x08000000L

Definition at line 32 of file cpwl_wnd.h.