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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#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"
+ Include dependency graph for cfwl_edit.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CFWL_Edit
 

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)
 

Macro Definition Documentation

◆ FWL_STYLEEXT_EDT_AutoHScroll

#define FWL_STYLEEXT_EDT_AutoHScroll   (1L << 4)

Definition at line 22 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_AutoVScroll

#define FWL_STYLEEXT_EDT_AutoVScroll   (1L << 5)

Definition at line 23 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_CombText

#define FWL_STYLEEXT_EDT_CombText   (1L << 17)

Definition at line 27 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_HAlignMask

#define FWL_STYLEEXT_EDT_HAlignMask   (3L << 18)

Definition at line 35 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_HAlignModeMask

#define FWL_STYLEEXT_EDT_HAlignModeMask   (3L << 22)

Definition at line 37 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_HCenter

#define FWL_STYLEEXT_EDT_HCenter   (1L << 18)

Definition at line 29 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_HFar

#define FWL_STYLEEXT_EDT_HFar   (2L << 18)

Definition at line 30 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_HNear

#define FWL_STYLEEXT_EDT_HNear   0

Definition at line 28 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_Justified

#define FWL_STYLEEXT_EDT_Justified   (1L << 22)

Definition at line 34 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_MultiLine

#define FWL_STYLEEXT_EDT_MultiLine   (1L << 1)

Definition at line 20 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_Number

#define FWL_STYLEEXT_EDT_Number   (1L << 9)

Definition at line 26 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_OuterScrollbar

#define FWL_STYLEEXT_EDT_OuterScrollbar   (1L << 26)

Definition at line 39 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_Password

#define FWL_STYLEEXT_EDT_Password   (1L << 8)

Definition at line 25 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_ReadOnly

#define FWL_STYLEEXT_EDT_ReadOnly   (1L << 0)

Definition at line 19 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_ShowScrollbarFocus

#define FWL_STYLEEXT_EDT_ShowScrollbarFocus   (1L << 25)

Definition at line 38 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_Validate

#define FWL_STYLEEXT_EDT_Validate   (1L << 7)

Definition at line 24 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_VAlignMask

#define FWL_STYLEEXT_EDT_VAlignMask   (3L << 20)

Definition at line 36 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_VCenter

#define FWL_STYLEEXT_EDT_VCenter   (1L << 20)

Definition at line 32 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_VFar

#define FWL_STYLEEXT_EDT_VFar   (2L << 20)

Definition at line 33 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_VNear

#define FWL_STYLEEXT_EDT_VNear   0

Definition at line 31 of file cfwl_edit.h.

◆ FWL_STYLEEXT_EDT_WantReturn

#define FWL_STYLEEXT_EDT_WantReturn   (1L << 2)

Definition at line 21 of file cfwl_edit.h.