Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <stdint.h>
#include "core/fxcrt/fx_coordinates.h"
#include "core/fxcrt/fx_memory.h"
#include "core/fxcrt/mask.h"
#include "core/fxcrt/unowned_ptr.h"
#include "xfa/fwl/theme/cfwl_utils.h"
Go to the source code of this file.
Classes | |
class | CFWL_ThemePart |
Enumerations | |
enum class | CFWL_PartState : uint16_t { kNormal = 0 , kChecked = 1 << 1 , kDefault = 1 << 2 , kDisabled = 1 << 3 , kFlagged = 1 << 4 , kFocused = 1 << 5 , kHightLight = 1 << 6 , kHovered = 1 << 7 , kNeutral = 1 << 9 , kPressed = 1 << 10 , kReadOnly = 1 << 11 , kLSelected = 1 << 12 , kRSelected = 1 << 13 , kSelected = 1 << 14 } |
|
strong |
Enumerator | |
---|---|
kNormal | |
kChecked | |
kDefault | |
kDisabled | |
kFlagged | |
kFocused | |
kHightLight | |
kHovered | |
kNeutral | |
kPressed | |
kReadOnly | |
kLSelected | |
kRSelected | |
kSelected |
Definition at line 20 of file cfwl_themepart.h.