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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

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

Go to the source code of this file.

Classes

class  CFWL_CheckBox
 

Macros

#define FWL_STYLEEXT_CKB_3State   (1L << 6)
 
#define FWL_STYLEEXT_CKB_RadioButton   (1L << 7)
 
#define FWL_STYLEEXT_CKB_SignShapeCheck   0
 
#define FWL_STYLEEXT_CKB_SignShapeCircle   (1L << 10)
 
#define FWL_STYLEEXT_CKB_SignShapeCross   (2L << 10)
 
#define FWL_STYLEEXT_CKB_SignShapeDiamond   (3L << 10)
 
#define FWL_STYLEEXT_CKB_SignShapeSquare   (4L << 10)
 
#define FWL_STYLEEXT_CKB_SignShapeStar   (5L << 10)
 
#define FWL_STYLEEXT_CKB_SignShapeMask   (7L << 10)
 
#define FWL_STATE_CKB_Hovered   (1 << FWL_STATE_WGT_MAX)
 
#define FWL_STATE_CKB_Pressed   (1 << (FWL_STATE_WGT_MAX + 1))
 
#define FWL_STATE_CKB_Unchecked   0
 
#define FWL_STATE_CKB_Checked   (1 << (FWL_STATE_WGT_MAX + 2))
 
#define FWL_STATE_CKB_Neutral   (2 << (FWL_STATE_WGT_MAX + 2))
 
#define FWL_STATE_CKB_CheckMask   (3L << (FWL_STATE_WGT_MAX + 2))
 

Macro Definition Documentation

◆ FWL_STATE_CKB_Checked

#define FWL_STATE_CKB_Checked   (1 << (FWL_STATE_WGT_MAX + 2))

Definition at line 25 of file cfwl_checkbox.h.

◆ FWL_STATE_CKB_CheckMask

#define FWL_STATE_CKB_CheckMask   (3L << (FWL_STATE_WGT_MAX + 2))

Definition at line 27 of file cfwl_checkbox.h.

◆ FWL_STATE_CKB_Hovered

#define FWL_STATE_CKB_Hovered   (1 << FWL_STATE_WGT_MAX)

Definition at line 22 of file cfwl_checkbox.h.

◆ FWL_STATE_CKB_Neutral

#define FWL_STATE_CKB_Neutral   (2 << (FWL_STATE_WGT_MAX + 2))

Definition at line 26 of file cfwl_checkbox.h.

◆ FWL_STATE_CKB_Pressed

#define FWL_STATE_CKB_Pressed   (1 << (FWL_STATE_WGT_MAX + 1))

Definition at line 23 of file cfwl_checkbox.h.

◆ FWL_STATE_CKB_Unchecked

#define FWL_STATE_CKB_Unchecked   0

Definition at line 24 of file cfwl_checkbox.h.

◆ FWL_STYLEEXT_CKB_3State

#define FWL_STYLEEXT_CKB_3State   (1L << 6)

Definition at line 13 of file cfwl_checkbox.h.

◆ FWL_STYLEEXT_CKB_RadioButton

#define FWL_STYLEEXT_CKB_RadioButton   (1L << 7)

Definition at line 14 of file cfwl_checkbox.h.

◆ FWL_STYLEEXT_CKB_SignShapeCheck

#define FWL_STYLEEXT_CKB_SignShapeCheck   0

Definition at line 15 of file cfwl_checkbox.h.

◆ FWL_STYLEEXT_CKB_SignShapeCircle

#define FWL_STYLEEXT_CKB_SignShapeCircle   (1L << 10)

Definition at line 16 of file cfwl_checkbox.h.

◆ FWL_STYLEEXT_CKB_SignShapeCross

#define FWL_STYLEEXT_CKB_SignShapeCross   (2L << 10)

Definition at line 17 of file cfwl_checkbox.h.

◆ FWL_STYLEEXT_CKB_SignShapeDiamond

#define FWL_STYLEEXT_CKB_SignShapeDiamond   (3L << 10)

Definition at line 18 of file cfwl_checkbox.h.

◆ FWL_STYLEEXT_CKB_SignShapeMask

#define FWL_STYLEEXT_CKB_SignShapeMask   (7L << 10)

Definition at line 21 of file cfwl_checkbox.h.

◆ FWL_STYLEEXT_CKB_SignShapeSquare

#define FWL_STYLEEXT_CKB_SignShapeSquare   (4L << 10)

Definition at line 19 of file cfwl_checkbox.h.

◆ FWL_STYLEEXT_CKB_SignShapeStar

#define FWL_STYLEEXT_CKB_SignShapeStar   (5L << 10)

Definition at line 20 of file cfwl_checkbox.h.