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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

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

Go to the source code of this file.

Classes

class  CFWL_PushButton
 

Macros

#define FWL_STATE_PSB_Hovered   (1 << FWL_STATE_WGT_MAX)
 
#define FWL_STATE_PSB_Pressed   (1 << (FWL_STATE_WGT_MAX + 1))
 
#define FWL_STATE_PSB_Default   (1 << (FWL_STATE_WGT_MAX + 2))
 

Macro Definition Documentation

◆ FWL_STATE_PSB_Default

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

Definition at line 14 of file cfwl_pushbutton.h.

◆ FWL_STATE_PSB_Hovered

#define FWL_STATE_PSB_Hovered   (1 << FWL_STATE_WGT_MAX)

Definition at line 12 of file cfwl_pushbutton.h.

◆ FWL_STATE_PSB_Pressed

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

Definition at line 13 of file cfwl_pushbutton.h.