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

(0ccf980226462398d5097987466bcffd8236e1e9)

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  pdfium::CFWL_PushButton
class  CFWL_PushButton

Namespaces

namespace  pdfium

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 16 of file cfwl_pushbutton.h.

◆ FWL_STATE_PSB_Hovered

#define FWL_STATE_PSB_Hovered   (1 << FWL_STATE_WGT_MAX)

Definition at line 14 of file cfwl_pushbutton.h.

◆ FWL_STATE_PSB_Pressed

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

Definition at line 15 of file cfwl_pushbutton.h.