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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#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"
+ Include dependency graph for cfwl_themepart.h:
+ This graph shows which files directly or indirectly include this file:

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
}
 

Enumeration Type Documentation

◆ CFWL_PartState

enum class CFWL_PartState : uint16_t
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.