Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "xfa/fwl/cfwl_widget.h"
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)) |
#define FWL_STATE_PSB_Default (1 << (FWL_STATE_WGT_MAX + 2)) |
Definition at line 14 of file cfwl_pushbutton.h.
#define FWL_STATE_PSB_Hovered (1 << FWL_STATE_WGT_MAX) |
Definition at line 12 of file cfwl_pushbutton.h.
#define FWL_STATE_PSB_Pressed (1 << (FWL_STATE_WGT_MAX + 1)) |
Definition at line 13 of file cfwl_pushbutton.h.